bpt/emacs.git
11 years agoFix compilation failure introduced in 2012-09-30T06:19:33Z!eggert@cs.ucla.edu.
Eli Zaretskii [Sun, 30 Sep 2012 07:26:32 +0000 (09:26 +0200)]
Fix compilation failure introduced in 2012-09-30T06:19:33Z!eggert@cs.ucla.edu.

 src/profiler.c (Fprofiler_cpu_stop): Use timer_settime only if
 HAVE_TIMER_SETTIME is defined.

11 years agoProfiler improvements: more-accurate timers, overflow checks.
Paul Eggert [Sun, 30 Sep 2012 06:19:33 +0000 (23:19 -0700)]
Profiler improvements: more-accurate timers, overflow checks.

* profiler.c: Don't include stdio.h, limits.h, sys/time.h,
signal.h, setjmp.h.  Include systime.h instead.
(saturated_add): New function.
(record_backtrace, current_sample_interval): Use EMACS_INT, not size_t.
(record_backtrace, handle_profiler_signal): Saturate on fixnum overflow.
(profiler_timer, profiler_timer_ok) [HAVE_TIMER_SETTIME]:
New static vars.
(enum profiler_cpu_running): New enumn.
(profiler_cpu_running): Now of that enum type, not bool.
All uses changed to store the new value.
(handle_profiler_signal): Rename from sigprof_handler_1,
for consistency with other handlers.  Do not check whether
cpu_log is a hash-table if garbage collecting, since it
doesn't matter in that case.
(deliver_profiler_signal): Rename from sigprof_handler,
for consistency with other handlers.
(setup_cpu_timer): New function, with much of what used to be in
Fprofiler_cpu_start.  Check for out-of-range argument.
Prefer timer_settime if available, and prefer
thread cputime clocks, then process cputime clocks, then
monotonic clocks, to the old realtime clock.  Use make_timeval
to round more-correctly when falling back to setitimer.
(Fprofiler_cpu_start): Use it.
(Fprofiler_cpu_stop): Prefer timer_settime if available.
Don't assume that passing NULL as the 2nd argument of setitimer
is the same as passing a pointer to all-zero storage.
Ignore SIGPROF afterwards.
(malloc_probe): Saturate at MOST_POSITIVE_FIXNUM.
* sysdep.c (emacs_sigaction_init): Also mask out SIGPROF in
non-fatal signal handlers.  Ignore SIGPROF on startup.
* syssignal.h (PROFILER_CPU_SUPPORT): Define this macro here, not
in profiler.c, since sysdep.c now uses it.

11 years agoMerge from gnulib.
Paul Eggert [Sun, 30 Sep 2012 04:19:32 +0000 (21:19 -0700)]
Merge from gnulib.

11 years ago* lisp/winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
Stefan Monnier [Sun, 30 Sep 2012 04:00:46 +0000 (00:00 -0400)]
* lisp/winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
(minor-mode-map-alist): Remove redundant code.

11 years ago* lisp/vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
Stefan Monnier [Sun, 30 Sep 2012 03:44:35 +0000 (23:44 -0400)]
* lisp/vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
visited in a buffer.
(cvs-insert-visited-file): New function.
(find-file-hook): Use it.
* lisp/vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.

11 years ago* lisp/vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
Stefan Monnier [Sun, 30 Sep 2012 03:30:25 +0000 (23:30 -0400)]
* lisp/vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
chose face.
(log-edit-empty-buffer-p): Don't require a space after a header.

11 years ago* lisp/vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
Stefan Monnier [Sun, 30 Sep 2012 03:28:38 +0000 (23:28 -0400)]
* lisp/vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.

11 years ago* lisp/url/url-handlers.el (url-file-handler): Don't assume any url-FOO
Stefan Monnier [Sun, 30 Sep 2012 03:26:52 +0000 (23:26 -0400)]
* lisp/url/url-handlers.el (url-file-handler): Don't assume any url-FOO
function is a good handler for FOO.
(url-copy-file, url-file-local-copy, url-insert-file-contents)
(url-file-name-completion, url-file-name-all-completions)
(url-handlers-create-wrapper): Explicitly register as handler.

11 years ago* lisp/tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
Stefan Monnier [Sun, 30 Sep 2012 03:21:50 +0000 (23:21 -0400)]
* lisp/tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.

11 years ago* lisp/textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
Stefan Monnier [Sun, 30 Sep 2012 03:20:00 +0000 (23:20 -0400)]
* lisp/textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
a proper minor-mode.

11 years ago* lisp/textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
Stefan Monnier [Sun, 30 Sep 2012 03:10:13 +0000 (23:10 -0400)]
* lisp/textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.

11 years agoComment fix
Glenn Morris [Sun, 30 Sep 2012 02:27:36 +0000 (19:27 -0700)]
Comment fix

11 years ago* sysdep.c (handle_fatal_signal): Bump backtrace size to 40.
Paul Eggert [Sun, 30 Sep 2012 01:29:53 +0000 (18:29 -0700)]
* 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>.

11 years agoUse define-minor-mode for winner-mode
Glenn Morris [Sat, 29 Sep 2012 23:52:03 +0000 (16:52 -0700)]
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.

