- 11 Dec, 2011 7 commits
-
-
Juanma Barranquero authored
-
Vincent Belaïche authored
setting fancy names for cell symbols other than name matching "\\`[A-Z]+[0-9]+\\'" regexp . (ses-create-cell-variable): New defun. (ses-relocate-formula): Relocate formulas only for cells the symbols of which are not renamed, i.e. symbols whose names do not match regexp "\\`[A-Z]+[0-9]+\\'". (ses-relocate-all): Relocate values only for cells the symbols of which are not renamed. (ses-load): Create cells variables as the (ses-cell ...) are read, in order to check row col consistency with cell symbol name only for cells that are not renamed. (ses-replace-name-in-formula): New defun. (ses-rename-cell): New defun.
-
Chong Yidong authored
which is required for completion via gud-gdb-fetch-lines-filter. Fixes: debbugs:10274
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Glenn Morris authored
-
Martin Rudalics authored
-
- 10 Dec, 2011 14 commits
-
-
Jan Djärv authored
gtk_init. Fixes: debbugs:10100
-
Eli Zaretskii authored
src/xdisp.c (RECORD_MAX_MIN_POS): Use IT->cmp_it.charpos only if IT->string is nil.
-
Jan Djärv authored
-
Jan Djärv authored
* nsfns.m (ns_get_defaults_value): New function. (Fns_get_resource, x_get_string_resource): Call ns_get_defaults_value. * nsterm.h (ns_get_defaults_value): Declare. * nsterm.m (ns_default): Call ns_get_defaults_value. Fixes: debbugs:10103
-
Eli Zaretskii authored
-
Eli Zaretskii authored
lisp/mail/rmailsum.el (rmail-header-summary): RFC2047 decode the `from' or `to' address before taking its substring. Fixes incorrect display in Rmail summary buffer whereby an RFC2047 encoded name is chopped in the middle of the encoded string, and thus displayed encoded.
-
Juanma Barranquero authored
lisp/makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
-
Jan Djärv authored
instead of LDFLAGS. Fixes: debbugs:10230
-
Eli Zaretskii authored
lisp/textmodes/texnfo-upd.el: Correct outdated description about texinfo-master-menu. (texinfo-master-menu): Explain better in the doc string what the function really does. (texinfo-insert-master-menu-list): Improve the error message displayed if there's no menu in the Top node.
-
Eli Zaretskii authored
lisp/textmodes/texnfo-upd.el: Update commentary. Add a warning not to use texinfo-update-node and commands that call it if the Texinfo file uses @node lines without next/prev/up pointers. (texinfo-all-menus-update, texinfo-master-menu) (texinfo-update-node, texinfo-every-node-update) (texinfo-multiple-files-update): Doc fix. Warn against updating all the @node lines. (texinfo-master-menu): Only call texinfo-update-node if the prefix argument is numeric. See also this thread: http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html. Fixes: debbugs:2975
-
Eli Zaretskii authored
doc/emacs/msdog.texi (Windows Fonts): Document how to force GDI font backend on MS-Windows.
-
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. (Debuggers, Commands of GUD, GDB Graphical Interface): Clarify intro. (Starting GUD): Clarify how arguments are specified. (Debugger Operation): Index entry for "GUD interaction buffer", and move basic description here from Commands of GUD node. (GDB User Interface Layout): Copyedits. (Source Buffers): Remove gdb-find-source-frame, which is not in gdb-mi.el. (Other GDB Buffers): Remove gdb-use-separate-io-buffer and toggle-gdb-all-registers, which are not in gdb-mi.el. Don't re-document GUD interaction buffers.
-
Lars Magne Ingebrigtsen authored
-
Tassilo Horn authored
message.el (message-valid-fqdn-regexp): Udate with newly approved top-level domain names ".tel" and ".asia".
-
- 09 Dec, 2011 5 commits
-
-
Manuel Gómez authored
Fixes: debbugs:10256
-
Eli Zaretskii authored
src/xdisp.c (try_scrolling): Don't set scroll_down_p if dy is zero.
-
YAMAMOTO Mitsuharu authored
* unexelf.c (unexec) [NS_IMPL_GNUSTEP]: Take account of the case that where the value of an _OBJC_* symbol points to is in the .bss section (Bug#10240).
-
Kenichi Handa authored
-
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 5 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.
-