1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00
Andreas Rottmann 18a4ce5ea1 Allow emacsclient to set parameters of new graphical frames (bug#5864)
* lib-src/emacsclient.c (longopts, decode_options, main): Add frame-parameters.

* lisp/server.el (server-create-window-system-frame): Add parameters arg.
(server-process-filter): Doc fix.  Handle frame-parameters.

* doc/emacs/misc.texi (emacsclient Options): Mention --frame-parameters.
* doc/man/emacsclient.1: Mention --frame-parameters.

* etc/NEWS: Mention this.
2011-06-25 11:05:48 -07:00
..
2011-06-23 02:18:46 +02:00
2011-02-17 21:21:57 -08:00
2011-04-19 15:44:55 +02:00
2011-03-19 14:49:31 -04:00
2011-05-11 03:34:51 +08:00
2011-05-06 00:20:17 -07:00
2011-03-01 16:18:53 +01:00
2011-04-06 14:18:10 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-06-19 14:39:24 -04:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-06-19 14:59:58 -04:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-01-15 15:16:57 -08:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-05-10 15:57:12 +02:00
2011-04-19 15:44:55 +02:00
2011-06-01 06:19:26 -04:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-01-15 15:16:57 -08:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-05-28 18:56:14 -04:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-05-14 13:14:25 -07:00
2011-03-11 12:17:33 -05:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-06-20 22:49:12 +02:00
2011-04-19 15:44:55 +02:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.