diff options
| author | Glenn Morris | 2008-06-13 08:07:04 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-13 08:07:04 +0000 |
| commit | 07d99e7544ffa51339ae1ba1a3785f49247e0c6e (patch) | |
| tree | 97232f09a8a8504fea11c43150c25e2a43da04ba /etc | |
| parent | 37e5d54a5ce58c903b6c4d9cb29aa03eb6696e07 (diff) | |
| download | emacs-07d99e7544ffa51339ae1ba1a3785f49247e0c6e.tar.gz emacs-07d99e7544ffa51339ae1ba1a3785f49247e0c6e.zip | |
Daniel Engeler <engeler at gmail.com>
Add documentation about serial port access.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -64,6 +64,12 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary. | |||
| 64 | 64 | ||
| 65 | * Changes in Emacs 23.1 | 65 | * Changes in Emacs 23.1 |
| 66 | 66 | ||
| 67 | ** Emacs now supports serial port access on GNU/Linux, Unix, and | ||
| 68 | Windows. `serial-term' starts an interactive terminal, | ||
| 69 | `make-serial-process' and `serial-process-configure' provide a Lisp | ||
| 70 | interface. The serial port can be configured at runtime with the | ||
| 71 | mode-line mouse menu. | ||
| 72 | |||
| 67 | ** Apropos | 73 | ** Apropos |
| 68 | *** `apropos-library' describes the elements defined in a given library. | 74 | *** `apropos-library' describes the elements defined in a given library. |
| 69 | *** Set `apropos-compact-layout' is you want a more compact (but wider) layout. | 75 | *** Set `apropos-compact-layout' is you want a more compact (but wider) layout. |