1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

More updates to misc.texi.

* doc/emacs/misc.texi (Single Shell): Don't document Lisp usage of
shell-command.  Tidy up discussion of synchronicity.  Add index
entries for async-shell-command.
(Interactive Shell): Note that M-x shell uses shell-file-name.
Note change in behavior in Emacs 24.
(Shell Mode): Shell mode now uses completion-at-point.
(Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
default method for recognizing prompts nowadays.
(Shell Ring): Add xref to Minibuffer History.
(Directory Tracking): Explain Dirtrack mode in more detail.
(Term Mode): Fix index entries.
(Paging in Term): Merge into Term Mode.
(Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
(Printing): Fix xref.  State default of lpr-switches.
(PostScript): Remove obsolete sentence.  Omit description of
non-interactive behaviors.
(Hyperlinking): Improve description.
(Browse-URL): Using compose-mail for mailto URLs is the default.
Document browse-url-mailto-function.
(Goto Address mode): Add index entries.  Add xref to Browse-URL.
(FFAP): FFAP is not a minor mode.
(Amusements): M-x lm was renamed to M-x landmark.  Document
nato-region.
This commit is contained in:
Chong Yidong 2012-01-03 16:55:00 +08:00
parent 787cdb34ea
commit 88c5c7c831
5 changed files with 395 additions and 465 deletions

View File

@ -156,7 +156,7 @@ macos.texi
maintaining.texi cyd
mark.texi cyd
mini.texi
misc.texi
misc.texi cyd
modes.texi cyd
msdog.texi
msdog-xtra.texi

View File

@ -1,3 +1,29 @@
2012-01-03 Chong Yidong <cyd@gnu.org>
* misc.texi (Single Shell): Don't document Lisp usage of
shell-command. Tidy up discussion of synchronicity. Add index
entries for async-shell-command.
(Interactive Shell): Note that M-x shell uses shell-file-name.
Note change in behavior in Emacs 24.
(Shell Mode): Shell mode now uses completion-at-point.
(Shell Prompts): Emphasize that comint-use-prompt-regexp isn't the
default method for recognizing prompts nowadays.
(Shell Ring): Add xref to Minibuffer History.
(Directory Tracking): Explain Dirtrack mode in more detail.
(Term Mode): Fix index entries.
(Paging in Term): Merge into Term Mode.
(Serial Terminal, Emacs Server, emacsclient Options): Copyedits.
(Printing): Fix xref. State default of lpr-switches.
(PostScript): Remove obsolete sentence. Omit description of
non-interactive behaviors.
(Hyperlinking): Improve description.
(Browse-URL): Using compose-mail for mailto URLs is the default.
Document browse-url-mailto-function.
(Goto Address mode): Add index entries. Add xref to Browse-URL.
(FFAP): FFAP is not a minor mode.
(Amusements): M-x lm was renamed to M-x landmark. Document
nato-region.
2012-01-01 Chong Yidong <cyd@gnu.org>
* misc.texi (Gnus, Buffers of Gnus): Copyedits.

View File

@ -988,7 +988,6 @@ Running Shell Commands from Emacs
* Shell Options:: Options for customizing Shell mode.
* Terminal emulator:: An Emacs window as a terminal emulator.
* Term Mode:: Special Emacs commands used in Term mode.
* Paging in Term:: Paging in the terminal emulator.
* Remote Host:: Connecting to another computer.
* Serial Terminal:: Connecting to a serial port.

File diff suppressed because it is too large Load Diff

View File

@ -566,6 +566,7 @@ region (or with the left margin if there is no previous line).
+++
** Archive Mode has basic support for browsing and updating 7z archives.
+++
** browse-url has a new variable `browse-url-mailto-function'
specifies how mailto: URLs are handled. The default is `browse-url-mail'.
@ -692,7 +693,7 @@ utf-8, and do the normal `undecided' decoding for the rest.
exists, that is used instead.
** gdb-mi
+++
*** GDB User Interface migrated to GDB Machine Interface and now
supports multithread non-stop debugging and debugging of several
threads simultaneously.
@ -718,6 +719,7 @@ handy if you have many manuals in many Info buffers, and don't
remember the name of the buffer visiting the manual you want to
consult.
+++
** The Landmark game is now invoked with `landmark', not `lm'.
** MH-E has been upgraded to MH-E version 8.3.1.
@ -742,9 +744,9 @@ This change was made in Emacs 23.1 but was not advertised at the time.
Try using `rmail-show-message-hook' instead.
** Shell mode
+++
*** Shell mode uses pcomplete rules, with the standard completion UI.
+++
*** The `shell' command prompts for the shell path name if the default
directory is a remote file name and neither the environment variable
$ESHELL nor the variable `explicit-shell-file-name' is set.
@ -898,6 +900,7 @@ They are superseded by shift-select-mode enabled by default in 23.1.
---
*** `copyright-fix-years' can optionally convert consecutive years to ranges.
+++
*** New command `nato-region' converts text to NATO phonetic alphabet.