11 years agoRemove duplication of vc-sccs-registered definition
Glenn Morris [Sat, 29 Sep 2012 23:21:57 +0000 (16:21 -0700)]
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.

11 years agoComment for vc-rcs
Glenn Morris [Sat, 29 Sep 2012 23:19:46 +0000 (16:19 -0700)]
Comment for vc-rcs

11 years agoComment for vc-sccs
Glenn Morris [Sat, 29 Sep 2012 23:18:33 +0000 (16:18 -0700)]
Comment for vc-sccs

11 years agoComments for vc-bzr, clarifying vc-bzr-registered
Glenn Morris [Sat, 29 Sep 2012 23:13:29 +0000 (16:13 -0700)]
Comments for vc-bzr, clarifying vc-bzr-registered

11 years agoPartially revert previous commit.
Bastien Guerry [Sat, 29 Sep 2012 22:01:57 +0000 (00:01 +0200)]
Partially revert previous commit.

The help: target for the Makefile was just meant as a local test.

11 years agourl-util.el: Fix two docstrings.
Bastien Guerry [Sat, 29 Sep 2012 20:45:44 +0000 (22:45 +0200)]
url-util.el: Fix two docstrings.

11 years agoRevert bogus vc autoloads change
Glenn Morris [Sat, 29 Sep 2012 19:19:17 +0000 (12:19 -0700)]
Revert bogus vc autoloads change

11 years agoRemove purecopy's that are no longer needed following previous change
Glenn Morris [Sat, 29 Sep 2012 18:30:52 +0000 (11:30 -0700)]
Remove purecopy's that are no longer needed following previous change

11 years agoNo need to autoload vc-rcs, vc-sccs defcustoms.
Glenn Morris [Sat, 29 Sep 2012 18:28:01 +0000 (11:28 -0700)]
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.

11 years ago* lisp/help-macro.el (three-step-help): Do not autoload defcustom.
Glenn Morris [Sat, 29 Sep 2012 18:21:45 +0000 (11:21 -0700)]
* lisp/help-macro.el (three-step-help): Do not autoload defcustom.

11 years agoDo not autoload defcustoms in inf-lisp.el
Glenn Morris [Sat, 29 Sep 2012 18:20:12 +0000 (11:20 -0700)]
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.

11 years agoDo not autoload defcustoms in hippie-exp.el
Glenn Morris [Sat, 29 Sep 2012 18:15:57 +0000 (11:15 -0700)]
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.

11 years agosrc/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.
Juanma Barranquero [Sat, 29 Sep 2012 17:07:01 +0000 (19:07 +0200)]
src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.

11 years agont/config.nt: Sync with autogen/config.in
Juanma Barranquero [Sat, 29 Sep 2012 17:06:28 +0000 (19:06 +0200)]
nt/config.nt: Sync with autogen/config.in
(HAVE_TIMER_SETTIME): New macro.

