Leo Liu
67ed8fcd04
* progmodes/scheme.el: Add indentation and font-locking for λ.
...
Fixes: debbugs:13975
2013-03-16 23:24:39 +08:00
Stefan Monnier
efe8bf5d9b
* lisp/emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
...
token before point.
Fixes: debbugs:13942
2013-03-14 10:48:03 -04:00
Leo Liu
95b43468a4
* thingatpt.el (end-of-sexp): Use syntax-after.
2013-03-14 22:16:00 +08:00
Leo Liu
00094c26f3
* thingatpt.el (end-of-sexp): Fix bug#13952.
2013-03-14 19:48:05 +08:00
Glenn Morris
2065804285
* admin/admin.el (manual-pdf, manual-dvi): Pass -I to texi2pdf, texi2dvi.
2013-03-13 21:59:13 -07:00
Stefan Monnier
c8cefd6a81
* leim/quail/latin-ltx.el: Resolve conflicts.
...
(latin-ltx--mark-map, latin-ltx--mark-re): New constants.
(latin-ltx--define-rules): Check for conflicts. Eval `re's.
(rules): Use tighter regexps to avoid conflicts.
Consolidate the various rules for combining marks.
Fixes: debbugs:13950
2013-03-13 23:00:18 -04:00
Paul Eggert
b2e37dad68
* pop.c: Fix ERRMAX typo (Bug#13925).
...
(socket_connection) [!HAVE_KRB5_ERROR_TEXT && HAVE_KRB5_ERROR_E_TEXT]:
Use ERROR_MAX, not ERRMAX.
2013-03-12 15:00:07 -07:00
Glenn Morris
c076590546
Tweaks for www.gnu.org html versions of manuals
...
* admin/admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG.
* doc/emacs/emacs.texi (Top): Add some stuff specific to www.gnu.org.
* doc/lispintro/emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org.
* doc/lispref/elisp.texi: Add some stuff specific to www.gnu.org.
2013-03-12 00:15:15 -07:00
Glenn Morris
c69f46735f
Small updates for make-manuals admin scripts
...
* admin/admin.el (make-manuals): Add emacs-lisp-intro and some more
doc/misc manuals.
(manual-html-mono, manual-html-node, manual-txt): Pass -I to makeinfo.
2013-03-11 01:09:21 -07:00
Glenn Morris
24958590a0
Add 24.3 release to ChangeLogs
2013-03-10 19:35:23 -07:00
Bastien Guerry
f186a0b537
Fix critical bug in Org.
2013-03-08 07:37:21 +01:00
Glenn Morris
0ad9497094
Auto-commit of generated files.
2013-03-06 07:17:43 -05:00
Paul Eggert
0845a75c6a
Fix a build failure on OpenBSD 4.x and MirBSD.
...
* sysdep.c (list_system_processes): Make it a stub on all BSD_SYSTEM
hosts, except for DARWIN_OS and FreeBSD where it's been tested.
Fixes: debbugs:13881
2013-03-05 23:46:09 -08:00
Paul Eggert
9b1c327138
Fix a build failure on OpenBSD 4.x and MirBSD.
...
* sysdep.c (list_system_processes) [__OpenBSD__ || __MirBSD__]:
Make it a stub in this case; otherwise the build might fail,
and even if the build worked the function would just return nil anyway.
Problem reported by Nelson H. F. Beebe in
<http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html >
and analyzed by Jérémie Courrèges-Anglas in
<http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00062.html >.
Fixes: debbugs:13881
2013-03-05 13:56:36 -08:00
Paul Eggert
3b108d19a0
* configure.ac (TERM_HEADER): Remove duplicate definition.
...
It can mess up 'configure' runs.
Fixes: debbugs:13872
2013-03-05 09:25:50 -08:00
Glenn Morris
408ffa0fef
Regenerate AUTHORS and ldefs-boot.el
2013-03-04 19:55:25 -08:00
Glenn Morris
d6ec407089
Bump version to 24.3 (only a release candidate at the moment)
2013-03-04 19:53:34 -08:00
Glenn Morris
b3cdfd9e06
* Makefile.in (install-man): Ignore gzip exit status.
2013-03-04 19:43:52 -08:00
Paul Eggert
a318f81169
Also port to MirBSD.
2013-03-04 18:15:35 -08:00
Paul Eggert
725eb02724
Fix a build failure on OpenBSD 4.x.
...
* sysdep.c (KERN_PROC, kinfo_proc) [BSD_SYSTEM && !KERN_PROC]:
Define to KERN_PROC2 and kinfo_proc2, for OpenBSD 4.9.
list-system-processes still returns nil, but at least it doesn't crash.
Problem reported by Nelson H. F. Beebe in
<http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00021.html >.
2013-03-04 18:03:05 -08:00
Glenn Morris
9450ac063c
* emacs-lisp-intro.texi (Simple Extension): Fix typos.
2013-03-03 10:44:56 -08:00
Glenn Morris
cfe1c0af97
* emacs-lisp-intro.texi (defcustom): Fix typo.
2013-03-02 18:37:26 -08:00
Glenn Morris
2d7d23256f
* emacs-lisp-intro.texi (Digression into C): Update example.
2013-03-02 18:34:48 -08:00
Glenn Morris
9bed73f343
* doc/lispref/objects.texi (Symbol Type): Fix typo.
2013-03-02 18:09:31 -08:00
Andreas Schwab
b270d11649
Fixes: debbugs:13734
...
* lisp.h (XPNTR) [!USE_LSB_TAG]: Remove extra paren.
2013-03-02 08:48:18 +01:00
Glenn Morris
fa4c60b8e4
Auto-commit of loaddefs files.
2013-03-01 07:17:43 -05:00
Glenn Morris
dba3cda3d2
NEWS copyedits
2013-03-01 00:24:44 -08:00
Dmitry Gutov
c19279e467
* etc/NEWS: Add entries for ruby-mode.
2013-03-01 02:18:25 +04:00
Glenn Morris
b6e99fe463
* doc/misc/org.texi: Fix previous change.
2013-02-27 22:21:39 -08:00
Glenn Morris
0058cae273
NEWS copyedits
2013-02-27 22:20:10 -08:00
Bastien Guerry
8a28a5b8d8
Merge latest Org fixes (commit 7524ef2).
2013-02-28 01:31:26 +01:00
David Engster
5b8ccc5e3b
* NEWS: Add paragraphs for CEDET and EIEIO.
2013-02-27 22:04:56 +01:00
Eli Zaretskii
c49e225602
w32.c (sys_open): Don't reset the flags for FD in fd_info[].
...
Related to bug #13546 .
2013-02-27 20:00:57 +02:00
Bastien Guerry
5765e9e081
* variables.texi (File Local Variables): Fix reference.
...
Thanks to Aurélien Aptel and for reporting this problem
and to Xue Fuqiao for suggesting a fix.
2013-02-27 13:12:20 +01:00
Bastien Guerry
336d2ce2cf
* xresources.texi (GTK resources): Fix broken link.
...
Thanks to Mariano Street for reporting this and suggesting
the correct link.
2013-02-27 08:32:16 +01:00
Glenn Morris
f0e19dc15d
* lisp/textmodes/paragraphs.el (mark-paragraph): Doc fix.
2013-02-25 14:43:44 -05:00
Fabián Ezequiel Gallina
b85f342318
* automated/python-tests.el
...
(python-tests-with-temp-buffer): Doc fix.
(python-tests-with-temp-file): New macro.
(python-tests-shell-interpreter): New var.
(python-shell-get-process-name-1)
(python-shell-internal-get-process-name-1)
(python-shell-parse-command-1)
(python-shell-calculate-process-environment-1)
(python-shell-calculate-process-environment-2)
(python-shell-calculate-process-environment-3)
(python-shell-calculate-exec-path-1)
(python-shell-calculate-exec-path-2)
(python-shell-make-comint-1)
(python-shell-make-comint-2)
(python-shell-get-process-1)
(python-shell-get-or-create-process-1)
(python-shell-internal-get-or-create-process-1): New tests.
2013-02-25 12:02:05 -03:00
Michael Albinus
db19bba331
* tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
...
the macros, for Texinfo 4.13 and 5.0.
2013-02-25 09:29:59 +01:00
Michael Albinus
c0c2eb8295
Port documentation to Texinfo 5.0.
...
* tramp.texi (top) [xxx, yyy, trampfn]: Remove superfluous @c.
(Filename Syntax): Do not use @trampfn{} in @item.
(Filename completion): Use @columnfractions in @multitable.
2013-02-24 18:58:55 +01:00
Andreas Schwab
51aa2a8b79
Fixes: debbugs:13797
...
* xdisp.c (set_message): Only check for debug-on-message if STRING
is a string.
2013-02-24 09:09:24 +01:00
Paul Eggert
1938d88c74
Fix regression introduced by July 10 filelock.c patch.
...
* filelock.c (fill_in_lock_file_name): Fix crash caused by the
2012-07-10 patch to this file. Reported by Eli Zaretskii in
<http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00533.html >
and diagnosed by Andreas Schwab in
<http://lists.gnu.org/archive/html/emacs-devel/2013-02/msg00534.html >.
2013-02-23 16:21:06 -08:00
Glenn Morris
da35c2b26f
TODO update
2013-02-23 13:15:54 -08:00
Eli Zaretskii
39ef03af99
Minor improvements in the ELisp manual.
...
doc/lispref/files.texi (Magic File Names): Improve wording and indexing.
2013-02-23 12:55:13 +02:00
Glenn Morris
cee1a690ee
* ack.texi, emacs.texi (Acknowledgments): Small updates
2013-02-22 09:10:58 -08:00
Eli Zaretskii
83c54ddf38
Improve instructions in etc/DEBUG, per bug #13775 .
2013-02-22 11:22:21 +02:00
Glenn Morris
6800ff8d3a
* doc/misc/flymake.texi (Syntax check statuses): Fix multitable continued rows.
2013-02-21 21:16:44 -05:00
Paul Eggert
e26aa21a46
Port to Texinfo 5.0 by backporting trunk 2012-12-22T19:57:35Z!rgm@gnu.org and 2013-02-21T02:42:30Z!eggert@cs.ucla.edu.
2013-02-21 13:33:04 -08:00
Juri Linkov
54d9de1168
* lisp/isearch.el (isearch-lazy-highlight-new-loop):
...
Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
to `isearch-other-end' if it is not nil.
* lisp/replace.el (replace-highlight): Let-bind `isearch-other-end'
to `match-beg'.
* lisp/textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
Let-bind `isearch-other-end' to `start', `isearch-forward' to t
and `isearch-error' to nil.
Fixes: debbugs:13402
2013-02-21 19:45:12 +02:00
Glenn Morris
62cfd799f1
ChangeLog fix
2013-02-21 08:54:51 -08:00
Glenn Morris
a30bff3e3b
Remove package not updated in 10 years.
2013-02-20 22:05:10 -08:00