- 09 Dec, 2011 1 commit
-
-
Juanma Barranquero authored
-
- 08 Dec, 2011 6 commits
-
-
Stefan Monnier authored
Fixes: debbugs:10244
-
Chong Yidong authored
* doc/emacs/building.texi (Compilation): Say what the -k flag to make does. Move subprocess discussion to Compilation Shell. (Compilation Mode): Add xref for grep, occur, and mouse references. Define "locus". (Grep Searching): Use @command. * doc/emacs/programs.texi (Symbol Completion): M-TAB can now use Semantic. (Semantic): Add cindex entries for Semantic.
-
Stefan Monnier authored
(pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that end in ".mk". (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors when reading the makefile. Fixes: debbugs:10116
-
Katsumi Yamaoka authored
-
Kenichi Handa authored
coding.c (encode_coding_ccl): Check (charbuf < charbuf_end) after the loop to call ccl_driver at least once.
-
Kenichi Handa authored
-
- 07 Dec, 2011 3 commits
-
-
Juanma Barranquero authored
-
Katsumi Yamaoka authored
message.el (message-pop-to-buffer): Use pop-to-buffer instead of pop-to-buffer-same-window for old Emacsen.
-
Glenn Morris authored
* src/lread.c (init_lread): If no_site_lisp, exclude site-lisp/ in installation and source directories as well.
-
- 06 Dec, 2011 7 commits
-
-
Stefan Monnier authored
Fixes: debbugs:10116
-
Chong Yidong authored
Fixes: debbugs:10228
-
Glenn Morris authored
-
Glenn Morris authored
as an error, not just -1. For example, make_process inits the pid to 0. Fixes: debbugs:10217
-
Chong Yidong authored
* doc/emacs/programs.texi (Man Page): Clarify how to use Man-switches. Don't bother documenting Man-fontify-manpage-flag. (Lisp Doc): Add xref to Name Help node. (Hideshow): Add cindex. Mention role of ellipses, and default value of hs-isearch-open. Don't bother documenting hs-special-modes-alist. (Symbol Completion): Add kindex for C-M-i. Don't recommend changing the window manager binding of M-TAB.
-
Chong Yidong authored
-
Juanma Barranquero authored
-
- 05 Dec, 2011 16 commits
-
-
Christopher Genovese authored
Fixes: debbugs:10146
-
Eli Zaretskii authored
lisp/descr-text.el (describe-char): Fix display of strong right-to-left characters and directional embeddings and overrides. lisp/simple.el (what-cursor-position): Fix display of codepoints of strong right-to-left characters by appending LRM.
-
Stefan Monnier authored
Fixes: debbugs:10222
-
Chong Yidong authored
-
Chong Yidong authored
* src/keyboard.c (process_special_events): New function. (swallow_events, Finput_pending_p): Use it. Fixes: debbugs:10195
-
Chong Yidong authored
* doc/emacs/programs.texi (Comment Commands): Fix description of for M-; on blank lines. Move documentation of comment-region here. (Multi-Line Comments): Clarify the role of comment-multi-line. Refer to Comment Commands for comment-region doc. (Options for Comments): Refer to Multi-Line Comments for comment-multi-line doc, instead of duplicating it. Fix default values of comment-padding and comment-start-skip.
-
Juanma Barranquero authored
-
Glenn Morris authored
-
Paul Eggert authored
local variable (Bug#9318).
-
Paul Eggert authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Glenn Morris authored
* lisp/align.el (align--set-marker): Add doc-string. Don't try to move something that is not a marker. Eg the first call from align-region passes eol == 0. Fixes: debbugs:10216
-
Juanma Barranquero authored
-
- 04 Dec, 2011 7 commits
-
-
Glenn Morris authored
* lisp/calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid overly zealous deletion of trailing whitespace.
-
Glenn Morris authored
-
Juanma Barranquero authored
* lib-src/emacsclient.c (decode_options) [WINDOWSNT]: Don't force tty = 0; instead, treat both -c and -t as always requesting a new "tty" frame, and let server.el decide which kind is actually required. Reported by Uwe Siart <usenet@siart.de> in this thread: http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00303.html * lisp/server.el (server-delete-client): On Windows, do not try to delete the only terminal. (server-process-filter): On Windows, treat requests for a tty frame as if they were for a GUI frame if the running server is in GUI mode.
-
Chong Yidong authored
* programs.texi (Program Modes): Mention modes that are not included with Emacs. Fix references to other manuals for tex. Add index entry for backward-delete-char-untabify. Mention prog-mode-hook. (Which Function): Use "global minor mode" terminology. (Basic Indent, Multi-line Indent): Refer to previous descriptions in Indentation chapter to avoid duplication. (Expressions): Copyedit. (Matching): Document Electric Pair mode. * ack.texi (Acknowledgments): * rmail.texi (Movemail, Other Mailbox Formats): * frames.texi (Frames): Don't capitalize "Unix".
-
Stefan Monnier authored
* src/eval.c (process_quit_flag): New function. * src/lisp.h (QUIT): Use it.
-
Jan Djärv authored
(Fx_create_frame): Call get_geometry_from_preferences. Fixes: debbugs:10103
-
Glenn Morris authored
-