Go to the first, previous, next, last section, table of contents.

ウィンドウに対するプレディケート

Function: windowp object

この関数は、オブジェクトがウィンドウの場合 t を返します。

Function: pos-visible-in-window-p &optional position window

この関数は、 position が window で(現在)端末上に visible な場合、t を返し ます。これはそのポジションが(縦方向の)スクロールで view の外に出ている場 合、nil を返します。 position は(デフォルトで)カレントのポイントで、 window は(デフォルトで) selected ウィンドウです。

  (pos-visible-in-window-p (point) (current-window))


Go to the first, previous, next, last section, table of contents.