diff options
| author | Chong Yidong | 2010-05-29 19:50:47 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-29 19:50:47 -0400 |
| commit | 0191e222e375db31e08ef55f4eddc9e01e8d1f80 (patch) | |
| tree | 4d968cbb6a7df0b288311f3275253b45194541ff /etc | |
| parent | b233600fbd201794a34bee1f3a819adb63eda7ec (diff) | |
| download | emacs-0191e222e375db31e08ef55f4eddc9e01e8d1f80.tar.gz emacs-0191e222e375db31e08ef55f4eddc9e01e8d1f80.zip | |
Add --parent-id argument to emacsclient.
* lib-src/emacsclient.c (longopts, decode_options, print_help_and_exit):
New arg `-parent-id'.
(main): Send parent-id to Emacs.
* lisp/server.el (server-process-filter): Receive parent-id argument
from emacsclient.
(server-create-window-system-frame): New arg. Pass parent-id as
frame parameter.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -43,6 +43,10 @@ You can disable this by using --without-selinux. | |||
| 43 | 43 | ||
| 44 | * Changes in Emacs 24.1 | 44 | * Changes in Emacs 24.1 |
| 45 | 45 | ||
| 46 | ** New emacsclient argument --parent-id ID can be used to open a | ||
| 47 | client frame in parent X window ID, via XEmbed. This works like the | ||
| 48 | --parent-id argument to Emacs. | ||
| 49 | |||
| 46 | ** Completion can cycle, depending on completion-cycle-threshold. | 50 | ** Completion can cycle, depending on completion-cycle-threshold. |
| 47 | 51 | ||
| 48 | ** auto-mode-case-fold is now enabled by default. | 52 | ** auto-mode-case-fold is now enabled by default. |