comparison man/frames.texi @ 63010:dcd17e7ebcda

(Mode Line Mouse): Mention mode-line-highlight effect.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 04 Jun 2005 18:59:54 +0000
parents 8fcdfd20675f
children 30e914c69e59 e58cb448e07c 01137c1fdbe9
comparison
equal deleted inserted replaced
63009:bde85f1b5180 63010:dcd17e7ebcda
391 @cindex mouse on mode line 391 @cindex mouse on mode line
392 392
393 You can use mouse clicks on window mode lines to select and manipulate 393 You can use mouse clicks on window mode lines to select and manipulate
394 windows. 394 windows.
395 395
396 Some areas of the mode line, such as the buffer name and the major
397 mode name, have their own special mouse bindings. These areas are
398 highlighted when you hold the mouse over them, and information about
399 the special bindings will be displayed (@pxref{Tooltips}).
400
401 You can also click on areas of the mode line that do not have
402 special mouse bindings of their own. This has the following effects:
403
396 @table @kbd 404 @table @kbd
397 @item Mouse-1 405 @item Mouse-1
398 @kindex Mouse-1 @r{(mode line)} 406 @kindex Mouse-1 @r{(mode line)}
399 @kbd{Mouse-1} on a mode line selects the window it belongs to. By 407 @kbd{Mouse-1} on a mode line selects the window it belongs to. By
400 dragging @kbd{Mouse-1} on the mode line, you can move it, thus 408 dragging @kbd{Mouse-1} on the mode line, you can move it, thus
417 @end table 425 @end table
418 426
419 @kindex C-Mouse-2 @r{(scroll bar)} 427 @kindex C-Mouse-2 @r{(scroll bar)}
420 @kbd{C-Mouse-2} on a scroll bar splits the corresponding window 428 @kbd{C-Mouse-2} on a scroll bar splits the corresponding window
421 vertically. @xref{Split Window}. 429 vertically. @xref{Split Window}.
422
423 The commands above apply to areas of the mode line which do not have
424 special mouse bindings of their own. Some areas, such as the buffer
425 name and the major mode name, have their own special mouse bindings.
426 Emacs displays information about these bindings when you hold the
427 mouse over such a place (@pxref{Tooltips}).
428 430
429 @node Creating Frames 431 @node Creating Frames
430 @section Creating Frames 432 @section Creating Frames
431 @cindex creating frames 433 @cindex creating frames
432 434