Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
39791e03
Commit
39791e03
authored
Dec 28, 2008
by
Chong Yidong
Browse files
(Goto Address mode): Rename from Goto-address. Refer to
goto-address-mode instead of goto-address.
parent
60d8d164
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
doc/emacs/misc.texi
doc/emacs/misc.texi
+18
-18
No files found.
doc/emacs/misc.texi
View file @
39791e03
...
...
@@ -2551,7 +2551,7 @@ fashion.
@menu
* Browse-URL:: Following URLs.
* Goto
-a
ddress
::
Activating URLs.
* Goto
A
ddress
mode::
Activating URLs.
* FFAP:: Finding files etc. at point.
@end menu
...
...
@@ -2592,31 +2592,31 @@ Packages with facilities for following URLs should always go through
Browse-URL, so that the customization options for Browse-URL will
affect all browsing in Emacs.
@node Goto
-a
ddress
@node Goto
A
ddress
mode
@subsection Activating URLs
@findex goto-address
@cindex Goto
-a
ddress
@findex goto-address
-mode
@cindex Goto
A
ddress
mode
@cindex URLs, activating
@table @kbd
@item M-x goto-address
@item M-x goto-address
-mode
Activate URLs and e-mail addresses in the current buffer.
@end table
You can make URLs in the current buffer active with @kbd{M-x
goto-address}. This finds all the URLs in the buffer,
and establishes
bindings for @kbd{Mouse-2} and @kbd{C-c @key{RET}} on them. After
activation, if you click on a
URL with @kbd{Mouse-
2},
or
move to a URL
and type @kbd{C-c @key{RET}}, that
will
display the web
page that the URL
specifies. For a @samp{mailto} URL, it sends mail
instead, using your
selected mail-composition method (@pxref{Mail
Methods}).
It can be useful to add @code{goto-address} to mode hooks and the
hooks used to display an incoming message.
@code{rmail-show-message-hook} is the appropriate hook for Rmail, and
@code{
mh
-show-m
od
e-hook} for
MH-E. This is not needed for Gnus,
which has a similar feature
of its own.
goto-address
-mode
}. This
minor mode
finds all the URLs in the buffer,
highlights them, and turns them into @dfn{buttons}: if you click on a
URL with @kbd{Mouse-
1}
or
@kbd{Mouse-2} (@pxref{Mouse References}), or
move to the URL
and type @kbd{C-c @key{RET}}, that display
s
the web
page that the URL
specifies. For a @samp{mailto} URL, it sends mail
instead, using your
selected mail-composition method (@pxref{Mail
Methods}).
It can be useful to add @code{goto-address-mode} to mode hooks and
the hooks used to display an incoming message (e.g.,
@code{
rmail
-show-m
essag
e-hook} for
Rmail, and @code{mh-show-mode-hook}
for MH-E). This is not needed for Gnus,
which has a similar feature
of its own.
@node FFAP
@subsection Finding Files and URLs at Point
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment