1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00
Commit graph

104822 commits

Author SHA1 Message Date
Ken Brown
bcd86815d6 * src/s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor. 2012-04-13 10:50:25 -04:00
Stefan Monnier
e75e89ba41 * lisp/emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
the region on shift if the binding is already shifted.

Fixes: debbugs:11221
2012-04-13 09:32:37 -04:00
Glenn Morris
031fabfc1a Auto-commit of generated files. 2012-04-13 06:17:25 -04:00
Chong Yidong
c6e571fbb7 Fix typo in last commit. 2012-04-13 14:22:01 +08:00
Reuben Thomas
c25df26eff * src/indent.c (Fmove_to_column): Change interactive spec. 2012-04-13 14:20:39 +08:00
Glenn Morris
8712423321 * doc/emacs/ack.texi (Acknowledgments): Don't mention obsolete mailpost.el. 2012-04-12 19:51:19 -04:00
Glenn Morris
82f289a4ef Obsolete lisp/mail/mailpost.el 2012-04-12 19:47:13 -04:00
Drew Adams
d333dc4c96 * imenu.el (imenu--generic-function): Ignore invisible definitions.
Fixes: debbugs:10123
2012-04-12 22:00:24 +02:00
Jari Aalto
0a6dd5e26f * processes.texi (Synchronous Processes): Mention `default-directory'.
Fixes: debbugs:7515
2012-04-12 21:14:43 +02:00
Glenn Morris
da748f050e New defcustoms should get :version tags 2012-04-12 09:33:13 -07:00
Vivek Dasmohapatra
0d15b5ba4d Allow the user to alter the bit grouping in hexl.el
* hexl.el (hexl-bits): New variable.
(hexl-options): Mention the variable in the doc string.
(hexl-rulerise): New function.
(hexl-line-displen): New function
(hexl-mode): Mention the new variable.
(hexl-mode, hexl-current-address, hexl-current-address): Use the
displen.
(hexl-ascii-start-column): New function.
(hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
(hexl-insert-char, hexl-mode-ruler): Use the displen.

Fixes: debbugs:4941
2012-04-12 17:58:53 +02:00
Agustín Martín
64a440db71 textmodes/flyspell.el (flyspell-large-region): Specify encoding for hunspell with ("-i" ENCODING).
As done for ispell in in 2012-04-08T17:09:03Z!eliz@gnu.org, in flyspell-large-region we also need
to specify encoding for hunspell with ("-i" ENCODING), in 2 separate
command-line arguments, as expected by hunspell.
2012-04-12 16:19:40 +02:00
Ken Brown
badf86af63 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398) 2012-04-12 08:17:20 -04:00
Stefan Monnier
6decb6c229 Make generic sysfs support apply for yeeloong as well.
* lisp/battery.el (battery--linux-sysfs-regexp): New const.
(battery-status-function): Use it.  Remove yeeloong special case.
(battery-yeeloong-sysfs): Remove.
(battery-echo-area-format): Remove yeeloong special case.
2012-04-11 22:04:29 -04:00
Stefan Monnier
6622e4169b * lisp/imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
Reported by Noah Friedman.
2012-04-11 17:37:13 -04:00
Stefan Monnier
088be6fbd2 * lisp/subr.el (read-passwd): Use read-string. 2012-04-11 14:13:20 -04:00
Glenn Morris
c4fc691b6e Changelog fix 2012-04-11 09:09:39 -07:00
Lars Magne Ingebrigtsen
b49f886ef4 * vcursor.el (vcursor-move): Increase the priority of the overlay.
Fixes: debbugs:9663
2012-04-11 16:26:55 +02:00
Deniz Dogan
a63067fcfe Kill channel buffers when killing rcirc server buffers
* net/rcirc.el (rcirc-kill-channel-buffers): New variable.
(rcirc-kill-buffer-hook): Use it to kill channel buffers.

Fixes: debbugs:5128
2012-04-11 16:22:36 +02:00
Vivek Dasmohapatra
68d32a5128 (erc-nickserv-passwords): Don't display the password.
Fixes: debbugs:4459
2012-04-11 15:43:03 +02:00
William Stevenson
ac3cf14a97 (artist-mode): Convert artist-mode to use define-minor-mode.
Fixes: debbugs:10760
2012-04-11 13:57:21 +02:00
Daniel Colascione
0fc59f1e60 Use the real vfork under Cygwin
* s/cygwin.h: The vfork the #define in cygwin.h was protecting
against is gone.  It's better to use vfork now so that when Cygwin
gains a new, working vfork, we use it automatically.

Fixes: debbugs:10398
2012-04-11 13:43:55 +02:00
Wolfgang Jenkner
49a2697c1e rgrep ignored file tweak
* lisp/progmodes/grep.el (rgrep): Tweak the find command line so
that directories matching `grep-find-ignored-files' won't be
pruned.

Fixes: debbugs:10351
2012-04-11 13:39:35 +02:00
Glenn Morris
f867f9971d Auto-commit of generated files. 2012-04-11 06:17:27 -04:00
Chong Yidong
d57de7fe59 Note obsolescence of mouse-sel.el in NEWS. 2012-04-11 15:06:42 +08:00
Chong Yidong
af23e2e5ec * startup.el (command-line): Remove support for font-lock-face-attributes. 2012-04-11 13:43:47 +08:00
Glenn Morris
ab7ce8c155 Add another vc-bzr test
* lisp/vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.

* test/automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
2012-04-10 20:24:26 -07:00
Stefan Monnier
de8c03dc51 * src/window.c (save_window_save): Obey window-point-insertion-type.
* lisp/window.el (window--state-get-1): Idem.
2012-04-10 22:36:04 -04:00
Lennart Borgman
050cc68b40 `narrow-to-defun' fixup
* emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
to previous function when point is on the first character of a
function. Take care of that in `narrow-to-defun'.