11 years ago* src/lisp.h (struct backtrace): Remove indirection for `function' field.
Stefan Monnier [Sat, 29 Sep 2012 02:02:34 +0000 (22:02 -0400)]
* 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.

11 years ago* lisp/emacs-lisp/cl.el (flet): Fix case of obsolescence message.
Glenn Morris [Fri, 28 Sep 2012 23:51:20 +0000 (19:51 -0400)]
* lisp/emacs-lisp/cl.el (flet): Fix case of obsolescence message.

11 years ago* bytecomp.el (byte-compile-cl-file-p): Only "cl.el" counts as cl these days.
Glenn Morris [Fri, 28 Sep 2012 23:30:52 +0000 (19:30 -0400)]
* 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.

11 years agoDisplay archive errors in the echo area instead of inserting to the file buffer.
Juri Linkov [Fri, 28 Sep 2012 16:38:07 +0000 (19:38 +0300)]
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

11 years agoMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm@gnu.org
Glenn Morris [Fri, 28 Sep 2012 16:02:31 +0000 (09:02 -0700)]
Merge from emacs-24; up to 2012-05-07T21:26:08Z!rgm@gnu.org

11 years ago* lisp/type-break.el: Use lexical-binding.
Stefan Monnier [Fri, 28 Sep 2012 15:17:08 +0000 (11:17 -0400)]
* lisp/type-break.el: Use lexical-binding.
(type-break-mode): Use define-minor-mode.

11 years agoRename "Automatic Redisplay" entry in Lisp backtrace.
Eli Zaretskii [Fri, 28 Sep 2012 14:10:41 +0000 (16:10 +0200)]
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.

11 years agoUse minibuffer-message in pcomplete-show-completions
Leo Liu [Fri, 28 Sep 2012 13:42:19 +0000 (21:42 +0800)]
Use minibuffer-message in pcomplete-show-completions

11 years agoido.el (ido-set-matches-1): Fix 2012-09-11 change
Leo Liu [Fri, 28 Sep 2012 13:38:26 +0000 (21:38 +0800)]
ido.el (ido-set-matches-1): Fix 2012-09-11 change

11 years ago* lisp/emacs-lisp/pcase.el (pcase--mark-used): New.
Stefan Monnier [Fri, 28 Sep 2012 12:18:38 +0000 (08:18 -0400)]
* 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

11 years ago* doc-view.el (doc-view-current-cache-doc-pdf): New function.
Tassilo Horn [Fri, 28 Sep 2012 10:05:46 +0000 (12:05 +0200)]
* 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.

11 years ago* profiler.c (sigprof_handler): Fix race condition.
Tomohiro Matsuyama [Fri, 28 Sep 2012 09:34:20 +0000 (18:34 +0900)]
* profiler.c (sigprof_handler): Fix race condition.

11 years agoDon't autoload defcustoms in type-break.el
Glenn Morris [Fri, 28 Sep 2012 08:01:08 +0000 (01:01 -0700)]
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.

11 years agoComment
Glenn Morris [Fri, 28 Sep 2012 07:45:18 +0000 (00:45 -0700)]
Comment

11 years ago* src/lread.c (lisp_file_lexically_bound_p): Handle #! lines.
Glenn Morris [Fri, 28 Sep 2012 07:40:42 +0000 (00:40 -0700)]
* src/lread.c (lisp_file_lexically_bound_p): Handle #! lines.

Fixes: debbugs:12528

11 years ago* verilog-mode.el (verilog-auto-inst-interfaced-ports): Add :version tag.
Chong Yidong [Fri, 28 Sep 2012 05:19:55 +0000 (13:19 +0800)]
* verilog-mode.el (verilog-auto-inst-interfaced-ports): Add :version tag.

11 years agoLink with LIB_TIMER_TIME as needed.
Paul Eggert [Thu, 27 Sep 2012 23:02:23 +0000 (16:02 -0700)]
Link with LIB_TIMER_TIME as needed.

11 years ago* lisp/json.el (json-encode-char): Codes 127 isn't "ASCII printable" either.
Stefan Monnier [Thu, 27 Sep 2012 22:55:03 +0000 (18:55 -0400)]
* lisp/json.el (json-encode-char): Codes 127 isn't "ASCII printable" either.

11 years ago* lisp/json.el (json-encode-char): Codes 128-160 aren't "ASCII printable".
Stefan Monnier [Thu, 27 Sep 2012 13:10:54 +0000 (09:10 -0400)]
* lisp/json.el (json-encode-char): Codes 128-160 aren't "ASCII printable".

11 years agoAuto-commit of generated files.
Glenn Morris [Thu, 27 Sep 2012 10:17:43 +0000 (06:17 -0400)]
Auto-commit of generated files.

11 years ago* lisp/faces.el (x-display-name): Declare (for without-x builds).
Glenn Morris [Thu, 27 Sep 2012 07:28:48 +0000 (00:28 -0700)]
* lisp/faces.el (x-display-name): Declare (for without-x builds).

11 years ago* lisp/linum.el (linum-format): Don't autoload it. Improve :type.
Glenn Morris [Thu, 27 Sep 2012 07:26:22 +0000 (00:26 -0700)]
* lisp/linum.el (linum-format): Don't autoload it.  Improve :type.

11 years agoRemove unnecessary require when compiling tcl.el
Glenn Morris [Thu, 27 Sep 2012 07:23:10 +0000 (00:23 -0700)]
Remove unnecessary require when compiling tcl.el

* lisp/progmodes/tcl.el: Don't require outline when compiling.
(outline-regexp, outline-level): Declare.

11 years agoRemove unnecessary require when compiling sgml-mode.el
Glenn Morris [Thu, 27 Sep 2012 07:21:51 +0000 (00:21 -0700)]
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.

11 years ago* term.el (term-ansi-reset): Try setting term-ansi-face-already-done to nil.
Glenn Morris [Thu, 27 Sep 2012 07:05:37 +0000 (00:05 -0700)]
* term.el (term-ansi-reset): Try setting term-ansi-face-already-done to nil.

Fixes: debbugs:11785

11 years agoDon't bother making files writable for commit with modern VCS
Glenn Morris [Thu, 27 Sep 2012 06:59:21 +0000 (23:59 -0700)]
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

11 years agoRename a section in doc/emacs/cal-xtra.texi
Glenn Morris [Thu, 27 Sep 2012 06:51:35 +0000 (23:51 -0700)]
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.

11 years agoComment fix
Glenn Morris [Thu, 27 Sep 2012 06:47:12 +0000 (23:47 -0700)]
Comment fix

11 years ago* admin/admin.el (set-version): Set msdos.c's Vwindow_system_version.
Glenn Morris [Thu, 27 Sep 2012 06:45:38 +0000 (23:45 -0700)]
* admin/admin.el (set-version): Set msdos.c's Vwindow_system_version.

11 years agoFix last commit.
Chong Yidong [Thu, 27 Sep 2012 03:31:58 +0000 (11:31 +0800)]
Fix last commit.

11 years agoFix last change in verilog-mode.el.
Chong Yidong [Thu, 27 Sep 2012 03:30:46 +0000 (11:30 +0800)]
Fix last change in verilog-mode.el.

* progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
change; value should be t.

11 years ago* lisp/image-mode.el: Use lexical-binding.
Stefan Monnier [Thu, 27 Sep 2012 03:16:35 +0000 (23:16 -0400)]
* lisp/image-mode.el: Use lexical-binding.
(image-mode-winprops): Use t to stand for the window of a buffer that's
not displayed.
* lisp/doc-view.el (doc-view-new-window-function): Handle t in winprops.
(doc-view-enlarge): Make it a real nop if the size is not changed.
(doc-view-display): Handle the case where the buffer is not (yet?)
displayed in any window.
(doc-view-saved-settings): New var.
(doc-view-mode): Use it.
(doc-view-fallback-mode): Set it.

11 years ago* lisp/minibuf-eldef.el: Make it possible to replace (default ...) with [...].
Stefan Monnier [Thu, 27 Sep 2012 02:10:54 +0000 (22:10 -0400)]
* lisp/minibuf-eldef.el: Make it possible to replace (default ...) with [...].
Set lexical-binding.
(minibuffer-eldef-shorten-default): New var.
(minibuffer-default-in-prompt-regexps): Use it for new default.
(minibuf-eldef-setup-minibuffer): Add replacement functionality.

11 years agoCheck more robustly for timer_settime.
Paul Eggert [Thu, 27 Sep 2012 01:06:23 +0000 (18:06 -0700)]
Check more robustly for timer_settime.

This should fix an OS X build problem reported by Ivan Andrus in
<http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
* admin/merge-gnulib (GNULIB_MODULES): Add timer-time.
* configure.ac (gl_THREADLIB): Define to empty, since Emacs
does threads its own way.
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
* m4/timer_time.m4: New file, from gnulib.
* src/atimer.c (alarm_timer, alarm_timer_ok, set_alarm, init_atimer):
Use HAVE_TIMER_SETTIME, not SIGEV_SIGNAL, to decide whether to
call timer_settime.

11 years ago* profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.
Tomohiro Matsuyama [Wed, 26 Sep 2012 23:14:13 +0000 (08:14 +0900)]
* profiler.c (Fprofiler_cpu_start): Remove unnecessary flag SA_SIGINFO.

11 years agoFix ChangeLog typos.
Juanma Barranquero [Wed, 26 Sep 2012 22:42:54 +0000 (00:42 +0200)]
Fix ChangeLog typos.

11 years agoUpdate to Unicode 6.2.
Juanma Barranquero [Wed, 26 Sep 2012 22:21:16 +0000 (00:21 +0200)]
Update to Unicode 6.2.

* admin/unidata/BidiMirroring.txt:
* admin/unidata/UnicodeData.txt: Update to Unicode 6.2.

* lisp/international/uni-bidi.el:
* lisp/international/uni-category.el:
* lisp/international/uni-name.el:
* lisp/international/uni-numeric.el: Regenerate.

11 years agoFix some profiler stuff on Windows (follow-up to 1995-03-15T21:55:37Z!kwzh@gnu.org).
Juanma Barranquero [Wed, 26 Sep 2012 22:04:10 +0000 (00:04 +0200)]
Fix some profiler stuff on Windows (follow-up to 1995-03-15T21:55:37Z!kwzh@gnu.org).

* lib-src/makefile.w32-in (obj): Add profiler.o.
* src/makefile.w32-in ($(BLD)/profiler.$(O)): Update dependencies.

11 years ago* character.h (MAYBE_UNIFY_CHAR): Remove.
Paul Eggert [Wed, 26 Sep 2012 20:00:29 +0000 (13:00 -0700)]
* character.h (MAYBE_UNIFY_CHAR): Remove.

* charset.c, charset.h (maybe_unify_char): Now static.
* charset.c (decode_char): Use maybe_unify_char, not MAYBE_UNIFY_CHAR.
Since this stuff is now private to charset.c, there's no need for
a public macro and no need to inline by hand.

11 years agoMerge profiler branch
Stefan Monnier [Wed, 26 Sep 2012 15:19:10 +0000 (11:19 -0400)]
Merge profiler branch

11 years agoFix a typo in a recent entry in src/ChangeLog.
Eli Zaretskii [Wed, 26 Sep 2012 14:44:22 +0000 (16:44 +0200)]
Fix a typo in a recent entry in src/ChangeLog.

11 years ago* lisp/emacs-lisp/testcover.el (testcover-after): Add gv-expander.
Stefan Monnier [Wed, 26 Sep 2012 14:41:05 +0000 (10:41 -0400)]
* lisp/emacs-lisp/testcover.el (testcover-after): Add gv-expander.
(testcover-reinstrument): Simplify with CSE.

11 years agolisp/window.el (temp-buffer-window-setup): Fix typo in docstring.
Juanma Barranquero [Wed, 26 Sep 2012 14:11:18 +0000 (16:11 +0200)]
lisp/window.el (temp-buffer-window-setup): Fix typo in docstring.

11 years agoFix bug ref
Glenn Morris [Wed, 26 Sep 2012 07:07:32 +0000 (00:07 -0700)]
Fix bug ref

11 years ago* lisp/profiler.el (profiler-start): Don't prompt for choice when there
Stefan Monnier [Wed, 26 Sep 2012 04:02:21 +0000 (00:02 -0400)]
* lisp/profiler.el (profiler-start): Don't prompt for choice when there
isn't any.
(profiler-stop): Use new semantics of profiler-*-stop.
(profiler-reset, profiler--report-cpu): Don't signal an error if the
cpu profiler is not available.
* src/profiler.c (Fprofiler_cpu_stop, Fprofiler_memory_stop):
Return whether the profiler was running, instead of signaling an error
if it wasn't.

11 years ago* src/makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
Juanma Barranquero [Wed, 26 Sep 2012 03:43:26 +0000 (23:43 -0400)]
* src/makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
($(BLD)/profiler.$(O)): New target.

11 years agoSynch verilog-mode.el to latest upstream version.
Wilson Snyder [Wed, 26 Sep 2012 03:32:51 +0000 (11:32 +0800)]
Synch verilog-mode.el to latest upstream version.

* verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
(verilog-auto-input, verilog-auto-insert-lisp)
(verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
(verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
(verilog-auto-unused, verilog-auto-wire)
(verilog-forward-or-insert-line): Fix AUTOs with no trailing
newline.  Reported by Andrew Jones.
(verilog-auto-inst) Support expanding $clog2 in AUTOINST.
Reported by Brad Dobbie.
(verilog-batch-delete-trailing-whitespace): Create
verilog-batch-delete-trailing-whitespace.  Reported by Brad
Dobbie.
(verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
parameters from another module.  Reported by Dan Katz.
(verilog-auto, verilog-auto-assign-modport)
(verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
AUTOINOUTMODPORT for UVM interface module shell generation.
Reported by Brad Dobbie.
(verilog-auto-inst-interfaced-ports): Make default nil, as more
standard behavior.
(verilog-auto): Fix AUTO parameters with parenthesis arguments.
Reported by Matt Martin.

11 years agognus-art.el (gnus-article-browse-delete-temp-files): Fix previous commit
Katsumi Yamaoka [Tue, 25 Sep 2012 23:57:37 +0000 (23:57 +0000)]
gnus-art.el (gnus-article-browse-delete-temp-files): Fix previous commit

11 years agognus-art.el (gnus-article-browse-delete-temp-files): Never ask again a user about...
Katsumi Yamaoka [Tue, 25 Sep 2012 23:39:44 +0000 (23:39 +0000)]
gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again a user about whether to delete files if once a user answered as n

11 years agosrc/makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.
Juanma Barranquero [Tue, 25 Sep 2012 22:07:22 +0000 (00:07 +0200)]
src/makefile.w32-in ($(BLD)/callproc.$(O)): Update dependencies.

11 years agoPrefer POSIX timers if available.
Paul Eggert [Tue, 25 Sep 2012 19:18:05 +0000 (12:18 -0700)]
Prefer POSIX timers if available.

They avoid a race if the timer is too close to the current time.
* atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars.
(set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available.
(init_atimer) [SIGEV_SIGAL]: Initialize them.

11 years agoFix typo in files.texi
Leo Liu [Tue, 25 Sep 2012 14:40:20 +0000 (22:40 +0800)]
Fix typo in files.texi

11 years agoFollowup to not using maybe_unify_char in processing buffers and strings.
Eli Zaretskii [Tue, 25 Sep 2012 12:44:13 +0000 (14:44 +0200)]
Followup to not using maybe_unify_char in processing buffers and strings.

 src/coding.c (CHAR_STRING_ADVANCE_NO_UNIFY): Make it an alias of
 CHAR_STRING_ADVANCE.
 (STRING_CHAR_ADVANCE_NO_UNIFY): Make it an alias of
 STRING_CHAR_ADVANCE.

11 years agoMove Vlibrary_cache to emacs.c and reset before dumping.
Juanma Barranquero [Tue, 25 Sep 2012 11:57:30 +0000 (13:57 +0200)]
Move Vlibrary_cache to emacs.c and reset before dumping.

* src/lisp.h (reset_image_types): Declare.
[WINDOWSNT] (Vlibrary_cache): Declare.

* src/image.c (reset_image_types): New function.

* src/emacs.c [WINDOWSNT] (Vlibrary_cache): Move from w32.c.
(syms_of_emacs) [WINDOWSNT] <Vlibrary_cache>: Initialize and staticpro.
(Fdump_emacs): Reset Vlibrary_cache and image_types.

* src/w32.c (Vlibrary_cache): Do not define; moved to emacs.c
(globals_of_w32) <Vlibrary_cache>: Do not initialize.

* src/w32.h (Vlibrary_cache): Do not declare.

11 years agoFix handling of fatal signals and exceptions on MS-Windows.
Eli Zaretskii [Tue, 25 Sep 2012 11:50:01 +0000 (13:50 +0200)]
Fix handling of fatal signals and exceptions on MS-Windows.

 src/w32proc.c (sys_signal): Handle all signals defined by the
 MS-Windows runtime, not just SIGCHLD.  Actually install the signal
 handlers for signals supported by Windows.  Don't override
 term_ntproc as the handler for SIGABRT.
 (sigaction): Rewrite to call sys_signal instead of duplicating its
 code.
 (sys_kill): Improve commentary.
 src/w32.c (term_ntproc): Accept (and ignore) one argument, for
 consistency with a signature of a signal handler.  All callers
 changed.
 (init_ntproc): Accept an argument DUMPING.  If dumping, don't
 install term_ntproc as a signal handler for SIGABRT, as that
 should be done by the dumped Emacs.
 src/w32.h (init_ntproc, term_ntproc): Adjust prototypes.
 src/w32select.c (term_w32select): Protect against repeated
 invocation by setting clipboard_owner to NULL after calling
 DestroyWindow.
 src/emacs.c (shut_down_emacs, main): Adapt the calls to init_ntproc
 and term_ntproc to their modified signatures.

11 years agoImprove resizing of minibuffer windows (Bug#12419).
Martin Rudalics [Tue, 25 Sep 2012 08:20:05 +0000 (10:20 +0200)]
Improve resizing of minibuffer windows (Bug#12419).

* window.el (window--resize-child-windows): When resizing child
windows proportionally, process them in reverse order to
preserve the "when splitting a window the new one gets the odd
line" behavior.
(window--resize-root-window-vertically): When resizing the
minibuffer window try to affect only windows at the bottom of the
frame.  (Bug#12419)

11 years agoDon't call MAYBE_UNIFY_CHAR while processing buffers and strings.
Eli Zaretskii [Tue, 25 Sep 2012 07:01:52 +0000 (09:01 +0200)]
Don't call MAYBE_UNIFY_CHAR while processing buffers and strings.

 src/character.c (char_string, string_char): Remove calls to
 MAYBE_UNIFY_CHAR.  See the discussion starting at
 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00433.html
 for the details.

11 years agoMinor fixes for the function obsolescence feature.
Chong Yidong [Tue, 25 Sep 2012 05:33:43 +0000 (13:33 +0800)]
Minor fixes for the function obsolescence feature.

* lisp/help-fns.el (help-fns--obsolete): Handle macros properly.

* lisp/subr.el (declare): Doc fix.

11 years agoUse declare forms, where possible, to mark obsolete functions.
Chong Yidong [Tue, 25 Sep 2012 04:13:02 +0000 (12:13 +0800)]
Use declare forms, where possible, to mark obsolete functions.

* lisp/allout.el (allout-passphrase-hint-string): Likewise.
(allout-init): Use a declare form to mark obsolete.

* lisp/calendar/calendar.el (calendar-version):
* lisp/calendar/icalendar.el (icalendar-extract-ical-from-buffer)
(icalendar-convert-diary-to-ical):
* lisp/cus-edit.el (custom-mode):
* lisp/ansi-color.el (ansi-color-unfontify-region):
* lisp/international/latin1-disp.el (latin1-char-displayable-p):
* lisp/progmodes/cwarn.el (turn-on-cwarn-mode):
* lisp/progmodes/which-func.el (which-func-update-1): Use
define-obsolete-function-alias.

* lisp/bookmark.el (bookmark-jump-noselect): Use a declare form to mark
this function obsolete.

* lisp/calendar/cal-x.el (calendar-two-frame-setup)
(calendar-only-one-frame-setup, calendar-one-frame-setup):
* lisp/calendar/calendar.el (american-calendar, european-calendar)
(calendar-for-loop):
* lisp/comint.el (comint-dynamic-simple-complete)
(comint-dynamic-complete-as-filename, comint-unquote-filename):
* lisp/desktop.el (desktop-load-default):
* lisp/dired-x.el (dired-omit-here-always)
(dired-hack-local-variables, dired-default-directory):
* lisp/emacs-lisp/derived.el (derived-mode-class):
* lisp/emacs-lisp/timer.el (timer-set-time-with-usecs):
* lisp/emacs-lock.el (toggle-emacs-lock):
* lisp/epa.el (epa-display-verify-result):
* lisp/epg.el (epg-sign-keys, epg-start-sign-keys)
(epg-passphrase-callback-function):
* lisp/eshell/esh-util.el (eshell-for):
* lisp/eshell/eshell.el (eshell-remove-from-window-buffer-names)
(eshell-add-to-window-buffer-names):
* lisp/files.el (locate-file-completion):
* lisp/imenu.el (imenu-example--create-c-index)
(imenu-example--create-lisp-index)
(imenu-example--lisp-extract-index-name)
(imenu-example--name-and-position):
* lisp/international/mule-cmds.el (princ-list):
* lisp/international/mule-diag.el (decode-codepage-char):
* lisp/international/mule-util.el (detect-coding-with-priority):
* lisp/iswitchb.el (iswitchb-read-buffer):
* lisp/mail/mailalias.el (mail-complete):
* lisp/mail/sendmail.el (mail-sent-via):
* lisp/mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
(mouse-major-mode-menu):
* lisp/password-cache.el (password-read-and-add):
* lisp/pcomplete.el (pcomplete-parse-comint-arguments):
* lisp/progmodes/sh-script.el (sh-maybe-here-document):
* lisp/replace.el (query-replace-regexp-eval):
* lisp/savehist.el (savehist-load):
* lisp/simple.el (choose-completion-delete-max-match):
* lisp/term.el (term-dynamic-simple-complete):
* lisp/vc/ediff-init.el (ediff-check-version):
* lisp/vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
* lisp/vc/vc.el (vc-diff-switches-list):
* lisp/view.el (view-return-to-alist-update): Likewise.

* lisp/iswitchb.el (iswitchb-read-buffer): Move code of
iswitchb-define-mode-map here, and delete that obsolete function.

* lisp/subr.el (eval-next-after-load, makehash, insert-string)
(assoc-ignore-representation, assoc-ignore-case): Use declare to
mark obsolete.
(mode-line-inverse-video): Variable deleted.

* lisp/emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
this applies to functions.

* lisp/erc/erc.el (erc-send-command): Use define-obsolete-function-alias.

* lisp/international/mule-util.el (string-to-sequence): Remove.

* lisp/net/newst-backend.el (newsticker-cache-filename):
* lisp/net/newst-treeview.el (newsticker-groups-filename): Fix
incorrect obsolescence declaration.

* lisp/net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
font-lock-reference-face.

* lisp/url/url-parse.el (url-recreate-url-attributes):
* lisp/url/url-util.el (url-generate-unique-filename): Use declare to mark
obsolete.

* src/xdisp.c (mode_line_inverse_video): Delete obsolete variable.

11 years ago* src/profiler.c: Rename sample_profiler_* to profiler_cpu_* and
Stefan Monnier [Tue, 25 Sep 2012 02:30:46 +0000 (22:30 -0400)]
* src/profiler.c: Rename sample_profiler_* to profiler_cpu_* and
memory_profiler_* to profiler_memory_*.  Move sigprof_handler before
its first use, inside the PROFILER_CPU_SUPPORT conditional.

11 years ago* buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width): Doc fixes.
Glenn Morris [Tue, 25 Sep 2012 01:18:50 +0000 (21:18 -0400)]
* buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width): Doc fixes.

11 years ago* em-term.el (eshell-term-name): Default to term-term-name. (Bug#12485)
Glenn Morris [Tue, 25 Sep 2012 01:15:24 +0000 (21:15 -0400)]
* em-term.el (eshell-term-name): Default to term-term-name.  (Bug#12485)

11 years ago* progmodes/python.el:
Fabián Ezequiel Gallina [Mon, 24 Sep 2012 23:15:40 +0000 (20:15 -0300)]
* progmodes/python.el:
(python-shell-send-buffer): Better handling of "if __name__ ==
'__main__':" conditionals when sending the buffer.

11 years ago* src/bytecode.c (exec_byte_code): Signal an error instead of aborting,
Stefan Monnier [Mon, 24 Sep 2012 22:47:51 +0000 (18:47 -0400)]
* src/bytecode.c (exec_byte_code): Signal an error instead of aborting,
when encountering an unknown bytecode.

11 years agoimage.c, indent.c: Use bool for booleans.
Paul Eggert [Mon, 24 Sep 2012 21:38:23 +0000 (14:38 -0700)]
image.c, indent.c: Use bool for booleans.

* dispextern.h (struct image_type): Members valid_p, load, init
now return bool, not int.  All uses changed.
* image.c: Omit unnecessary static decls.
(x_create_bitmap_mask, x_build_heuristic_mask):
Return void, not int, since callers don't care about the return value.
(x_create_bitmap_mask, define_image_type, valid_image_p)
(struct image_keyword, parse_image_spec, image_spec_value)
(check_image_size, image_background)
(image_background_transparent, x_clear_image_1)
(postprocess_image, lookup_image, x_check_image_size)
(x_create_x_image_and_pixmap, xbm_image_p)
(Create_Pixmap_From_Bitmap_Data, xbm_read_bitmap_data)
(xbm_load_image, xbm_file_p, xbm_load, xpm_lookup_color)
(init_xpm_functions, xpm_valid_color_symbols_p, xpm_image_p)
(xpm_load, xpm_load_image, lookup_rgb_color, lookup_pixel_color)
(x_to_xcolors, x_build_heuristic_mask, pbm_image_p, pbm_load)
(png_image_p, init_png_functions, png_load_body, png_load)
(jpeg_image_p, init_jpeg_functions, jpeg_load_body, jpeg_load)
(tiff_image_p, init_tiff_functions, tiff_load, gif_image_p)
(init_gif_functions, gif_load, imagemagick_image_p)
(imagemagick_load_image, imagemagick_load, svg_image_p)
(init_svg_functions, svg_load, svg_load_image, gs_image_p)
(gs_load):
* nsimage.m (ns_load_image):
* nsterm.m (ns_defined_color):
* xfaces.c (tty_lookup_color, tty_defined_color, defined_color):
* xfns.c (x_defined_color):
* xterm.c (x_alloc_lighter_color_for_widget)
(x_alloc_nearest_color_1, x_alloc_nearest_color)
(x_alloc_lighter_color):
* indent.c (disptab_matches_widthtab, current_column)
(scan_for_column, string_display_width, indented_beyond_p)
(compute_motion, vmotion, Fvertical_motion):
Use bool for booleans.

11 years agoTry to let it compile on other platforms
Stefan Monnier [Mon, 24 Sep 2012 21:15:53 +0000 (17:15 -0400)]
Try to let it compile on other platforms
* src/profiler.c (evict_lower_half): Fix typo.
(PROFILER_CPU_SUPPORT): Check and define if cpu-profiler is supported.
Don't compile the cpu-profiler code, if not supported.
(malloc_probe): Presume memory_log is non-nil.
(syms_of_profiler): Don't defsubr functions when they aren't defined.
* src/lisp.h (sample_profiler_running, gc_probe): Don't declare.

11 years agoImprove previous eshell change
Glenn Morris [Mon, 24 Sep 2012 18:38:14 +0000 (14:38 -0400)]
Improve previous eshell change

11 years ago* eshell/esh-cmd.el (eshell-find-alias-function): Tighten up file-name regexp.
Glenn Morris [Mon, 24 Sep 2012 18:22:10 +0000 (14:22 -0400)]
* eshell/esh-cmd.el (eshell-find-alias-function): Tighten up file-name regexp.

11 years agoEnhancements for triple-quote string syntax.
Fabián Ezequiel Gallina [Mon, 24 Sep 2012 17:54:46 +0000 (14:54 -0300)]
Enhancements for triple-quote string syntax.
* progmodes/python.el (python-quote-syntax): Remove.
(python-syntax-propertize-function): New value.
(python-syntax-count-quotes, python-syntax-stringify): New
functions.

11 years agoStandardize some more license notices
Glenn Morris [Mon, 24 Sep 2012 16:36:42 +0000 (09:36 -0700)]
Standardize some more license notices

11 years agoStandardize some license notices
Glenn Morris [Mon, 24 Sep 2012 15:58:20 +0000 (08:58 -0700)]
Standardize some license notices

11 years agoRewrite sampler to use Elisp hash-tables.
Stefan Monnier [Mon, 24 Sep 2012 14:38:10 +0000 (10:38 -0400)]
Rewrite sampler to use Elisp hash-tables.
* src/profiler.c: Remove filtering functionality.
(is_in_trace, Qgc): Remove vars.
(make_log, record_backtrace, Fsample_profiler_log):
Rewrite, using Elisp hash-tables.
(approximate_median, evict_lower_half): New functions.
(cpu_log): Rename from sample_log.
(cpu_gc_count): New var.
(Fsample_profiler_reset, Fmemory_profiler_reset): Remove.
(sigprof_handler): Add count to cpu_gc_count during GC, detected via
backtrace_list.
(block_sigprof, unblock_sigprof): Remove.
(gc_probe, mark_profiler): Remove functions.
(syms_of_profiler): Staticpro cpu_log and memory_log.

* lisp/profiler.el (profiler-sample-interval): Move before first use.
Change default to 1ms.
(profiler-entry=, profiler-backtrace-reverse, profiler-log-fixup-slot)
(profiler-calltree-elapsed<, profiler-calltree-elapsed>): Remove functions.
(profiler-entry-format): Don't use type-of.
(profiler-slot, profiler-log): Remove structs.
(profiler-log-timestamp, profiler-log-type, profiler-log-diff-p):
Redefine for new log representation.
(profiler-log-diff, profiler-log-fixup, profiler-calltree-build-1):
Rewrite for new log representation.
(profiler-calltree): Remove `elapsed' fields.
(profiler-calltree-count<, profiler-report-make-entry-part):
Remove gc special case.
(profiler-calltree-find): Use equal.
(profiler-calltree-walk): Remove `args'; rely on closures instead.
(profiler-calltree-compute-percentages-1): Remove; inlined.
(profiler-calltree-compute-percentages): Simplify.
(profiler-report-log, profiler-report-reversed)
(profiler-report-order): Use defvar-local.
(profiler-report-line-format): Remove `elapsed', do a bit of CSE.
(profiler-report-mode-map): Remove up/down bindings.
(profiler-report-make-buffer-name): Simplify by CSE.
(profiler-report-mode): Remove redundant code.
(profiler-report-expand-entry, profiler-report-collapse-entry):
Use inhibit-read-only.
(profiler-report-render-calltree-1): Simplify by CSE.
(profiler-reset): Rewrite for new subroutines.
(profiler--report-cpu): Rename from sample-profiler-report.
(profiler--report-memory): Rename from memory-profiler-report.

* src/alloc.c (Fgarbage_collect): Record itself in backtrace_list.
Don't set is_in_trace any more.  Don't call mark_profiler.
Only call gc_probe for the memory profiler.
(syms_of_alloc): Define Qautomatic_gc.

* src/lisp.h (SXHASH_COMBINE): Move back to...
* src/fns.c (SXHASH_COMBINE): ...here.

* src/xdisp.c (Qautomatic_redisplay): New constant.
(redisplay_internal): Record itself in backtrace_list.
(syms_of_xdisp): Define Qautomatic_redisplay.

* .dir-locals.el (indent-tabs-mode): Remove personal preference.