diff options
| author | Lars Ingebrigtsen | 2016-04-29 14:36:23 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-04-29 14:37:56 +0200 |
| commit | e4c26271f2c2fe08f8490e25c63a436ab2a804ca (patch) | |
| tree | 1ef18917f1c4b0ce31a4c87bda49ced3dd579243 /doc/misc | |
| parent | fafdfcb1fa629d659bb97986f8e748d75b97cad6 (diff) | |
| download | emacs-e4c26271f2c2fe08f8490e25c63a436ab2a804ca.tar.gz emacs-e4c26271f2c2fe08f8490e25c63a436ab2a804ca.zip | |
Change all occurrences of "Mouse-[0-9]" to "mouse-[0-9]"
* doc/emacs/*.texi: Change all occurrences of "Mouse-[0-9]" to
"mouse-[0-9]". These are case sensitive, and the keys are lower case
(bug#14554).
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ebrowse.texi | 10 | ||||
| -rw-r--r-- | doc/misc/efaq.texi | 4 | ||||
| -rw-r--r-- | doc/misc/idlwave.texi | 14 | ||||
| -rw-r--r-- | doc/misc/info.texi | 16 | ||||
| -rw-r--r-- | doc/misc/mh-e.texi | 44 | ||||
| -rw-r--r-- | doc/misc/sem-user.texi | 4 | ||||
| -rw-r--r-- | doc/misc/speedbar.texi | 28 | ||||
| -rw-r--r-- | doc/misc/viper.texi | 14 | ||||
| -rw-r--r-- | doc/misc/widget.texi | 6 | ||||
| -rw-r--r-- | doc/misc/woman.texi | 8 |
10 files changed, 74 insertions, 74 deletions
diff --git a/doc/misc/ebrowse.texi b/doc/misc/ebrowse.texi index 28fa42b33ef..816cb562555 100644 --- a/doc/misc/ebrowse.texi +++ b/doc/misc/ebrowse.texi | |||
| @@ -421,9 +421,9 @@ regions in the buffer. Please notice the help strings in the echo area | |||
| 421 | when the mouse moves over a sensitive region. | 421 | when the mouse moves over a sensitive region. |
| 422 | 422 | ||
| 423 | @cindex context menu | 423 | @cindex context menu |
| 424 | A click with @kbd{Mouse-3} on a mouse-sensitive region opens a context | 424 | A click with @kbd{mouse-3} on a mouse-sensitive region opens a context |
| 425 | menu. In addition to this, each buffer also has a buffer-specific menu | 425 | menu. In addition to this, each buffer also has a buffer-specific menu |
| 426 | that is opened with a click with @kbd{Mouse-3} somewhere in the buffer | 426 | that is opened with a click with @kbd{mouse-3} somewhere in the buffer |
| 427 | where no highlight is displayed. | 427 | where no highlight is displayed. |
| 428 | 428 | ||
| 429 | 429 | ||
| @@ -488,7 +488,7 @@ editing. | |||
| 488 | @end table | 488 | @end table |
| 489 | 489 | ||
| 490 | The same functionality is available from the menu opened with | 490 | The same functionality is available from the menu opened with |
| 491 | @kbd{Mouse-3} on the class name. | 491 | @kbd{mouse-3} on the class name. |
| 492 | 492 | ||
| 493 | 493 | ||
| 494 | 494 | ||
| @@ -551,7 +551,7 @@ Display a list of types. | |||
| 551 | @end table | 551 | @end table |
| 552 | 552 | ||
| 553 | These lists are also available from the class' context menu invoked with | 553 | These lists are also available from the class' context menu invoked with |
| 554 | @kbd{Mouse-3} on the class name. | 554 | @kbd{mouse-3} on the class name. |
| 555 | 555 | ||
| 556 | 556 | ||
| 557 | 557 | ||
| @@ -898,7 +898,7 @@ You can install a hook function to perform actions after a member or | |||
| 898 | class declaration or definition has been found, or when it is not found. | 898 | class declaration or definition has been found, or when it is not found. |
| 899 | 899 | ||
| 900 | All the commands described above can also be found in the context menu | 900 | All the commands described above can also be found in the context menu |
| 901 | displayed when clicking @kbd{Mouse-2} on a member name. | 901 | displayed when clicking @kbd{mouse-2} on a member name. |
| 902 | 902 | ||
| 903 | 903 | ||
| 904 | 904 | ||
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 1fa46492080..fd4fd4f3798 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -2408,7 +2408,7 @@ error messages, inserts them into a special buffer called | |||
| 2408 | the source. Type @kbd{C-x `} to step through the offending lines one by | 2408 | the source. Type @kbd{C-x `} to step through the offending lines one by |
| 2409 | one (starting with Emacs 22, you can also use @kbd{M-g M-p} and | 2409 | one (starting with Emacs 22, you can also use @kbd{M-g M-p} and |
| 2410 | @kbd{M-g M-n} to go to the previous and next matches directly). Click | 2410 | @kbd{M-g M-n} to go to the previous and next matches directly). Click |
| 2411 | @kbd{Mouse-2} or press @key{RET} on a message text in the | 2411 | @kbd{mouse-2} or press @key{RET} on a message text in the |
| 2412 | @file{*compilation*} buffer to go to the line whose number is mentioned | 2412 | @file{*compilation*} buffer to go to the line whose number is mentioned |
| 2413 | in that message. | 2413 | in that message. |
| 2414 | 2414 | ||
| @@ -3888,7 +3888,7 @@ is how to make @kbd{H-M-RIGHT} move forward a word: | |||
| 3888 | Not all modifiers are permitted in all situations. @key{Hyper}, | 3888 | Not all modifiers are permitted in all situations. @key{Hyper}, |
| 3889 | @key{Super}, and @key{Alt} are not available on Unix character | 3889 | @key{Super}, and @key{Alt} are not available on Unix character |
| 3890 | terminals. Non-@acronym{ASCII} keys and mouse events (e.g., @kbd{C-=} and | 3890 | terminals. Non-@acronym{ASCII} keys and mouse events (e.g., @kbd{C-=} and |
| 3891 | @kbd{Mouse-1}) also fall under this category. | 3891 | @kbd{mouse-1}) also fall under this category. |
| 3892 | 3892 | ||
| 3893 | @end itemize | 3893 | @end itemize |
| 3894 | 3894 | ||
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi index 64b1585c5ce..26c81d65948 100644 --- a/doc/misc/idlwave.texi +++ b/doc/misc/idlwave.texi | |||
| @@ -1281,7 +1281,7 @@ the routine documentation header and/or routine source. | |||
| 1281 | @kindex M-? | 1281 | @kindex M-? |
| 1282 | In any IDL program (or, as with most IDLWAVE commands, in the IDL | 1282 | In any IDL program (or, as with most IDLWAVE commands, in the IDL |
| 1283 | Shell), press @kbd{M-?} (@code{idlwave-context-help}), or click with | 1283 | Shell), press @kbd{M-?} (@code{idlwave-context-help}), or click with |
| 1284 | @kbd{S-Mouse-3} to access context sensitive online help. The following | 1284 | @kbd{S-mouse-3} to access context sensitive online help. The following |
| 1285 | locations are recognized context for help: | 1285 | locations are recognized context for help: |
| 1286 | 1286 | ||
| 1287 | @cindex Context, for online help | 1287 | @cindex Context, for online help |
| @@ -1327,11 +1327,11 @@ which online help can be accessed. | |||
| 1327 | @itemize @bullet | 1327 | @itemize @bullet |
| 1328 | @item | 1328 | @item |
| 1329 | Online help for routines and keywords can be accessed through the | 1329 | Online help for routines and keywords can be accessed through the |
| 1330 | Routine Info display. Click with @kbd{Mouse-3} on an item to see the | 1330 | Routine Info display. Click with @kbd{mouse-3} on an item to see the |
| 1331 | corresponding help (@pxref{Routine Info}). | 1331 | corresponding help (@pxref{Routine Info}). |
| 1332 | @item | 1332 | @item |
| 1333 | When using completion and Emacs pops up a @file{*Completions*} buffer | 1333 | When using completion and Emacs pops up a @file{*Completions*} buffer |
| 1334 | with possible completions, clicking with @kbd{Mouse-3} on a completion | 1334 | with possible completions, clicking with @kbd{mouse-3} on a completion |
| 1335 | item invokes help on that item (@pxref{Completion}). Items for which | 1335 | item invokes help on that item (@pxref{Completion}). Items for which |
| 1336 | help is available in the online system documentation (vs. just the | 1336 | help is available in the online system documentation (vs. just the |
| 1337 | program source itself) will be emphasized (e.g., colored blue). | 1337 | program source itself) will be emphasized (e.g., colored blue). |
| @@ -1577,7 +1577,7 @@ search for a procedure matching a regexp. | |||
| 1577 | If the list of completions is too long to fit in the | 1577 | If the list of completions is too long to fit in the |
| 1578 | @file{*Completions*} window, the window can be scrolled by pressing | 1578 | @file{*Completions*} window, the window can be scrolled by pressing |
| 1579 | @kbd{M-@key{TAB}} repeatedly. Online help (if installed) for each | 1579 | @kbd{M-@key{TAB}} repeatedly. Online help (if installed) for each |
| 1580 | possible completion is available by clicking with @kbd{Mouse-3} on the | 1580 | possible completion is available by clicking with @kbd{mouse-3} on the |
| 1581 | item. Items for which system online help (from the IDL manual) is | 1581 | item. Items for which system online help (from the IDL manual) is |
| 1582 | available will be emphasized (e.g., colored blue). For other items, the | 1582 | available will be emphasized (e.g., colored blue). For other items, the |
| 1583 | corresponding source code or DocLib header will be used as the help | 1583 | corresponding source code or DocLib header will be used as the help |
| @@ -2811,7 +2811,7 @@ you add or remove some on the command line) using @kbd{C-c C-d C-l}. | |||
| 2811 | 2811 | ||
| 2812 | In recent IDLWAVE versions, the breakpoint line is highlighted when the | 2812 | In recent IDLWAVE versions, the breakpoint line is highlighted when the |
| 2813 | mouse is moved over it, and a tooltip pops up describing the break | 2813 | mouse is moved over it, and a tooltip pops up describing the break |
| 2814 | details. @kbd{Mouse-3} on the breakpoint line pops up a menu of | 2814 | details. @kbd{mouse-3} on the breakpoint line pops up a menu of |
| 2815 | breakpoint actions, including clearing, disabling, and adding or | 2815 | breakpoint actions, including clearing, disabling, and adding or |
| 2816 | changing break conditions or ``after'' break count. | 2816 | changing break conditions or ``after'' break count. |
| 2817 | 2817 | ||
| @@ -3151,7 +3151,7 @@ print, only an initial portion of long arrays will be printed, up to | |||
| 3151 | 3151 | ||
| 3152 | For added speed and convenience, there are mouse bindings which allow | 3152 | For added speed and convenience, there are mouse bindings which allow |
| 3153 | you to click on expressions and examine their values. Use | 3153 | you to click on expressions and examine their values. Use |
| 3154 | @kbd{S-Mouse-2} to print an expression and @kbd{C-M-Mouse-2} to invoke | 3154 | @kbd{S-mouse-2} to print an expression and @kbd{C-M-mouse-2} to invoke |
| 3155 | help (i.e., you need to hold down @key{META} and @key{CONTROL} while | 3155 | help (i.e., you need to hold down @key{META} and @key{CONTROL} while |
| 3156 | clicking with the middle mouse button). If you simply click, the | 3156 | clicking with the middle mouse button). If you simply click, the |
| 3157 | nearest expression will be selected in the same manner as described | 3157 | nearest expression will be selected in the same manner as described |
| @@ -3219,7 +3219,7 @@ mouse examine command, and two macros for generating your own examine | |||
| 3219 | key and mouse bindings. | 3219 | key and mouse bindings. |
| 3220 | 3220 | ||
| 3221 | The most powerful and flexible mouse examine command of all is | 3221 | The most powerful and flexible mouse examine command of all is |
| 3222 | available on @kbd{C-S-Mouse-2}. Just as for all the other mouse | 3222 | available on @kbd{C-S-mouse-2}. Just as for all the other mouse |
| 3223 | examine commands, it permits click or drag expression selection, but | 3223 | examine commands, it permits click or drag expression selection, but |
| 3224 | instead of sending hard-coded commands to the shell, it pops-up a | 3224 | instead of sending hard-coded commands to the shell, it pops-up a |
| 3225 | customizable selection list of examine functions to choose among, | 3225 | customizable selection list of examine functions to choose among, |
diff --git a/doc/misc/info.texi b/doc/misc/info.texi index 135c443c075..0a8100fec46 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi | |||
| @@ -671,7 +671,7 @@ the @key{Shift} key and then press @key{TAB}). | |||
| 671 | that subtopic's node. | 671 | that subtopic's node. |
| 672 | 672 | ||
| 673 | @cindex mouse support in Info mode | 673 | @cindex mouse support in Info mode |
| 674 | @kindex Mouse-2 @r{(Info mode)} | 674 | @kindex mouse-2 @r{(Info mode)} |
| 675 | If your terminal supports a mouse, you have yet another way of going | 675 | If your terminal supports a mouse, you have yet another way of going |
| 676 | to a subtopic. Move your mouse pointer to the subtopic line, | 676 | to a subtopic. Move your mouse pointer to the subtopic line, |
| 677 | somewhere between the beginning @samp{*} and the colon @samp{:} which | 677 | somewhere between the beginning @samp{*} and the colon @samp{:} which |
| @@ -679,22 +679,22 @@ ends the subtopic's brief name. You will see the subtopic's name | |||
| 679 | change its appearance (usually, its background color will change), and | 679 | change its appearance (usually, its background color will change), and |
| 680 | the shape of the mouse pointer will change if your platform supports | 680 | the shape of the mouse pointer will change if your platform supports |
| 681 | that. After a while, if you leave the mouse on that spot, a small | 681 | that. After a while, if you leave the mouse on that spot, a small |
| 682 | window will pop up, saying ``Mouse-2: go to that node,'' or the same | 682 | window will pop up, saying ``mouse-2: go to that node,'' or the same |
| 683 | message may appear at the bottom of the screen. | 683 | message may appear at the bottom of the screen. |
| 684 | 684 | ||
| 685 | @kbd{Mouse-2} is the second button of your mouse counting from the | 685 | @kbd{mouse-2} is the second button of your mouse counting from the |
| 686 | left---the middle button on a 3-button mouse. (On a 2-button mouse, | 686 | left---the middle button on a 3-button mouse. (On a 2-button mouse, |
| 687 | you may have to press both buttons together to ``press the middle | 687 | you may have to press both buttons together to ``press the middle |
| 688 | button''.) The message tells you pressing @kbd{Mouse-2} with the | 688 | button''.) The message tells you pressing @kbd{mouse-2} with the |
| 689 | current position of the mouse pointer (on subtopic in the menu) will | 689 | current position of the mouse pointer (on subtopic in the menu) will |
| 690 | go to that subtopic. | 690 | go to that subtopic. |
| 691 | 691 | ||
| 692 | @findex Info-mouse-follow-nearest-node | 692 | @findex Info-mouse-follow-nearest-node |
| 693 | More generally, @kbd{Mouse-2} in an Info buffer finds the nearest | 693 | More generally, @kbd{mouse-2} in an Info buffer finds the nearest |
| 694 | link to another node and goes there. For example, near a cross | 694 | link to another node and goes there. For example, near a cross |
| 695 | reference it acts like @kbd{f}, in a menu it acts like @kbd{m}, on the | 695 | reference it acts like @kbd{f}, in a menu it acts like @kbd{m}, on the |
| 696 | node's header line it acts like @kbd{n}, @kbd{p}, or @kbd{u}, etc. At | 696 | node's header line it acts like @kbd{n}, @kbd{p}, or @kbd{u}, etc. At |
| 697 | end of the node's text @kbd{Mouse-2} moves to the next node, or up if | 697 | end of the node's text @kbd{mouse-2} moves to the next node, or up if |
| 698 | there's no next node. | 698 | there's no next node. |
| 699 | 699 | ||
| 700 | @format | 700 | @format |
| @@ -719,7 +719,7 @@ to the subnode that the @kbd{u} command brought you from. (Some Info | |||
| 719 | readers may put you at the @emph{front} of the node instead---to get | 719 | readers may put you at the @emph{front} of the node instead---to get |
| 720 | back to where you were reading, you have to type some @key{SPC}s.) | 720 | back to where you were reading, you have to type some @key{SPC}s.) |
| 721 | 721 | ||
| 722 | Another way to go Up is to click @kbd{Mouse-2} on the @samp{Up} | 722 | Another way to go Up is to click @kbd{mouse-2} on the @samp{Up} |
| 723 | pointer shown in the header line (provided that you have a mouse). | 723 | pointer shown in the header line (provided that you have a mouse). |
| 724 | 724 | ||
| 725 | @format | 725 | @format |
| @@ -740,7 +740,7 @@ in Emacs. Do @kbd{M-x visible-mode} to show or hide it.) | |||
| 740 | @findex Info-follow-reference | 740 | @findex Info-follow-reference |
| 741 | You can follow a cross reference by moving the cursor to it and | 741 | You can follow a cross reference by moving the cursor to it and |
| 742 | press @key{RET}, just as in a menu. In Emacs, you can also click | 742 | press @key{RET}, just as in a menu. In Emacs, you can also click |
| 743 | @kbd{Mouse-1} on a cross reference to follow it; you can see that the | 743 | @kbd{mouse-1} on a cross reference to follow it; you can see that the |
| 744 | cross reference is mouse-sensitive by moving the mouse pointer to the | 744 | cross reference is mouse-sensitive by moving the mouse pointer to the |
| 745 | reference and watching how the underlying text and the mouse pointer | 745 | reference and watching how the underlying text and the mouse pointer |
| 746 | change in response. | 746 | change in response. |
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index d1fd8f76118..c48e4a40ea9 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi | |||
| @@ -1566,7 +1566,7 @@ M-x mh-rmail @key{RET} bob @key{RET}}). @xref{Folders}.}. | |||
| 1566 | @findex display-time | 1566 | @findex display-time |
| 1567 | @vindex read-mail-command | 1567 | @vindex read-mail-command |
| 1568 | 1568 | ||
| 1569 | There are some commands that need to read mail, such as @kbd{Mouse-2} | 1569 | There are some commands that need to read mail, such as @kbd{mouse-2} |
| 1570 | over the @samp{Mail} button that @code{display-time} adds to the mode | 1570 | over the @samp{Mail} button that @code{display-time} adds to the mode |
| 1571 | line. You can configure Emacs to have these commands use MH-E by | 1571 | line. You can configure Emacs to have these commands use MH-E by |
| 1572 | setting the option @code{read-mail-command} to @samp{mh-rmail}. | 1572 | setting the option @code{read-mail-command} to @samp{mh-rmail}. |
| @@ -1835,9 +1835,9 @@ minibuffer (@code{mh-prefix-help}). | |||
| 1835 | Unpack message created with @command{uudecode} or @command{shar} | 1835 | Unpack message created with @command{uudecode} or @command{shar} |
| 1836 | (@code{mh-store-msg}). | 1836 | (@code{mh-store-msg}). |
| 1837 | @c ------------------------- | 1837 | @c ------------------------- |
| 1838 | @kindex Mouse-2 | 1838 | @kindex mouse-2 |
| 1839 | @findex mh-show-mouse | 1839 | @findex mh-show-mouse |
| 1840 | @item Mouse-2 | 1840 | @item mouse-2 |
| 1841 | Move point to mouse event and show message (@code{mh-show-mouse}). | 1841 | Move point to mouse event and show message (@code{mh-show-mouse}). |
| 1842 | @end table | 1842 | @end table |
| 1843 | 1843 | ||
| @@ -1845,12 +1845,12 @@ Within the MH-Show buffer, the following command is defined. | |||
| 1845 | 1845 | ||
| 1846 | @table @kbd | 1846 | @table @kbd |
| 1847 | @kindex @key{RET} | 1847 | @kindex @key{RET} |
| 1848 | @kindex Mouse-1 | 1848 | @kindex mouse-1 |
| 1849 | @kindex Mouse-2 | 1849 | @kindex mouse-2 |
| 1850 | @findex mh-press-button | 1850 | @findex mh-press-button |
| 1851 | @item @key{RET} | 1851 | @item @key{RET} |
| 1852 | @itemx Mouse-1 | 1852 | @itemx mouse-1 |
| 1853 | @itemx Mouse-2 | 1853 | @itemx mouse-2 |
| 1854 | View contents of button (@code{mh-press-button}). | 1854 | View contents of button (@code{mh-press-button}). |
| 1855 | @end table | 1855 | @end table |
| 1856 | 1856 | ||
| @@ -2022,10 +2022,10 @@ detail in the following sections. | |||
| 2022 | @kindex @key{BS} | 2022 | @kindex @key{BS} |
| 2023 | @kindex @key{RET} | 2023 | @kindex @key{RET} |
| 2024 | @kindex @key{SPC} | 2024 | @kindex @key{SPC} |
| 2025 | @kindex Mouse-2 | 2025 | @kindex mouse-2 |
| 2026 | 2026 | ||
| 2027 | The command @key{RET} (@code{mh-show}) displays the message that the | 2027 | The command @key{RET} (@code{mh-show}) displays the message that the |
| 2028 | cursor is on while @kbd{Mouse-2} (@code{mh-show-mouse}) displays the | 2028 | cursor is on while @kbd{mouse-2} (@code{mh-show-mouse}) displays the |
| 2029 | message that the mouse cursor is on. If the message is already | 2029 | message that the mouse cursor is on. If the message is already |
| 2030 | displayed, it scrolls to the beginning of the message. Use @key{SPC} | 2030 | displayed, it scrolls to the beginning of the message. Use @key{SPC} |
| 2031 | (@code{mh-page-msg}) and @key{BS} (@code{mh-previous-page}) to move | 2031 | (@code{mh-page-msg}) and @key{BS} (@code{mh-previous-page}) to move |
| @@ -2201,13 +2201,13 @@ highlighting of citations entirely, choose @samp{None}. | |||
| 2201 | @cindex links, following | 2201 | @cindex links, following |
| 2202 | @findex goto-address-at-point | 2202 | @findex goto-address-at-point |
| 2203 | @kindex C-c @key{RET} | 2203 | @kindex C-c @key{RET} |
| 2204 | @kindex Mouse-2 | 2204 | @kindex mouse-2 |
| 2205 | @vindex goto-address-highlight-p | 2205 | @vindex goto-address-highlight-p |
| 2206 | 2206 | ||
| 2207 | Email addresses and URLs in the message are highlighted if the option | 2207 | Email addresses and URLs in the message are highlighted if the option |
| 2208 | @code{goto-address-highlight-p} is on, which it is by default. To view | 2208 | @code{goto-address-highlight-p} is on, which it is by default. To view |
| 2209 | the web page for a highlighted URL or to send a message using a | 2209 | the web page for a highlighted URL or to send a message using a |
| 2210 | highlighted email address, use @kbd{Mouse-2} or @kbd{C-c @key{RET}} | 2210 | highlighted email address, use @kbd{mouse-2} or @kbd{C-c @key{RET}} |
| 2211 | (@code{goto-address-at-point}). @xref{Sending Mail}, to see how to | 2211 | (@code{goto-address-at-point}). @xref{Sending Mail}, to see how to |
| 2212 | configure Emacs to send the message using MH-E. | 2212 | configure Emacs to send the message using MH-E. |
| 2213 | 2213 | ||
| @@ -2337,11 +2337,11 @@ Attachments in MH-E are indicated by @dfn{buttons} like this: | |||
| 2337 | @kindex @key{RET} | 2337 | @kindex @key{RET} |
| 2338 | @kindex K @key{TAB} | 2338 | @kindex K @key{TAB} |
| 2339 | @kindex K S-@key{TAB} | 2339 | @kindex K S-@key{TAB} |
| 2340 | @kindex Mouse-1 | 2340 | @kindex mouse-1 |
| 2341 | @kindex Mouse-2 | 2341 | @kindex mouse-2 |
| 2342 | 2342 | ||
| 2343 | To view the contents of the button, use either @kbd{Mouse-1} or | 2343 | To view the contents of the button, use either @kbd{mouse-1} or |
| 2344 | @kbd{Mouse-2} on the button or @key{RET} (@code{mh-press-button}) when | 2344 | @kbd{mouse-2} on the button or @key{RET} (@code{mh-press-button}) when |
| 2345 | the cursor is over the button. This command is a toggle so if you use | 2345 | the cursor is over the button. This command is a toggle so if you use |
| 2346 | it again on the same attachment, it is hidden. If Emacs does not know | 2346 | it again on the same attachment, it is hidden. If Emacs does not know |
| 2347 | how to display the attachment, then Emacs offers to save the | 2347 | how to display the attachment, then Emacs offers to save the |
| @@ -2561,11 +2561,11 @@ includes the results of a quick poll of MH-E users from 2005-12-23. | |||
| 2561 | @table @asis | 2561 | @table @asis |
| 2562 | @cindex browser, @samp{w3m} | 2562 | @cindex browser, @samp{w3m} |
| 2563 | @cindex @samp{w3m} | 2563 | @cindex @samp{w3m} |
| 2564 | @kindex Mouse-2 | 2564 | @kindex mouse-2 |
| 2565 | @item @samp{w3m} 7 | 2565 | @item @samp{w3m} 7 |
| 2566 | The @samp{w3m} browser requires an external program. It's quick, | 2566 | The @samp{w3m} browser requires an external program. It's quick, |
| 2567 | produces pretty nice output, and best of all, it's the only browser | 2567 | produces pretty nice output, and best of all, it's the only browser |
| 2568 | that highlights links. These can be clicked with @kbd{Mouse-2} to view | 2568 | that highlights links. These can be clicked with @kbd{mouse-2} to view |
| 2569 | the content of the link in @samp{w3m}. The @samp{w3m} browser handles | 2569 | the content of the link in @samp{w3m}. The @samp{w3m} browser handles |
| 2570 | tables well and actually respects the table's width parameter (which | 2570 | tables well and actually respects the table's width parameter (which |
| 2571 | can cause text to wrap if the author didn't anticipate that the page | 2571 | can cause text to wrap if the author didn't anticipate that the page |
| @@ -2650,7 +2650,7 @@ documentation for the Gnus command @kbd{W h} (see section | |||
| 2650 | @cindex @file{.emacs} | 2650 | @cindex @file{.emacs} |
| 2651 | @cindex files, @file{.emacs} | 2651 | @cindex files, @file{.emacs} |
| 2652 | @findex browse-url-at-mouse | 2652 | @findex browse-url-at-mouse |
| 2653 | @kindex S-Mouse-2 | 2653 | @kindex S-mouse-2 |
| 2654 | 2654 | ||
| 2655 | A useful key binding that you can add to @file{~/.emacs} is the | 2655 | A useful key binding that you can add to @file{~/.emacs} is the |
| 2656 | following which displays an HTML link or textual URL in an external | 2656 | following which displays an HTML link or textual URL in an external |
| @@ -6261,7 +6261,7 @@ containing the value for the field is given. | |||
| 6261 | @findex mh-visit-folder | 6261 | @findex mh-visit-folder |
| 6262 | @kindex F v | 6262 | @kindex F v |
| 6263 | @kindex M-x speedbar | 6263 | @kindex M-x speedbar |
| 6264 | @kindex Mouse-2 | 6264 | @kindex mouse-2 |
| 6265 | 6265 | ||
| 6266 | You can also use the speedbar | 6266 | You can also use the speedbar |
| 6267 | @ifnothtml | 6267 | @ifnothtml |
| @@ -6275,7 +6275,7 @@ Speedbar Frames} in @cite{The GNU Emacs Manual}) | |||
| 6275 | to view your folders. To bring up the speedbar, run @kbd{M-x speedbar | 6275 | to view your folders. To bring up the speedbar, run @kbd{M-x speedbar |
| 6276 | @key{RET}}. You will see a new frame appear with all of your MH | 6276 | @key{RET}}. You will see a new frame appear with all of your MH |
| 6277 | folders. Folders with unseen messages appear in boldface. Click on a | 6277 | folders. Folders with unseen messages appear in boldface. Click on a |
| 6278 | folder name with @kbd{Mouse-2} to visit that folder in a similar | 6278 | folder name with @kbd{mouse-2} to visit that folder in a similar |
| 6279 | fashion to the command @kbd{F v} (@code{mh-visit-folder}) | 6279 | fashion to the command @kbd{F v} (@code{mh-visit-folder}) |
| 6280 | (@pxref{Folders}). Click on the @samp{+} icon to expand and view the | 6280 | (@pxref{Folders}). Click on the @samp{+} icon to expand and view the |
| 6281 | sub-folders of that folder. | 6281 | sub-folders of that folder. |
| @@ -6310,9 +6310,9 @@ count before the next automatic update (@code{mh-speed-refresh}). | |||
| 6310 | 6310 | ||
| 6311 | @findex delete-frame | 6311 | @findex delete-frame |
| 6312 | @kindex C-x 5 0 | 6312 | @kindex C-x 5 0 |
| 6313 | @kindex Mouse-3 | 6313 | @kindex mouse-3 |
| 6314 | 6314 | ||
| 6315 | You can click on @kbd{Mouse-3} to bring up a context menu that | 6315 | You can click on @kbd{mouse-3} to bring up a context menu that |
| 6316 | contains these items. Dismiss the speedbar with @kbd{C-x 5 0} | 6316 | contains these items. Dismiss the speedbar with @kbd{C-x 5 0} |
| 6317 | (@code{delete-frame}). | 6317 | (@code{delete-frame}). |
| 6318 | 6318 | ||
diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi index f11e0b83fa1..a8684a40b3a 100644 --- a/doc/misc/sem-user.texi +++ b/doc/misc/sem-user.texi | |||
| @@ -1173,7 +1173,7 @@ the declaration line of the function or tag on the topmost line in the | |||
| 1173 | text area. This allows you to keep that declaration line in view at | 1173 | text area. This allows you to keep that declaration line in view at |
| 1174 | all times, even if it is scrolls off the ``top'' of the screen. | 1174 | all times, even if it is scrolls off the ``top'' of the screen. |
| 1175 | 1175 | ||
| 1176 | In addition, clicking @kbd{Mouse-1} on the header line opens a context | 1176 | In addition, clicking @kbd{mouse-1} on the header line opens a context |
| 1177 | menu that contains menu items for copying, killing, or narrowing to | 1177 | menu that contains menu items for copying, killing, or narrowing to |
| 1178 | that tag. | 1178 | that tag. |
| 1179 | 1179 | ||
| @@ -1199,7 +1199,7 @@ Semantic Highlight Function minor mode highlights the declaration line | |||
| 1199 | of the current function or tag (that is to say, the first line that | 1199 | of the current function or tag (that is to say, the first line that |
| 1200 | describes the rest of the construct). | 1200 | describes the rest of the construct). |
| 1201 | 1201 | ||
| 1202 | In addition, clicking @kbd{Mouse-3} on the highlighted declaration | 1202 | In addition, clicking @kbd{mouse-3} on the highlighted declaration |
| 1203 | line opens a context menu that contains menu items for copying, | 1203 | line opens a context menu that contains menu items for copying, |
| 1204 | killing, or narrowing to that tag. | 1204 | killing, or narrowing to that tag. |
| 1205 | 1205 | ||
diff --git a/doc/misc/speedbar.texi b/doc/misc/speedbar.texi index 377e412bb30..d43c521f76a 100644 --- a/doc/misc/speedbar.texi +++ b/doc/misc/speedbar.texi | |||
| @@ -62,7 +62,7 @@ authors of other packages to provide speedbar summaries customized to | |||
| 62 | the needs of that mode. | 62 | the needs of that mode. |
| 63 | 63 | ||
| 64 | Throughout this manual, activities are defined as ``clicking on'', or | 64 | Throughout this manual, activities are defined as ``clicking on'', or |
| 65 | ``expanding'' items. Clicking means using @kbd{Mouse-2} on a | 65 | ``expanding'' items. Clicking means using @kbd{mouse-2} on a |
| 66 | button. Expanding refers to clicking on an expansion button to display | 66 | button. Expanding refers to clicking on an expansion button to display |
| 67 | an expanded summary of the entry the expansion button is | 67 | an expanded summary of the entry the expansion button is |
| 68 | on. @xref{Basic Navigation}. | 68 | on. @xref{Basic Navigation}. |
| @@ -316,29 +316,29 @@ with the mouse, or affected by the menu. | |||
| 316 | The mouse bindings are: | 316 | The mouse bindings are: |
| 317 | 317 | ||
| 318 | @table @kbd | 318 | @table @kbd |
| 319 | @item Mouse-1 | 319 | @item mouse-1 |
| 320 | Move cursor to that location. | 320 | Move cursor to that location. |
| 321 | @item Mouse-2 | 321 | @item mouse-2 |
| 322 | @itemx Double-Mouse-1 | 322 | @itemx Double-mouse-1 |
| 323 | Activate the current button. @kbd{Double-Mouse-1} is called a @dfn{double | 323 | Activate the current button. @kbd{Double-mouse-1} is called a @dfn{double |
| 324 | click} on other platforms, and is useful for windows users with two | 324 | click} on other platforms, and is useful for windows users with two |
| 325 | button mice. | 325 | button mice. |
| 326 | @c Isn't it true that with two-button mice, the right button is Mouse-2? | 326 | @c Isn't it true that with two-button mice, the right button is mouse-2? |
| 327 | @c On GNU/Linux, the right button is Mouse-3. | 327 | @c On GNU/Linux, the right button is mouse-3. |
| 328 | @item S-Mouse-2 | 328 | @item S-mouse-2 |
| 329 | @itemx S-Double-Mouse-1 | 329 | @itemx S-Double-mouse-1 |
| 330 | @cindex power click | 330 | @cindex power click |
| 331 | This has the same effect as @kbd{Mouse-2}, except it is called a power | 331 | This has the same effect as @kbd{mouse-2}, except it is called a power |
| 332 | click. This means that if a group with an expansion button @samp{+} is | 332 | click. This means that if a group with an expansion button @samp{+} is |
| 333 | clicked, any caches are flushed, and subitems re-read. If it is a name, | 333 | clicked, any caches are flushed, and subitems re-read. If it is a name, |
| 334 | it will be opened in a new frame. | 334 | it will be opened in a new frame. |
| 335 | @item Mouse-3 | 335 | @item mouse-3 |
| 336 | Activate the speedbar menu. The item selected affects the line clicked, | 336 | Activate the speedbar menu. The item selected affects the line clicked, |
| 337 | not the line where the cursor was. | 337 | not the line where the cursor was. |
| 338 | @item Mouse-1 @r{(mode line)} | 338 | @item mouse-1 @r{(mode line)} |
| 339 | Activate the menu. This affects the item the cursor is on before the | 339 | Activate the menu. This affects the item the cursor is on before the |
| 340 | click, since the mouse was not clicked on anything. | 340 | click, since the mouse was not clicked on anything. |
| 341 | @item C-Mouse-1 | 341 | @item C-mouse-1 |
| 342 | Buffers sub-menu. The buffer in the attached frame is switched. | 342 | Buffers sub-menu. The buffer in the attached frame is switched. |
| 343 | @end table | 343 | @end table |
| 344 | 344 | ||
| @@ -355,7 +355,7 @@ You can display different data by using different display modes. These | |||
| 355 | specialized modes make it easier to navigate the relevant pieces of | 355 | specialized modes make it easier to navigate the relevant pieces of |
| 356 | information, such as files and directories, or buffers. | 356 | information, such as files and directories, or buffers. |
| 357 | 357 | ||
| 358 | In the main menu, found by clicking @kbd{Mouse-3}, there is a submenu | 358 | In the main menu, found by clicking @kbd{mouse-3}, there is a submenu |
| 359 | labeled @samp{Displays}. This submenu lets you easily choose between | 359 | labeled @samp{Displays}. This submenu lets you easily choose between |
| 360 | different display modes. | 360 | different display modes. |
| 361 | 361 | ||
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi index 3f81f67beb4..6b169f3c8e6 100644 --- a/doc/misc/viper.texi +++ b/doc/misc/viper.texi | |||
| @@ -2591,7 +2591,7 @@ occurrence of the pattern to search for. | |||
| 2591 | 2591 | ||
| 2592 | Note: while loading initially, Viper binds this mouse action only if it is | 2592 | Note: while loading initially, Viper binds this mouse action only if it is |
| 2593 | not already bound to something else. If you want to use the mouse-search | 2593 | not already bound to something else. If you want to use the mouse-search |
| 2594 | feature, and the @kbd{Meta-Shift-Mouse-1} mouse action is already bound to | 2594 | feature, and the @kbd{Meta-Shift-mouse-1} mouse action is already bound to |
| 2595 | something else, you can rebind the mouse-search feature by setting | 2595 | something else, you can rebind the mouse-search feature by setting |
| 2596 | @code{viper-mouse-search-key} to something else in | 2596 | @code{viper-mouse-search-key} to something else in |
| 2597 | your Viper customization file: | 2597 | your Viper customization file: |
| @@ -2669,8 +2669,8 @@ purpose of mouse search and mouse insert. By default, this is set to | |||
| 2669 | @code{double-click-time} in Emacs and to | 2669 | @code{double-click-time} in Emacs and to |
| 2670 | @code{mouse-track-multi-click-time} milliseconds in XEmacs. | 2670 | @code{mouse-track-multi-click-time} milliseconds in XEmacs. |
| 2671 | @end table | 2671 | @end table |
| 2672 | @kindex @kbd{S-Mouse-1} | 2672 | @kindex @kbd{S-mouse-1} |
| 2673 | @kindex @kbd{S-Mouse-2} | 2673 | @kindex @kbd{S-mouse-2} |
| 2674 | @kindex @kbd{meta shift button1up} | 2674 | @kindex @kbd{meta shift button1up} |
| 2675 | @kindex @kbd{meta shift button2up} | 2675 | @kindex @kbd{meta shift button2up} |
| 2676 | @vindex @code{viper-multiclick-timeout} | 2676 | @vindex @code{viper-multiclick-timeout} |
| @@ -4428,7 +4428,7 @@ The following two mouse actions are normally bound to special search and | |||
| 4428 | insert commands in of Viper: | 4428 | insert commands in of Viper: |
| 4429 | 4429 | ||
| 4430 | @table @kbd | 4430 | @table @kbd |
| 4431 | @item S-Mouse-1 | 4431 | @item S-mouse-1 |
| 4432 | Holding Shift and clicking mouse button 1 will | 4432 | Holding Shift and clicking mouse button 1 will |
| 4433 | initiate search for | 4433 | initiate search for |
| 4434 | a region under the mouse pointer. | 4434 | a region under the mouse pointer. |
| @@ -4437,7 +4437,7 @@ binding only if this mouse action is not | |||
| 4437 | already bound to something else. | 4437 | already bound to something else. |
| 4438 | @xref{Viper Specials}, for more information. | 4438 | @xref{Viper Specials}, for more information. |
| 4439 | 4439 | ||
| 4440 | @item S-Mouse-2 | 4440 | @item S-mouse-2 |
| 4441 | Holding Shift and clicking button 2 of the mouse will | 4441 | Holding Shift and clicking button 2 of the mouse will |
| 4442 | insert a region surrounding the mouse pointer. | 4442 | insert a region surrounding the mouse pointer. |
| 4443 | This command can also take a prefix argument. | 4443 | This command can also take a prefix argument. |
| @@ -4445,8 +4445,8 @@ Note: Viper sets this binding only if this mouse action is not | |||
| 4445 | already bound to something else. | 4445 | already bound to something else. |
| 4446 | @xref{Viper Specials}, for more details. | 4446 | @xref{Viper Specials}, for more details. |
| 4447 | @end table | 4447 | @end table |
| 4448 | @kindex @kbd{S-Mouse-1} | 4448 | @kindex @kbd{S-mouse-1} |
| 4449 | @kindex @kbd{S-Mouse-2} | 4449 | @kindex @kbd{S-mouse-2} |
| 4450 | @kindex @kbd{meta button1up} | 4450 | @kindex @kbd{meta button1up} |
| 4451 | @kindex @kbd{meta button2up} | 4451 | @kindex @kbd{meta button2up} |
| 4452 | 4452 | ||
diff --git a/doc/misc/widget.texi b/doc/misc/widget.texi index 49606ed9692..953bcae3ef2 100644 --- a/doc/misc/widget.texi +++ b/doc/misc/widget.texi | |||
| @@ -243,8 +243,8 @@ If point is not located on a button, invoke the binding in | |||
| 243 | @code{widget-global-map} (by default the global map). | 243 | @code{widget-global-map} (by default the global map). |
| 244 | @end deffn | 244 | @end deffn |
| 245 | 245 | ||
| 246 | @kindex Mouse-2 @r{(on button widgets}) | 246 | @kindex mouse-2 @r{(on button widgets}) |
| 247 | @item Mouse-2 | 247 | @item mouse-2 |
| 248 | @deffn Command widget-button-click @var{event} | 248 | @deffn Command widget-button-click @var{event} |
| 249 | Invoke the button at the location of the mouse pointer. If the mouse | 249 | Invoke the button at the location of the mouse pointer. If the mouse |
| 250 | pointer is located in an editable text field, invoke the binding in | 250 | pointer is located in an editable text field, invoke the binding in |
| @@ -456,7 +456,7 @@ There is a standard widget keymap which you might find useful. | |||
| 456 | @findex widget-button-click | 456 | @findex widget-button-click |
| 457 | @defvr Const widget-keymap | 457 | @defvr Const widget-keymap |
| 458 | @key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and | 458 | @key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and |
| 459 | @code{widget-backward}, respectively. @key{RET} and @kbd{Mouse-2} | 459 | @code{widget-backward}, respectively. @key{RET} and @kbd{mouse-2} |
| 460 | are bound to @code{widget-button-press} and | 460 | are bound to @code{widget-button-press} and |
| 461 | @code{widget-button-click}. | 461 | @code{widget-button-click}. |
| 462 | @end defvr | 462 | @end defvr |
diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi index 59320d23684..f1fbba6151b 100644 --- a/doc/misc/woman.texi +++ b/doc/misc/woman.texi | |||
| @@ -671,19 +671,19 @@ to other man pages. If these man pages are installed then WoMan can | |||
| 671 | easily be directed to follow the reference, i.e., to find and format the | 671 | easily be directed to follow the reference, i.e., to find and format the |
| 672 | man page. When the mouse is passed over a correctly formatted reference | 672 | man page. When the mouse is passed over a correctly formatted reference |
| 673 | it is highlighted, in which case clicking the middle button | 673 | it is highlighted, in which case clicking the middle button |
| 674 | @kbd{Mouse-2} will cause WoMan to follow the reference. Alternatively, | 674 | @kbd{mouse-2} will cause WoMan to follow the reference. Alternatively, |
| 675 | when point is over such a reference the key @key{RET} will follow the | 675 | when point is over such a reference the key @key{RET} will follow the |
| 676 | reference. | 676 | reference. |
| 677 | 677 | ||
| 678 | Any word in the buffer can be used as a reference by clicking | 678 | Any word in the buffer can be used as a reference by clicking |
| 679 | @kbd{Mouse-2} over it provided the Meta key is also used (although in | 679 | @kbd{mouse-2} over it provided the Meta key is also used (although in |
| 680 | general such a ``reference'' will not lead to a man page). | 680 | general such a ``reference'' will not lead to a man page). |
| 681 | Alternatively, the key @kbd{r} allows completion to be used to select a | 681 | Alternatively, the key @kbd{r} allows completion to be used to select a |
| 682 | reference to follow, based on the word at point as default. | 682 | reference to follow, based on the word at point as default. |
| 683 | 683 | ||
| 684 | @table @kbd | 684 | @table @kbd |
| 685 | @item @kbd{Mouse-2} | 685 | @item @kbd{mouse-2} |
| 686 | @kindex Mouse-2 | 686 | @kindex mouse-2 |
| 687 | @findex woman-mouse-2 | 687 | @findex woman-mouse-2 |
| 688 | Run WoMan with word under mouse as topic (@code{woman-mouse-2}). The | 688 | Run WoMan with word under mouse as topic (@code{woman-mouse-2}). The |
| 689 | word must be mouse-highlighted unless @code{woman-mouse-2} is used with | 689 | word must be mouse-highlighted unless @code{woman-mouse-2} is used with |