Fixes: debbugs:6157
2012-04-11 04:12:20 +02:00
Glenn Morris
effed0c27e * lisp/vc/vc-bzr.el (vc-bzr-status): Handle all errors, not just file-errors.
Ref: http://lists.gnu.org/archive/html/help-gnu-emacs/2012-04/msg00145.html
2012-04-10 22:06:59 -04:00
Glenn Morris
2f097256b9 Repurpose C_SWITCH_X_SYSTEM as GNUSTEP_CFLAGS
This is the only thing left that uses it.

* configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.

* src/Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.

* lwlib/Makefile.in (C_SWITCH_X_SYSTEM): Remove.
(ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM.

* oldXMenu/Makefile.in (C_SWITCH_X_SYSTEM): Remove.
(ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM.

* msdos/sedlibmk.inp, msdos/sed1v2.inp:
GNUSTEP_CFLAGS replaces C_SWITCH_X_SYSTEM.
2012-04-10 21:25:51 -04:00
Glenn Morris
a38c310cdd Use internal sha1 in vc-bzr
* lisp/vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
These were only added in 24.1 when sha1.el was removed in favor of an
internal sha1 implementation.  Frankly, I can't see why the internal
sha1 wasn't immediately used here.
(vc-bzr-sha1): Use internal sha1.
(Comments): Remove reference to abandoned upstream bug report that
contains no extra information.
2012-04-10 21:16:48 -04:00
Stefan Monnier
453b951e7d * src/alloc.c (lisp_align_malloc): Remove unneeded prototype. 2012-04-10 20:51:44 -04:00
Stefan Monnier
0221e32392 * lisp/progmodes/flymake.el (flymake-mode): Beware read-only dirs.
Fixes: debbugs:8954
2012-04-10 20:21:00 -04:00
Sébastien Gross
43956923c0 (hs-hide-all): Don't infloop on comments that start in the middle of the line.
Fixes: debbugs:10496
2012-04-11 01:34:25 +02:00
Dan Nicolaescu
6a8c9eafb9 battery.el not working when multiple batteries are present
* battery.el (battery-linux-proc-acpi): Only one battery is
discharged at a time, but that seems to confuse battery.el when
computing `rate-type' for the battery not being discharged.

Fixes: debbugs:10332
2012-04-11 01:24:31 +02:00
Stefan Monnier
2a718f6fbc * lisp/emacs-lisp/autoload.el (autoload-make-program): Remove, unused. 2012-04-10 16:15:08 -04:00
Stefan Monnier
599430d001 * lisp/international/quail.el: Use dolist and simplify.
(quail-define-package, quail-update-keyboard-layout)
(quail-define-rules): Use dolist.
(quail-insert-kbd-layout, quail-get-translation): CSE.
2012-04-10 16:14:33 -04:00
Stefan Monnier
a2754b6c31 * lisp/tmm.el: Use dolist, remove left over hook.
(tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind): Use dolist.
(calendar-load-hook): Don't mess with it.
2012-04-10 16:12:07 -04:00
Stefan Monnier
1930bf5dc3 * lisp/vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
Use derived-mode-p.  Run the diff asynchronously.
2012-04-10 16:08:43 -04:00
Jason S. Cornez
6bbef4e552 * src/keyboard.c: Override inhibit-quit after the third C-g.
(force_quit_count): New var.
(handle_interrupt): Use it.

Fixes: debbugs:6585
2012-04-10 15:36:17 -04:00
Eli Zaretskii
7dd02dc7c4 Better parallelism on MS-Windows for "make info".
nt/makefile.w32-in (emacs, misc, lispref, lispintro): New targets,
 each runs makeinfo in its own subdirectory of 'doc'.
 (info-gmake): Depend on these new targets.
2012-04-10 22:03:32 +03:00
Glenn Morris
c9279dad0b * admin/bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
Add header keyword.
2012-04-10 13:27:01 -04:00
Lars Magne Ingebrigtsen
9f67961ce6 * obsolete/mouse-sel.el: Add an Obsolete-since header. 2012-04-10 19:09:34 +02:00
Lars Magne Ingebrigtsen
8c906ebab6 Moved mouse-sel.el to the lisp/obsolete directory 2012-04-10 19:08:36 +02:00
Lars Magne Ingebrigtsen
d3f7611b03 Tiny url-util.el code clean-up. 2012-04-10 19:03:34 +02:00
Lars Magne Ingebrigtsen
8d8d31f91e Revert previous url-util patch.
The caller can as easily do the decoding themselves.
2012-04-10 19:02:04 +02:00
Juanma Barranquero
2a8ce227d0 Record and display absolute path of DLLs loaded (bug#10424).
* lisp/misc.el (list-dynamic-libraries--loaded): New function.
  (list-dynamic-libraries--refresh): Use it.

* src/w32.c (w32_delayed_load): Record the full path of the library
  being loaded.
2012-04-10 16:16:05 +02:00
Nathan Weizenbaum
8f33b5f873 `python-fill-paragraph' filling fixup when font-lock is disabled
* progmodes/python.el (python-fill-paragraph): Make
python-fill-region in a multiline string work when font-lock is
disabled.

Fixes: debbugs:7018
2012-04-10 13:27:44 +02:00
William Xu
a967e26b40 (url-retrieve-internal): Hexify multibye URL string first when necessary.
Also mention this in the relevant doc strings.

Fixes: debbugs:7017
2012-04-10 13:22:08 +02:00