- 18 Apr, 2012 2 commits
-
-
Glenn Morris authored
* doc/lispref/processes.texi (Output from Processes, Filter Functions): Mention waiting-for-user-input-p. (Sentinels, Query Before Exit, System Processes, Transaction Queues): (Network Servers, Datagrams, Network Processes, Network Options) (Network Feature Testing, Serial Ports): Copyedits. (Network): Add encrypted network overview paragraph. Cross-reference the Emacs-GnuTLS manual. Use @acronym. * lisp/net/network-stream.el (open-network-stream): Doc fix. * src/process.c (Fset_process_inherit_coding_system_flag) (Fset_process_query_on_exit_flag): Doc fix (mention return value). (Fmake_network_process): Doc fix.
-
Ludovic Courtès authored
-
- 17 Apr, 2012 4 commits
-
-
Juanma Barranquero authored
-
Eli Zaretskii authored
src/xdisp.c (string_buffer_position_lim): Limit starting position to BEGV. (set_cursor_from_row): If called for a mode-line or header-line row, return zero immediately. (try_cursor_movement): If inside continuation line, don't back up farther than the first row after the header line, if any. Don't consider the header-line row as "partially visible", even if MATRIX_ROW_PARTIALLY_VISIBLE_P returns non-zero.
-
Chong Yidong authored
-
Chong Yidong authored
* doc/lispref/keymaps.texi (Menu Bar): Move most of the :advertised-binding description to help.texi. * doc/lispref/help.texi (Keys in Documentation): Mention :advertised-binding.
-
- 16 Apr, 2012 4 commits
-
-
Alan Mackenzie authored
-
Chong Yidong authored
Fixes: debbugs:11242
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/processes.texi (Process Information, Input to Processes) (Signals to Processes, Output from Processes, Process Buffers) (Filter Functions, Decoding Output): Copyedits.
-
- 15 Apr, 2012 4 commits
-
-
Chong Yidong authored
Fix its buggy logic for the Windows case (regression from 23.4). * lib-src/emacsclient.c (decode_options): Move -t -n corner case handling into server.el. * lisp/server.el (server-process-filter): Handle corner case where both tty and nowait options are present. Fixes: debbugs:11102
-
Chong Yidong authored
-
Glenn Morris authored
* doc/lispref/processes.texi (Asynchronous Processes, Deleting Processes): Copyedits. (Asynchronous Processes): Update some example output.
-
Glenn Morris authored
* doc/lispref/processes.texi (Processes, Subprocess Creation, Shell Arguments): (Synchronous Processes): Copyedits. (Subprocess Creation): Discourage modifying exec-path directly. (Synchronous Processes): Update some example output. (Process Information): Fix typo. (Bindat Spec): Use Texinfo-recommended form of quote+punctuation. * lisp/simple.el (process-file-side-effects): Doc fix.
-
- 14 Apr, 2012 10 commits
-
-
Glenn Morris authored
* doc/lispref/anti.texi (Antinews): Copyedits. Don't @dfn anything here. open-network-stream does exist in Emacs 23, but is simpler. * admin/FOR-RELEASE: Related markup.
-
Glenn Morris authored
* admin/FOR-RELEASE: Related edit. Ref http://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00402.html
-
-
Glenn Morris authored
* doc/emacs/mule.texi (Language Environments): Move font info to "Fontsets". (Fontsets): Move intlfonts etc here from "Language Environments". Copyedits. (Defining Fontsets, Modifying Fontsets, Undisplayable Characters) (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits. * admin/FOR-RELEASE: Related markup.
-
Glenn Morris authored
-
Stefan Monnier authored
* emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall. Fixes: debbugs:11241
-
Chong Yidong authored
All callers changed.
-
Chong Yidong authored
and its effect on C-x C-c more carefully.
-
Glenn Morris authored
* doc/emacs/frames.texi (Scroll Bars): * doc/emacs/glossary.texi (Glossary): Use consistent case for "X Window System".
-
Glenn Morris authored
* doc/emacs/mule.texi (Select Input Method, Coding Systems): State command names in kbd tables. (Recognize Coding): Add cross-ref. (Output Coding): Don't mention message mode in particular. (Text Coding, Communication Coding, File Name Coding, Terminal Coding): Copyedits.
-
- 13 Apr, 2012 5 commits
-
-
Atsuo Ohki authored
Fixes: debbugs:11238
-
Chong Yidong authored
* emulation/cua-base.el (cua-exchange-point-and-mark): Just call exchange-point-and-mark if cua-enable-cua-keys is nil. Fixes: debbugs:11191
-
Chong Yidong authored
-
Glenn Morris authored
* mule.texi (Select Input Method, Coding Systems, Recognize Coding): Copyedits. (Coding Systems): Mac OS X apparently uses newlines for EOL. (Recognize Coding): Remove old auto-coding-regexp-alist example. auto-coding-functions does not override coding: tags. Remove rmail-decode-mime-charset; it no longer has any effect.
-
Glenn Morris authored
-
- 12 Apr, 2012 7 commits
-
-
Ted Zlatanov authored
-
Lars Magne Ingebrigtsen authored
-
Juanma Barranquero authored
lib-src/emacsclient.c (decode_options) [WINDOWSNT]: Fix typo in 2011-12-04T17:13:01Z!lekktu@gmail.com. Call ttyname instead of passing its address.
-
Chong Yidong authored
* doc/lispref/customize.texi (Applying Customizations): (Custom Themes): New nodes. * doc/lispref/display.texi (Defining Faces): Reference custom-set-faces. * doc/lispref/modes.texi (Defining Minor Modes, Defining Minor Modes): * doc/lispref/os.texi (Startup Summary): Copyedits. * doc/emacs/custom.texi (Creating Custom Themes): Add reference to Custom Themes node in Lisp manual. * lisp/custom.el (custom-theme-set-variables): Doc fix.
-
Glenn Morris authored
Use "^" for the postfix example, because it is less confusing inside Info's `quotes'.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/emacs/mule.texi (International): Copyedits. (International Chars): Update C-x = example output. (Disabling Multibyte): Rename from "Enabling Multibyte". Clarify what "unibyte: t" does, and mode-line description. (Unibyte Mode): Update for "Disabling Multibyte" node name change. Use Texinfo recommended convention for quotes+punctuation. * doc/emacs/custom.texi (Specifying File Variables): Fix "unibyte" description. Update for "Disabling Multibyte" node name change. * doc/emacs/emacs.texi: Update for "Disabling Multibyte" node name change. * doc/lispref/loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end. * lisp/international/mule.el (set-auto-coding-for-load): Doc fix.
-
- 11 Apr, 2012 4 commits
-
-
Lars Magne Ingebrigtsen authored
gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't have a group name. gnus-start.el (gnus-read-newsrc-el-file): Protect against broken .newsrc.el files.
-
Stefan Monnier authored
Reported by Noah Friedman. Backport from trunk.
-
Alan Mackenzie authored
-
Alan Mackenzie authored
-