Stefan Monnier
4ffb41a99e
* lisp/textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
...
a proper minor-mode.
2012-09-29 23:20:00 -04:00
Stefan Monnier
98a5e33b90
* lisp/textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2012-09-29 23:10:13 -04:00
Glenn Morris
630d468c93
Comment fix
2012-09-29 19:27:36 -07:00
Paul Eggert
9d4dcdc961
* sysdep.c (handle_fatal_signal): Bump backtrace size to 40.
...
Suggested by Eli Zaretskii in
<http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00796.html >.
2012-09-29 18:29:53 -07:00
Glenn Morris
5cc2e639c3
Use define-minor-mode for winner-mode
...
* lisp/winner.el (winner-mode): Remove variable (let define-minor-mode
handle it).
(winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
Doc fixes.
(winner-mode-leave-hook): Rename to winner-mode-off-hook.
(winner-mode): Use define-minor-mode.
* etc/NEWS: Mention winner-mode-hook.
2012-09-29 16:52:03 -07:00
Glenn Morris
7bd302ebcb
Remove duplication of vc-sccs-registered definition
...
* lisp/vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
the full definition in loaddefs, rather than duplicating it.
Cf vc-rcs-registered.
2012-09-29 16:21:57 -07:00
Glenn Morris
a123c57a36
Comment for vc-rcs
2012-09-29 16:19:46 -07:00
Glenn Morris
91740b408c
Comment for vc-sccs
2012-09-29 16:18:33 -07:00
Glenn Morris
93ab178b04
Comments for vc-bzr, clarifying vc-bzr-registered
2012-09-29 16:13:29 -07:00
Bastien Guerry
78819a9ff8
Partially revert previous commit.
...
The help: target for the Makefile was just meant as a local test.
2012-09-30 00:01:57 +02:00
Bastien Guerry
04558d31ab
url-util.el: Fix two docstrings.
2012-09-29 22:45:44 +02:00
Glenn Morris
d2a54f135f
Revert bogus vc autoloads change
2012-09-29 12:19:17 -07:00
Glenn Morris
3ef6d50528
Remove purecopy's that are no longer needed following previous change
2012-09-29 11:30:52 -07:00
Glenn Morris
2923922f5e
No need to autoload vc-rcs, vc-sccs defcustoms.
...
* lisp/vc/vc-rcs.el (vc-rcs-master-templates):
* lisp/vc/vc-sccs.el (vc-sccs-master-templates): No need to autoload.
2012-09-29 11:28:01 -07:00
Glenn Morris
ced0838266
* lisp/help-macro.el (three-step-help): Do not autoload defcustom.
2012-09-29 11:21:45 -07:00
Glenn Morris
0e3e415624
Do not autoload defcustoms in inf-lisp.el
...
* lisp/progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
(inferior-lisp-program, inferior-lisp-load-command)
(inferior-lisp-prompt, inferior-lisp-mode-hook):
Do not autoload defcustoms.
2012-09-29 11:20:12 -07:00
Glenn Morris
de82e29b3f
Do not autoload defcustoms in hippie-exp.el
...
* lisp/hippie-exp.el (hippie-expand-try-functions-list)
(hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
(hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
(hippie-expand-max-buffers, hippie-expand-ignore-buffers)
(hippie-expand-only-buffers): Do not autoload defcustoms.
* lisp/progmodes/vhdl-mode.el (vhdl-line-expand):
Explicitly load hippie-exp, so it does not get autoloaded
while hippie-expand-try-functions-list is let-bound.
2012-09-29 11:15:57 -07:00
Juanma Barranquero
8e5691a0ec
src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
2012-09-29 19:07:01 +02:00
Juanma Barranquero
cd155987b5
nt/config.nt: Sync with autogen/config.in
...
(HAVE_TIMER_SETTIME): New macro.
2012-09-29 19:06:28 +02:00
Stefan Monnier
e7c1b6ef85
* src/lisp.h (struct backtrace): Remove indirection for `function' field.
...
* src/xdisp.c (redisplay_internal):
* src/profiler.c (record_backtrace, sigprof_handler_1):
* src/alloc.c (Fgarbage_collect):
* src/eval.c (interactive_p, Fsignal, eval_sub, Ffuncall, Fbacktrace)
(Fbacktrace_frame): Adjust accordingly.
2012-09-28 22:02:34 -04:00
Glenn Morris
277f0cfa8b
* lisp/emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2012-09-28 19:51:20 -04:00
Glenn Morris
e60b51abaa
* bytecomp.el (byte-compile-cl-file-p): Only "cl.el" counts as cl these days.
...
Remove no longer appropriate file-local suppression of CL warnings in
lisp/emacs-lisp/cl-*.el files.
2012-09-28 19:30:52 -04:00
Juri Linkov
53baf48a6e
Display archive errors in the echo area instead of inserting to the file buffer.
...
* lisp/arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
to STDERR-TEST that can be a regexp matching a successful output.
Create a temporary file and redirect stderr to it. Search for
STDERR-TEST in the stderr output and display it in the echo area
if no match is found.
(archive-extract-by-file): New function like
`archive-extract-by-stdout' but extracting archives to files
and looking for successful matches in stdout. Function body is
mostly copied from `archive-rar-extract'.
(archive-rar-extract): Use `archive-extract-by-file'.
(archive-7z-extract): Use `archive-extract-by-stdout'.
Fixes: debbugs:10347
2012-09-28 19:38:07 +03:00
Glenn Morris
e61d39cddf
Merge from emacs-24; up to 2012-05-07T21:26:08Z!rgm@gnu.org
2012-09-28 09:02:31 -07:00
Stefan Monnier
3df749b0f8
* lisp/type-break.el: Use lexical-binding.
...
(type-break-mode): Use define-minor-mode.
2012-09-28 11:17:08 -04:00
Eli Zaretskii
404043ea88
Rename "Automatic Redisplay" entry in Lisp backtrace.
...
src/xdisp.c (syms_of_xdisp) <Qredisplay_internal>: Rename from
Qautomatic_redisplay and change the symbol name. All users changed.
2012-09-28 16:10:41 +02:00
Leo Liu
147c042502
Use minibuffer-message in pcomplete-show-completions
2012-09-28 21:42:19 +08:00
Leo Liu
9c1228c323
ido.el (ido-set-matches-1): Fix 2012-09-11 change
2012-09-28 21:38:26 +08:00
Stefan Monnier
7f457c067d
* lisp/emacs-lisp/pcase.el (pcase--mark-used): New.
...
(pcase--u1): Use it.
* lisp/custom.el (load-theme): Set buffer-file-name so the load is recorded
in load-history with the right file name.
Fixes: debbugs:12512
2012-09-28 08:18:38 -04:00
Tassilo Horn
c00ebc9835
* doc-view.el (doc-view-current-cache-doc-pdf): New function.
...
(doc-view-doc->txt, doc-view-convert-current-doc): Use it.
(doc-view-get-bounding-box): Make bounding box slicing work for
ODF and DVI documents.
2012-09-28 12:05:46 +02:00
Tomohiro Matsuyama
704d3f455f
* profiler.c (sigprof_handler): Fix race condition.
2012-09-28 18:34:20 +09:00
Glenn Morris
96fb71705b
Don't autoload defcustoms in type-break.el
...
* type-break.el (type-break-mode, type-break-interval)
(type-break-good-rest-interval, type-break-keystroke-threshold):
No need to autoload.
(type-break-good-rest-interval, type-break-keystroke-threshold):
Add :set-after.
2012-09-28 01:01:08 -07:00
Glenn Morris
d2dd369457
Comment
2012-09-28 00:45:18 -07:00
Glenn Morris
757140ff9a
* src/lread.c (lisp_file_lexically_bound_p): Handle #! lines.
...
Fixes: debbugs:12528
2012-09-28 00:40:42 -07:00
Chong Yidong
5bc93c6718
* verilog-mode.el (verilog-auto-inst-interfaced-ports): Add :version tag.
2012-09-28 13:19:55 +08:00
Paul Eggert
89d17fd0f2
Link with LIB_TIMER_TIME as needed.
2012-09-27 16:02:23 -07:00
Stefan Monnier
e28e67b3a3
* lisp/json.el (json-encode-char): Codes 127 isn't "ASCII printable" either.
2012-09-27 18:55:03 -04:00
Stefan Monnier
9cad61d6db
* lisp/json.el (json-encode-char): Codes 128-160 aren't "ASCII printable".
2012-09-27 09:10:54 -04:00
Glenn Morris
f077f61d68
Auto-commit of generated files.
2012-09-27 06:17:43 -04:00
Glenn Morris
a88324d49c
* lisp/faces.el (x-display-name): Declare (for without-x builds).
2012-09-27 00:28:48 -07:00
Glenn Morris
8e5064e528
* lisp/linum.el (linum-format): Don't autoload it. Improve :type.
2012-09-27 00:26:22 -07:00
Glenn Morris
cc1783c2d8
Remove unnecessary require when compiling tcl.el
...
* lisp/progmodes/tcl.el: Don't require outline when compiling.
(outline-regexp, outline-level): Declare.
2012-09-27 00:23:10 -07:00
Glenn Morris
1dddcf4cb7
Remove unnecessary require when compiling sgml-mode.el
...
* lisp/textmodes/sgml-mode.el: Don't require outline when compiling.
(outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2012-09-27 00:21:51 -07:00
Glenn Morris
48c339f259
* term.el (term-ansi-reset): Try setting term-ansi-face-already-done to nil.
...
Fixes: debbugs:11785
2012-09-27 00:05:37 -07:00
Glenn Morris
daee954c00
Don't bother making files writable for commit with modern VCS
...
* lisp/vc/vc.el (vc-next-action):
Only gripe about committing read-only files for RCS and SCCS.
Fixes: debbugs:9781
2012-09-26 23:59:21 -07:00
Glenn Morris
4695c85095
Rename a section in doc/emacs/cal-xtra.texi
...
* doc/emacs/cal-xtra.texi (Advanced Calendar/Diary Usage):
Rename the section to be more general.
* doc/emacs/emacs.texi: Update menu.
2012-09-26 23:51:35 -07:00
Glenn Morris
114a278868
Comment fix
2012-09-26 23:47:12 -07:00
Glenn Morris
eec5fae252
* admin/admin.el (set-version): Set msdos.c's Vwindow_system_version.
2012-09-26 23:45:38 -07:00
Chong Yidong
059f19ad6a
Fix last commit.
2012-09-27 11:31:58 +08:00
Chong Yidong
b7f4216114
Fix last change in verilog-mode.el.
...
* progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
change; value should be t.
2012-09-27 11:30:46 +08:00