- 23 Nov, 2013 6 commits
-
-
Glenn Morris authored
That seems more in keeping with the existing behavior of this function in other situations.
-
Ivan Shmakov authored
Only allow diff-default-read-only to set buffer-read-only to t, never to nil. Fixes: debbugs:15938
-
Ivan Shmakov authored
property. Fixes: debbugs:15936
-
Glenn Morris authored
-
Glenn Morris authored
Misc small updates for this hardly being "new" any more. * lisp/textmodes/enriched.el (enriched-mode): Doc fix. * lisp/emacs-lisp/authors.el (authors-renamed-files-alist): Add enriched.doc -> enriched.txt. Fixes: debbugs:15947
-
Glenn Morris authored
* src/lread.c (load_path_check): Take path to check as argument. (load_path_default): New, split from init_lread. (init_lread): Move calc of default load-path to load_path_default. Empty elements in EMACSLOADPATH now stand for the default. (load-path): Doc fix. * src/emacs.c (decode_env_path): Add option to treat empty elements as nil rather than ".". * src/callproc.c (init_callproc_1, init_callproc): * src/image.c (Vx_bitmap_file_path): * src/lisp.h (decode_env_path): * lread.c (Vsource_directory): Update for new argument spec of decode_env_path. * leim/Makefile.in (RUN_EMACS): Empty EMACSLOADPATH rather than unsetting. * lisp/Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting. * test/automated/Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting. * doc/emacs/cmdargs.texi (General Variables): Empty elements in EMACSLOADPATH now mean the default load-path. * doc/lispref/loading.texi (Library Search): Empty elements in EMACSLOADPATH now mean the default load-path. * etc/NEWS: Mention this. Fixes: debbugs:12100
-
- 22 Nov, 2013 13 commits
-
-
Glenn Morris authored
-
Eli Zaretskii authored
src/bidi.c (bidi_find_paragraph_start): Limit the returned positions to BEGV_BYTE..ZV_BYTE range.
-
Leo Liu authored
message.
-
Bozhidar Batsov authored
(ruby-encoding-magic-comment-style): Add :version.
-
Bozhidar Batsov authored
Improve docstring.
-
Bozhidar Batsov authored
-
Bozhidar Batsov authored
-
Leo Liu authored
Fixes: debbugs:10564
-
Leo Liu authored
help-mode-finish to use derived-mode-p on 2013-09-17. (inferior-octave-prompt): Also match octave-gui.
-
Glenn Morris authored
-
Glenn Morris authored
-
Leo Liu authored
Fixes: debbugs:15076
-
Leo Liu authored
(inferior-octave-startup, inferior-octave-check-process) (inferior-octave-track-window-width-change) (octave-completion-at-point, octave-eldoc-function): Use it. (octave-kill-process): Provide confirmation. Fixes: debbugs:10564
-
- 21 Nov, 2013 15 commits
-
-
Jan Tatarik authored
-
Ivan Shmakov authored
-
Eli Zaretskii authored
-
Leo Liu authored
obsolete variable comment-use-global-state.
-
Paul Eggert authored
This simplifies the previous change to configure.ac and src/Makefile.in.
-
Rüdiger Sonderfeld authored
`octave-source-file'. (octave-source-file): New function. Fixes: debbugs:15935
-
Ted Zlatanov authored
-
Leo Liu authored
-
Leo Liu authored
* pcmpl-x.el (pcomplete/ag, pcmpl-x-ag-options): New functions. (pcmpl-x-ag-options): New variable.
-
Paul Eggert authored
Problem reported by RMS in <http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00421.html>. * configure.ac (OLDXMENU_TARGET, OLDXMENU, LIBXMENU, OLDXMENU_DEPS): Remove. (LIBXMENU_DIR, LIBXMENU_BASE): New vars. * src/Makefile.in (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS) (really-lwlib, really-oldXMenu, stamp-oldxmenu) (../src/$(OLDXMENU), $(OLDXMENU)): Remove. (LIBXMENU_DIR, LIBXMENU_BASE): New macros. (LIBXMENU): Use them. (temacs$(EXEEXT)): Depend on $(LIBXMENU), not stamp-oldxmenu. ($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a, FORCE): New targets. (boostrap-clean): No need to remove stamp-oldxmenu.
-
Paul Eggert authored
This was due to an optimization that went awry. Reported by Glenn Morris in <http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00622.html>. * alloc.c (make_uninit_bool_vector): Don't allocate a dummy word for empty vectors, undoing the 2013-11-18 change. * data.c (bool_vector_binop_driver): Rely on this. Fix bug that occasionally overran the destination. * lisp.h (struct Lisp_Bool_vector): Document this.
-
Stefan Monnier authored
(make-obsolete): Remove interactive spec. Fixes: debbugs:14646
-
Glenn Morris authored
-
Glenn Morris authored
(compile-main): Pass XARGS_LIMIT to xargs. (Cargo-culted from lisp/Makefile.in.)
-
Glenn Morris authored
* lisp/startup.el (command-line-1): Use path-separator with -L. * test/automated/Makefile.in (PATH_SEPARATOR): New, set by configure. (EMACSOPT): Use PATH_SEPARATOR. * doc/emacs/cmdargs.texi (Action Arguments): Use path-separator with -L. * etc/NEWS: Related edit.
-
- 20 Nov, 2013 6 commits
-
-
Ted Zlatanov authored
-
Jan Djärv authored
to handle dialogs.
-
Jan Djärv authored
-
Bozhidar Batsov authored
Add a few tests for `ruby--insert-coding-comment'.
-
Bozhidar Batsov authored
Add a failing test for bug #15874.
-
Bozhidar Batsov authored
Change default to "# encoding: %s" to differentiate it from the default Ruby encoding comment template.
-