bpt/emacs.git
10 years ago* image.c: Pacify --enable-gcc-warnings.
Paul Eggert [Thu, 10 Oct 2013 19:15:33 +0000 (12:15 -0700)]
* image.c: Pacify --enable-gcc-warnings.

(GIFLIB_MAJOR, GIFLIB_MINOR, GIFLIB_RELEASE, fn_GifErrorString):
#define only if used.

10 years agoMS-Windows follow-up to 2013-10-10T01:03:11Z!rgm@gnu.org: support giflib 5.x.
Eli Zaretskii [Thu, 10 Oct 2013 15:30:21 +0000 (18:30 +0300)]
MS-Windows follow-up to 2013-10-10T01:03:11Z!rgm@gnu.org: support giflib 5.x.

 src/image.c (GIFLIB_MAJOR): Define to 4 if undefined.
 (GIFLIB_MINOR, GIFLIB_RELEASE): Define to zero if undefined.
 (GifErrorString) [GIFLIB_MAJOR >= 5]: Define a function pointer.
 (gif_load): For giflib v5.x and later, display the error message
 produced by giflib when its functions fail.
 (syms_of_image) <Qlibgif_version> [HAVE_NTGUI]: New DEFSYM.

 lisp/term/w32-win.el (dynamic-library-alist): Define separate lists
 of GIF DLLs for versions before and after 5.0.0 of giflib.

Fixes: debbugs:15531

10 years ago* vc/vc.el (vc-diff-build-argument-list-internal): If the file is
João Távora [Thu, 10 Oct 2013 14:59:09 +0000 (10:59 -0400)]
* vc/vc.el (vc-diff-build-argument-list-internal): If the file is
not locked, use last revision and current source as
defaults.  (Bug#15569)

10 years ago* lisp/menu-bar.el (menu-bar-open): Don't use popup-menu if
Masatake YAMATO [Thu, 10 Oct 2013 10:47:11 +0000 (19:47 +0900)]
* lisp/menu-bar.el (menu-bar-open): Don't use popup-menu if
menu-bar is hidden.

10 years agoAuto-commit of generated files.
Glenn Morris [Thu, 10 Oct 2013 10:17:41 +0000 (06:17 -0400)]
Auto-commit of generated files.

10 years ago* keyboard.c (last_event_timestamp): Remove. For X selection and
Dmitry Antipov [Thu, 10 Oct 2013 10:06:17 +0000 (14:06 +0400)]
* keyboard.c (last_event_timestamp): Remove.  For X selection and
GTK popup menus, it may be obtained from per-frame X display info.
(kbd_buffer_store_event_hold, kbd_buffer_get_event)
(process_special_events): Adjust users.
* keyboard.h (last_event_timestamp): Remove declaration.
* xmenu.c (xmenu_show, create_and_show_popup_menu): Lost last arg.
Use FRAME_DISPLAY_INFO (f)->last_user_time for gtk_menu_popup.
* menu.h (xmenu_show): Adjust prototype.
* menu.c (Fx_popup_menu): Adjust user.
* xselect.c (x_own_selection, x_get_foreign_selection)
(Fx_disown_selection_internal): Use dpyinfo->last_user_time.

10 years agoFix doc-string of pop-to-buffer-same-window. (Bug#15492)
Martin Rudalics [Thu, 10 Oct 2013 07:57:28 +0000 (09:57 +0200)]
Fix doc-string of pop-to-buffer-same-window.  (Bug#15492)

* window.el (pop-to-buffer-same-window): Fix doc-string.
(Bug#15492)

10 years ago* keyboard.c (init_kboard): Now static. Add arg
Dmitry Antipov [Thu, 10 Oct 2013 06:48:42 +0000 (10:48 +0400)]
* keyboard.c (init_kboard): Now static.  Add arg
to denote window system.  Adjust comment.
(init_keyboard): Adjust user.
(allocate_kboard): New function.
(syms_of_keyboard):
* nsterm.m (ns_term_init):
* term.c (init_tty):
* w32term.c (w32_create_terminal):
* xterm.c (x_term_init): Use it.
* keyboard.h (init_kboard): Remove prototype.
(allocate_kboard): Add prototype.

10 years ago* lisp/menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
Stefan Monnier [Thu, 10 Oct 2013 02:33:35 +0000 (22:33 -0400)]
* lisp/menu-bar.el (tty-menu-navigation-map): Reduce redundancy.

10 years ago* lib-src/make-docfile.c (search_lisp_doc_at_eol): Use int rather than char
Glenn Morris [Thu, 10 Oct 2013 01:29:30 +0000 (21:29 -0400)]
* lib-src/make-docfile.c (search_lisp_doc_at_eol): Use int rather than char
with getc.

Fixes: debbugs:15481

10 years ago* icalendar.el (icalendar-import-file): Fix interactive spec (tiny change)
Andrei Chitu [Thu, 10 Oct 2013 01:18:01 +0000 (21:18 -0400)]
* icalendar.el (icalendar-import-file): Fix interactive spec (tiny change)

Fixes: debbugs:15482

10 years ago* lisp/desktop.el (desktop-save): Default to saving in .emacs.d,
Glenn Morris [Thu, 10 Oct 2013 01:03:11 +0000 (21:03 -0400)]
* lisp/desktop.el (desktop-save): Default to saving in .emacs.d,
since PWD is no longer in desktop-path by default.

Fixes: debbugs:15319

10 years agoHandle giflib 5 changes (tiny change)
Barry Fishman [Thu, 10 Oct 2013 00:37:44 +0000 (20:37 -0400)]
Handle giflib 5 changes (tiny change)

* configure.ac: Update for giflib 5.

* src/image.c (GIFLIB_MAJOR): Ensure it's defined.
(DGifOpen, DGifOpenFileName): Handle giflib 5 syntax.  (Bug#15531)

10 years ago* lisp/menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
Glenn Morris [Thu, 10 Oct 2013 00:32:36 +0000 (20:32 -0400)]
* lisp/menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
now that text mode has a menu with the same entry.
(menu-bar-text-mode-auto-fill): Remove now unused func.

* lisp/textmodes/text-mode.el (text-mode-map):
Use auto-fill help text from menu-bar.el.

10 years ago* lisp/textmodes/text-mode.el (text-mode-map): Add a menu (tiny change)
John Anthony [Thu, 10 Oct 2013 00:24:12 +0000 (20:24 -0400)]
* lisp/textmodes/text-mode.el (text-mode-map): Add a menu (tiny change)

Fixes: debbugs:15562

10 years ago* lisp/isearch.el (isearch-pre-command-hook): Use this-single-command-keys
Juri Linkov [Wed, 9 Oct 2013 23:52:46 +0000 (02:52 +0300)]
* lisp/isearch.el (isearch-pre-command-hook): Use this-single-command-keys
instead of this-command-keys.  Add universal-argument-more and
universal-argument-minus to the list of prefix commands.

Fixes: debbugs:15568

10 years ago* fns.c (sxhash_bool_vector): Fix buffer read overrun.
Paul Eggert [Wed, 9 Oct 2013 22:39:57 +0000 (15:39 -0700)]
* fns.c (sxhash_bool_vector): Fix buffer read overrun.

10 years agoFix minor problems in text-mode menu display.
Eli Zaretskii [Wed, 9 Oct 2013 20:18:38 +0000 (23:18 +0300)]
Fix minor problems in text-mode menu display.

 src/term.c (tty_menu_activate): Flush the output stream after
 showing the cursor, and don't mark the frame garbaged at exit from
 the function.  Fixes redisplay glitches when moving from one menu
 to another.

10 years ago* nsfns.m (Fns_convert_utf8_nfd_to_nfc): Check input for valid UTF-8
Jan Djärv [Wed, 9 Oct 2013 18:50:14 +0000 (20:50 +0200)]
* nsfns.m (Fns_convert_utf8_nfd_to_nfc): Check input for valid UTF-8
or throw error.

Fixes: debbugs:15570

10 years ago* lisp/vc/vc-svn.el (vc-svn-create-repo): Expand paths in file://... url.
Glenn Morris [Wed, 9 Oct 2013 18:49:32 +0000 (14:49 -0400)]
* lisp/vc/vc-svn.el (vc-svn-create-repo): Expand paths in file://... url.

Fixes: debbugs:15446

10 years ago* intervals.c (temp_set_point_both): Move test into 'eassert',
Paul Eggert [Wed, 9 Oct 2013 17:56:58 +0000 (10:56 -0700)]
* intervals.c (temp_set_point_both): Move test into 'eassert',

for speed.

10 years ago* lisp.h (eassert): Don't use 'assume'.
Paul Eggert [Wed, 9 Oct 2013 17:52:38 +0000 (10:52 -0700)]
* lisp.h (eassert): Don't use 'assume'.

Sometimes 'assume' wins in performance, and sometimes it loses,
so it shouldn't be used all the time.  Perhaps we need two
flavors of 'eassert', one for where 'assume' is far more likely
to help or to hurt; but that can be done later.
Problem reported by Dmitry Andipov in
<http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00276.html>.
Also, don't include <verify.h>; no longer needed.

10 years agoDoc tweaks for cond
Glenn Morris [Wed, 9 Oct 2013 17:17:20 +0000 (13:17 -0400)]
Doc tweaks for cond

* doc/lispref/control.texi (Conditionals): Copyedits.

* src/eval.c (Fcond): Doc tweak.

10 years agoauthors.el trivia
Glenn Morris [Wed, 9 Oct 2013 17:10:08 +0000 (13:10 -0400)]
authors.el trivia

* lisp/emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
Add some entries.
(authors): Remove unused local variables.

10 years agoFix bug #15565 with assertion violations in x_free_gc.
Eli Zaretskii [Wed, 9 Oct 2013 14:53:13 +0000 (17:53 +0300)]
Fix bug #15565 with assertion violations in x_free_gc.

 src/xfaces.c (x_free_gc) [HAVE_X_WINDOWS, HAVE_NTGUI]: Don't pass
 expressions with side effects to eassert.

10 years agoAuto-commit of generated files.
Glenn Morris [Wed, 9 Oct 2013 10:17:52 +0000 (06:17 -0400)]
Auto-commit of generated files.

10 years ago* lisp/profiler.el: Create a more coherent calltree from partial backtraces.
Stefan Monnier [Wed, 9 Oct 2013 03:32:35 +0000 (23:32 -0400)]
* lisp/profiler.el: Create a more coherent calltree from partial backtraces.
(profiler-format): Hide the tail with `invisible' so that C-s can still
find the hidden elements.
(profiler-calltree-depth): Don't recurse so enthusiastically.
(profiler-function-equal): New hash-table-test.
(profiler-calltree-build-unified): New function.
(profiler-calltree-build): Use it.
(profiler-report-make-name-part): Indent the calltree less.
(profiler-report-mode): Add visibility specs for profiler-format.
(profiler-report-expand-entry, profiler-report-toggle-entry):
Expand the whole subtree when provided with a prefix arg.
* src/fns.c (hashfn_user_defined): Allow hash functions to return any
Lisp_Object.

10 years ago* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
Dmitry Gutov [Wed, 9 Oct 2013 03:18:01 +0000 (06:18 +0300)]
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
iuwu-mod token.
(ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
hanging iuwu-mod token.
(ruby-smie--forward-token): Do not include a dot after a token in
that token.
(ruby-smie--backward-token): Likewise.

10 years ago* lisp/isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
Juri Linkov [Tue, 8 Oct 2013 23:20:12 +0000 (02:20 +0300)]
* lisp/isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
to isearch-other-control-char.
(isearch-mode): Add isearch-pre-command-hook to pre-command-hook
and isearch-post-command-hook to post-command-hook.
(isearch-done): Remove isearch-pre-command-hook from pre-command-hook
and isearch-post-command-hook from post-command-hook.
(isearch-unread-key-sequence)
(isearch-reread-key-sequence-naturally)
(isearch-lookup-scroll-key, isearch-other-control-char)
(isearch-other-meta-char): Remove functions.
(isearch-pre-command-hook, isearch-post-command-hook):
New functions based on isearch-other-meta-char rewritten
relying on the new behavior of overriding-terminal-local-map
that does not replace the local keymaps any more.

Fixes: debbugs:15200

10 years agoFix minor problems found by static checking.
Paul Eggert [Tue, 8 Oct 2013 20:04:40 +0000 (13:04 -0700)]
Fix minor problems found by static checking.

* dispnew.c (save_current_matrix): Omit unnecessary casts.
* dispnew.c (update_frame_with_menu): Mark debug local as used.
* keyboard.c, keyboard.h (Qmouse_movement): Now static.
* keyboard.c (read_menu_command): Remove unused local.
* lisp.h (read_menu_command): New decl.
* menu.c, menu.h (menu_item_width): Arg is now unsigned char *, for
benefit of STRING_CHAR_AND_LENGTH.  All uses changed.
Return ptrdiff_t, not int.
* term.c (tty_menu_struct): 'allocated' member is now ptrdiff_t,
not int, for benefit of xpalloc.
(tty_menu_create, tty_menu_make_room): Simplify by using xzalloc
and xpalloc.
(have_menus_p): Remove; unused.
(tty_menu_add_pane, tty_menu_add_selection): Change signedness of
local char * pointer to pacify STRING_CHAR_AND_LENGTH.
(tty_menu_add_selection, tty_menu_locate, tty_meny_destroy):
Now static.
(save_and_enable_current_matrix): Omit unnecessary casts.
(read_menu_input): Omit local extern decl (now in lisp.h).
Don't access uninitialized storage if mouse_get_xy fails.
(tty_menu_activate): Mark local as initialized, for lint.
(tty_menu_activate, tty_meny_show): Remove unused locals.

10 years agoAttempt to fix broken compilation on several systems due to menu.h.
Eli Zaretskii [Tue, 8 Oct 2013 19:06:40 +0000 (22:06 +0300)]
Attempt to fix broken compilation on several systems due to menu.h.

 src/term.c: Include "../lwlib/lwlib.h" before including menu.h.

10 years agoFix bug #15557 with spelling in the manual.
Eli Zaretskii [Tue, 8 Oct 2013 18:42:25 +0000 (21:42 +0300)]
Fix bug #15557 with spelling in the manual.

 ack.texi (Acknowledgments): Fix spelling of Hrvoje Nikֵ¡iִ‡'s name.

10 years agoSupport menus on text-mode terminals.
Eli Zaretskii [Tue, 8 Oct 2013 17:49:20 +0000 (20:49 +0300)]
Support menus on text-mode terminals.

 src/xterm.h (xw_popup_dialog): Add prototype.
 src/xmenu.c (Fx_popup_dialog): Function moved to menu.c.
 (xmenu_show): Block input here, instead in Fx_popup_menu.
 (xw_popup_dialog): New function, with X-specific bits of popup
 dialogs.
 src/xdisp.c (deep_copy_glyph_row, display_tty_menu_item): New
 functions.
 src/window.c (Fset_window_configuration): Use run-time tests of the
 frame type instead of compile-time conditionals, when menu-bar
 lines are considered.
 src/w32term.h (w32con_hide_cursor, w32con_show_cursor)
 (w32_popup_dialog): New prototypes.
 src/w32menu.c (Fx_popup_dialog): Function deleted.
 (w32_popup_dialog): New function, with w32 specific bits of popup
 dialogs.  Block input here.
 src/w32inevt.c (w32_console_read_socket): Minor change to add
 debugging TTY events.
 src/w32fns.c (show_hourglass): If returning early because the frame
 is not a GUI frame, unblock input.
 src/w32console.c (w32con_hide_cursor, w32con_show_cursor, cursorX)
 (cursorY): New functions.
 src/termhooks.h (cursorX, cursorY): Prototypes of functions on
 WINDOWSNT, macros that call curX and curY elsewhere.
 src/termchar.h (struct tty_display_info) <showing_menu>: New flag.
 src/term.c (tty_hide_cursor, tty_show_cursor) [WINDOWSNT]: Call w32
 specific function to hide and show cursor on a text-mode terminal.
 (tty_menu_struct, struct tty_menu_state): New structures.
 (tty_menu_create, tty_menu_make_room, tty_menu_search_pane)
 (tty_menu_calc_size, mouse_get_xy, tty_menu_display)
 (have_menus_p, tty_menu_add_pane, tty_menu_add_selection)
 (tty_menu_locate, save_and_enable_current_matrix)
 (restore_desired_matrix, screen_update, read_menu_input)
 (tty_menu_activate, tty_menu_destroy, tty_menu_help_callback)
 (tty_pop_down_menu, tty_menu_last_menubar_item)
 (tty_menu_new_item_coords, tty_menu_show): New functions.
 (syms_of_term): New DEFSYMs for tty-menu-* symbols.
 src/nsterm.h (ns_popup_dialog): Adjust prototype.
 src/nsmenu.m (ns_menu_show): Block and unblock input here, instead
 of in x-popup-menu.
 (ns_popup_dialog): Adapt order of arguments to the other
 *_menu_show implementations.
 (Fx_popup_dialog): Function deleted.
 src/msdos.c (x_set_menu_bar_lines): Delete unused function.
 src/menu.h (tty_menu_show, menu_item_width): provide prototypes.
 src/menu.c (have_boxes): New function.
 (single_keymap_panes): Use it instead of a compile-time
 conditional.
 (single_menu_item): Use run-time tests of the frame type instead
 of compile-time conditionals.
 (encode_menu_string): New function.
 (list_of_items, list_of_panes): Use it instead of ENCODE_STRING
 the macro, since different types of frame need different encoding
 of menu items.
 (digest_single_submenu): Use run-time tests of frame type instead
 of, or in addition to, compile-time conditionals.
 (menu_item_width, Fmenu_bar_menu_at_x_y): New functions.
 (Fx_popup_menu): Detect when the function is called from keyboard
 on a TTY.  Don't barf when invoked on a text-mode frame.  Check
 frame type at run time, instead of compile-time conditionals for
 invoking terminal-specific menu-show functions.  Call
 tty_menu_show on text-mode frames.
 (Fx_popup_dialog): Moved here from xmenu.c.  Test frame types at
 run time to determine which alternative to invoke; support dialogs
 on TTYs.
 src/keyboard.h <Qmouse_movement>: Declare.
 src/keyboard.c <Qmouse_movement>: Now extern.
 <Qecho_keystrokes>: New static variable.
 (read_key_sequence): Accept an additional argument, a flag to
 prevent redisplay during reading of the key sequence.  All callers
 changed.
 (read_menu_command): New function.
 (read_char): When COMMANDFLAG is -2, do not redisplay and do not
 autosave.
 (toolkit_menubar_in_use): New function.
 (make_lispy_event): Use it instead of a compile-time test.
 src/fns.c (Fyes_or_no_p) [HAVE_MENUS]: Don't condition on
 window-system being available.
 src/editfns.c (Fmessage_box) [HAVE_MENUS]: Don't condition the call
 to x-popup-dialog on the frame type, they all now support popup
 dialogs.
 src/dispnew.c (save_current_matrix): Save the margin areas.
 (restore_current_matrix): Restore margin areas.
 (update_frame_with_menu): New function.
 src/dispextern.h (display_tty_menu_item, update_frame_with_menu):
 Add prototypes.
 src/alloc.c (make_save_ptr): Now compiled unconditionally.

 lisp/tmm.el (tmm-menubar): Adapt doc string to TTY menus
 functionality.
 lisp/tooltip.el (tooltip-mode): Don't error out on TTYs.
 lisp/menu-bar.el (popup-menu, popup-menu-normalize-position): Moved
 here from mouse.el.
 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
 and arrow keys.
 (tty-menu-navigation-map): New map for TTY menu navigation.
 lisp/loadup.el ("tooltip"): Load even if x-show-tip is not available.
 lisp/frame.el (display-mouse-p): Report text-mode mouse as available
 on w32.
 (display-popup-menus-p): Report availability if mouse is
 available; don't condition on window-system.
 lisp/faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
 (tty-menu-selected-face): New faces.

 configure.ac (HAVE_MENUS): Define unconditionally.

 doc/emacs/screen.texi (Menu Bar): Adapt to TTY menus.
 doc/emacs/frames.texi (Frames): Mention menu support on text terminals.
 doc/emacs/files.texi (Visiting): Mention the "File" menu-bar menu.
 doc/emacs/display.texi (Standard Faces): Mention TTY faces for menus.

 doc/lispref/keymaps.texi (Defining Menus, Mouse Menus, Menu Bar): Modify
 wording to the effect that menus are supported on TTYs.
 doc/lisprefframes.texi (Pop-Up Menus, Dialog Boxes)
 (Display Feature Testing): Update for menu support on TTYs.

  etc/NEWS: Mention the new features.

10 years agoPreload tooltip.el unconditionally.
Eli Zaretskii [Tue, 8 Oct 2013 15:11:29 +0000 (18:11 +0300)]
Preload tooltip.el unconditionally.

10 years ago* lisp/emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
Stefan Monnier [Tue, 8 Oct 2013 14:57:18 +0000 (10:57 -0400)]
* lisp/emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
(lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
(lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
(lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2): New constants.
(lisp-mode-variables): New `elisp' argument.
(emacs-lisp-mode): Use it.
* lisp/font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
(lisp-font-lock-keywords-2): Move to lisp-mode.el.

10 years ago* dispnew.c (set_window_update_flags): Add buffer arg. Adjust comment.
Dmitry Antipov [Tue, 8 Oct 2013 14:56:15 +0000 (18:56 +0400)]
* dispnew.c (set_window_update_flags): Add buffer arg.  Adjust comment.
(redraw_frame, update_frame): Adjust users.
* dispextern.h (set_window_update_flags): Adjust prototype.
* xdisp.c (redisplay_internal): When updating all frames with zero
windows_or_buffers_changed, assume that only the windows that shows
current buffer should be really updated.

10 years agoCleanups and commentary changes.
Eli Zaretskii [Tue, 8 Oct 2013 14:37:20 +0000 (17:37 +0300)]
Cleanups and commentary changes.

10 years agoHorizontal keys in TTY menus work.
Eli Zaretskii [Tue, 8 Oct 2013 14:28:37 +0000 (17:28 +0300)]
Horizontal keys in TTY menus work.

10 years agoAuto-commit of generated files.
Glenn Morris [Tue, 8 Oct 2013 10:17:43 +0000 (06:17 -0400)]
Auto-commit of generated files.

10 years agoMake tty-menu-open-use-tmm a defcustom, update tmm docs accordingly.
Eli Zaretskii [Tue, 8 Oct 2013 09:01:26 +0000 (12:01 +0300)]
Make tty-menu-open-use-tmm a defcustom, update tmm docs accordingly.

10 years agoF10 can now invoke menu-bar menus from local map.
Eli Zaretskii [Tue, 8 Oct 2013 08:22:56 +0000 (11:22 +0300)]
F10 can now invoke menu-bar menus from local map.

10 years agoDo not allocate huge temporary memory areas and objects while encoding
Dmitry Antipov [Tue, 8 Oct 2013 06:40:09 +0000 (10:40 +0400)]
Do not allocate huge temporary memory areas and objects while encoding
for file I/O, thus reducing an enormous memory usage for large buffers.
See http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00180.html.
* coding.h (struct coding_system): New member raw_destination.
* coding.c (setup_coding_system): Initialize it to zero.
(encode_coding_object): If raw_destination is set, do not create
dst_object.  Add comment.
* fileio.c (toplevel): New constant E_WRITE_MAX.
(e_write): Do not encode more than E_WRITE_MAX characters per one loop
iteration.  Use raw_destination if E_WRITE_MAX characters is encoded.

10 years ago* indent.el: Provide interactive indent-rigidly mode. Use lexical-binding.
Teemu Likonen [Tue, 8 Oct 2013 06:17:49 +0000 (02:17 -0400)]
* indent.el: Provide interactive indent-rigidly mode.  Use lexical-binding.
(indent-rigidly--current-indentation): New function.
(indent-rigidly-map): New var.
(indent-rigidly): Use it to provide interactive mode.
(indent-region): Add progress reporter.
(tab-stop-list): Make it implicitly extend to infinity by repeating the
last step.
(indent--next-tab-stop): New function to implement this behavior.
(tab-to-tab-stop, move-to-tab-stop): Use it.

Fixes: debbugs:8196

10 years ago* nsterm.m (windowDidExitFullScreen:):
Jan Djärv [Tue, 8 Oct 2013 06:12:40 +0000 (08:12 +0200)]
* nsterm.m (windowDidExitFullScreen:):
(toggleFullScreen:): Change NS_IMPL_COCOA to HAVE_NATIVE_FS.

10 years ago* register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
Bastien Guerry [Tue, 8 Oct 2013 06:02:20 +0000 (08:02 +0200)]
* register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.

10 years agoComplete ChangeLog entry that was inadvertently truncated.
Paul Eggert [Tue, 8 Oct 2013 05:26:41 +0000 (22:26 -0700)]
Complete ChangeLog entry that was inadvertently truncated.

10 years agoFix race where emacs aborts when sent SIGTERM.
Paul Eggert [Tue, 8 Oct 2013 05:13:21 +0000 (22:13 -0700)]
Fix race where emacs aborts when sent SIGTERM.

* keyboard.c (unblock_input_to): Don't process pending signals
if a fatal error is in progress.

Fixes: debbugs:15534

10 years agoChangeLog consistency.
Paul Eggert [Tue, 8 Oct 2013 05:12:29 +0000 (22:12 -0700)]
ChangeLog consistency.

10 years ago* lisp/progmodes/perl-mode.el: Use lexical-binding.
Stefan Monnier [Tue, 8 Oct 2013 05:10:10 +0000 (01:10 -0400)]
* lisp/progmodes/perl-mode.el: Use lexical-binding.
Remove redundant :group args.
(perl-nochange): Change default to be closer to other major modes's
standard behavior.
(perl-indent-line): Don't consider text on current line as a
valid beginning of function from which to indent.

10 years ago* lisp/emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
Stefan Monnier [Tue, 8 Oct 2013 04:30:31 +0000 (00:30 -0400)]
* lisp/emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
with more than one argument.

Fixes: debbugs:15538

10 years ago* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
Paul Eggert [Tue, 8 Oct 2013 04:25:33 +0000 (21:25 -0700)]
* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.

All uses of 'size_t' and 'SIZE_MAX' changed to use them, when
they're talking about words in Lisp bool vectors.
(BITS_PER_BITS_WORD): Rename from BITS_PER_SIZE_T.  All uses changed.

10 years ago* lisp/mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
Stefan Monnier [Tue, 8 Oct 2013 03:48:01 +0000 (23:48 -0400)]
* lisp/mpc.el (mpc-songs-jump-to): Adjust to different playlist format.

10 years ago* lisp/vc/pcvs.el: Use lexical-binding.
Stefan Monnier [Tue, 8 Oct 2013 03:47:24 +0000 (23:47 -0400)]
* lisp/vc/pcvs.el: Use lexical-binding.
(cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
environment of `eval'.
(cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
than a list of expressions.  Adjust callers.
* lisp/vc/pcvs-defs.el (cvs-postprocess): Remove, unused.

10 years agoRefine the last change
Dmitry Gutov [Mon, 7 Oct 2013 23:03:16 +0000 (02:03 +0300)]
Refine the last change

10 years ago* lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
Dmitry Gutov [Mon, 7 Oct 2013 23:01:23 +0000 (02:01 +0300)]
* lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
case of the dot in a chained method call being on the following
line.

10 years agoImprove support for popcount and counting trailing zeros.
Paul Eggert [Mon, 7 Oct 2013 21:37:19 +0000 (14:37 -0700)]
Improve support for popcount and counting trailing zeros.

Do this by using the Gnulib modules for this.
This should generate faster code on non-GCC, non-MSC platforms,
and make the code a bit more portable, at least in theory.
* admin/merge-gnulib (GNULIB_MODULES): Add count-one-bits
and count-trailing-zeros.
* lib/count-one-bits.c, lib/count-one-bits.h:
* lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
* m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
New files, copied from gnulib.
* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
* nt/gnulib.mk: Merge changes from lib/gnulib.mk.
* src/data.c: Include <count-one-bits.h>, <count-trailing-zeros.h>.
(USE_MSC_POPCOUNT, POPCOUNT_STATIC_INLINE)
(NEED_GENERIC_POPCOUNT, popcount_size_t_generic)
(popcount_size_t_msc, popcount_size_t_gcc):
Remove; now done by Gnulib.
(popcount_size_t): Now a macro that defers to Gnulib.
(count_trailing_zero_bits): Return int, for consistency with
Gnulib and because Emacs prefers signed to unsigned int.
Don't assume that size_t is either unsigned int or unsigned long
or unsigned long long.
(size_t_to_host_endian): Do not assume that size_t is either
exactly 32 or exactly 64 bits wide.
* src/lisp.h (BITS_PER_SIZE_T): Define consistently with BITS_PER_LONG
etc., so that it's now an enum constant, not a macro.
No need to assume that it's either 32 or 64.

Fixes: debbugs:15550

10 years ago* nsterm.m (windowDidEnterFullScreen:): setPresentationOptions only
Jan Djärv [Mon, 7 Oct 2013 20:00:25 +0000 (22:00 +0200)]
* nsterm.m (windowDidEnterFullScreen:): setPresentationOptions only
on >= 10.7.

10 years ago* lisp/electric.el (electric-indent-inhibit): New var.
Stefan Monnier [Mon, 7 Oct 2013 18:51:26 +0000 (14:51 -0400)]
* lisp/electric.el (electric-indent-inhibit): New var.
(electric-indent-post-self-insert-function): Use it.
* lisp/progmodes/python.el (python-mode): Set it.

10 years ago* lisp/emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
Stefan Monnier [Mon, 7 Oct 2013 16:56:51 +0000 (12:56 -0400)]
* lisp/emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
open braces.

10 years ago* lisp/textmodes/css-mode.el (css-smie-rules): Fix indentation.
Stefan Monnier [Mon, 7 Oct 2013 15:40:24 +0000 (11:40 -0400)]
* lisp/textmodes/css-mode.el (css-smie-rules): Fix indentation.
(css-mode): Use electric-indent-chars.

Fixes: debbugs:15467

10 years ago* xdisp.c (handle_fontified_prop): Prefer ptrdiff_t to int where needed.
Dmitry Antipov [Mon, 7 Oct 2013 15:11:17 +0000 (19:11 +0400)]
* xdisp.c (handle_fontified_prop): Prefer ptrdiff_t to int where needed.
Use bool for boolean.

10 years ago* insdel.c (insert_from_gap): Prefer ptrdiff_t to int where needed.
Dmitry Antipov [Mon, 7 Oct 2013 15:03:33 +0000 (19:03 +0400)]
* insdel.c (insert_from_gap): Prefer ptrdiff_t to int where needed.

10 years ago* lisp/nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
Stefan Monnier [Mon, 7 Oct 2013 13:54:48 +0000 (09:54 -0400)]
* lisp/nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
(font-lock-beg, font-lock-end): Move before first use.
(nxml-mode): Use syntax-propertize-function.
(nxml-after-change, nxml-after-change1): Adjust accordingly.
(nxml-extend-after-change-region): Remove.
* lisp/nxml/nxml-ns.el: Use lexical-binding.
(nxml-ns-save): Use `declare'.
(nxml-ns-prefixes-for): Avoid add-to-list.
* lisp/nxml/nxml-util.el: Use lexical-binding.
(nxml-with-degradation-on-error, nxml-with-invisible-motion):
Use `declare'.
* lisp/nxml/rng-match.el: Use lexical-binding.
(rng--ipattern): Use cl-defstruct.
(rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
(rng-cons-group-after, rng-subst-group-after)
(rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
Use closures instead of `(lambda...).
* lisp/nxml/xmltok.el: Use lexical-binding.
(xmltok-save): Use `declare'.
(xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.

10 years ago* test/indent/ruby.rb: Fix a spurious change, add more failing examples.
Dmitry Gutov [Mon, 7 Oct 2013 13:27:29 +0000 (16:27 +0300)]
* test/indent/ruby.rb: Fix a spurious change, add more failing examples.

10 years ago* trampver.texi: Update release number.
Michael Albinus [Mon, 7 Oct 2013 12:48:18 +0000 (14:48 +0200)]
* trampver.texi: Update release number.

10 years ago* net/tramp.el (tramp-handle-insert-file-contents): Improve handling
Michael Albinus [Mon, 7 Oct 2013 12:45:20 +0000 (14:45 +0200)]
* net/tramp.el (tramp-handle-insert-file-contents): Improve handling
of BEG and END.

* net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Use
`tramp-handle-insert-file-contents'.
(tramp-gvfs-handle-insert-file-contents): Remove function.

* net/tramp-sh.el (tramp-sh-handle-insert-directory): Use
`save-restriction' in order to keep markers.

* net/trampver.el: Update release number.

10 years ago* alloc.c (Fmake_string): Fix last change.
Dmitry Antipov [Mon, 7 Oct 2013 10:27:48 +0000 (14:27 +0400)]
* alloc.c (Fmake_string): Fix last change.

10 years agoemacs_read and emacs_write now use void *, not char *.
Paul Eggert [Mon, 7 Oct 2013 08:05:00 +0000 (01:05 -0700)]
emacs_read and emacs_write now use void *, not char *.

* alloc.c (valid_pointer_p) [!WINDOWSNT]: Remove now-unnecessary cast.
* sysdep.c (emacs_read, emacs_write, emacs_write_sig):
Buffer arg is now void *, not char *.  This matches plain
'read' and 'write' better, and avoids a constraint violation
on Solaris 9 with Oracle Studio.

10 years ago* alloc.c (Fmake_string): For ASCII char initializer, prefer
Dmitry Antipov [Mon, 7 Oct 2013 07:15:37 +0000 (11:15 +0400)]
* alloc.c (Fmake_string): For ASCII char initializer, prefer
memset to explicit loop.  Otherwise copy largest possible chunk
from initialized to uninitialized part, thus allowing the longer
memcpy runs and reducing the number of loop iterations.

10 years ago* lisp/progmodes/compile.el (compilation-parse-errors):
Stefan Monnier [Mon, 7 Oct 2013 05:15:48 +0000 (01:15 -0400)]
* lisp/progmodes/compile.el (compilation-parse-errors):
Use compilation--put-prop.
(compilation--ensure-parse): Check compilation-multiline.

10 years ago* lisp/emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
Stefan Monnier [Mon, 7 Oct 2013 05:13:51 +0000 (01:13 -0400)]
* lisp/emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.

10 years ago* lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using lexical-binding.
Stefan Monnier [Mon, 7 Oct 2013 05:11:50 +0000 (01:11 -0400)]
* lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using lexical-binding.

10 years ago* lisp/emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
Stefan Monnier [Mon, 7 Oct 2013 05:10:06 +0000 (01:10 -0400)]
* lisp/emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).

10 years ago* doc/lispref/tips.texi (Comment Tips): Discourage use of triple semi-colons
Stefan Monnier [Mon, 7 Oct 2013 03:46:32 +0000 (23:46 -0400)]
* doc/lispref/tips.texi (Comment Tips): Discourage use of triple semi-colons
for non-headings.

10 years ago* lisp/progmodes/ruby-mode.el: Fix recently added tests.
Stefan Monnier [Mon, 7 Oct 2013 03:38:26 +0000 (23:38 -0400)]
* lisp/progmodes/ruby-mode.el: Fix recently added tests.
(ruby-smie-grammar): Add - and +.
(ruby-smie--redundant-do-p, ruby-smie--forward-id)
(ruby-smie--backward-id): New functions.
(ruby-smie--forward-token, ruby-smie--backward-token): Use them.
(ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
any more.
* test/indent/ruby.rb: Add a few more tests; adjust some indentation.

10 years ago* etc/NEWS: Mention new feature of register commands.
Leo Liu [Mon, 7 Oct 2013 03:34:26 +0000 (11:34 +0800)]
* etc/NEWS: Mention new feature of register commands.

10 years ago* register.el (register-preview-delay)
Leo Liu [Mon, 7 Oct 2013 01:28:34 +0000 (09:28 +0800)]
* register.el (register-preview-delay)
(register-preview-functions): New variables.
(register-read-with-preview, register-preview)
(register-describe-oneline): New functions.
(point-to-register, window-configuration-to-register)
(frame-configuration-to-register, jump-to-register)
(number-to-register, view-register, insert-register)
(copy-to-register, append-to-register, prepend-to-register)
(copy-rectangle-to-register): Use register-read-with-preview to
read register.

Fixes: debbugs:15525

10 years ago* indent/ruby.rb: Fix a factual error.
Dmitry Gutov [Sun, 6 Oct 2013 21:34:40 +0000 (00:34 +0300)]
* indent/ruby.rb: Fix a factual error.

10 years agoF10 invokes menu by X,Y.
Eli Zaretskii [Sun, 6 Oct 2013 17:38:20 +0000 (20:38 +0300)]
F10 invokes menu by X,Y.

10 years ago* net/network-stream.el (network-stream-open-starttls): Don't add
Dato Simó [Sun, 6 Oct 2013 17:14:11 +0000 (19:14 +0200)]
* net/network-stream.el (network-stream-open-starttls): Don't add
--insecure if it's already present, because that gnutls-cli
rejects getting that parameter twice.

10 years agoDon't force auto hide dock when hide menu changes.
Jan Djärv [Sun, 6 Oct 2013 15:59:11 +0000 (17:59 +0200)]
Don't force auto hide dock when hide menu changes.

(ns_update_auto_hide_menu_bar): Remove runtime check.
Don't auto hide dock unless menubar is also auto hidden.

10 years ago* nsterm.m (ns_update_begin): If native fullscreen and no toolbar,
Jan Djärv [Sun, 6 Oct 2013 15:53:30 +0000 (17:53 +0200)]
* nsterm.m (ns_update_begin): If native fullscreen and no toolbar,
hide toolbar.
(windowDidEnterFullScreen:): If presentation options are zero,
set them here (Bug#15388).

10 years agoRemove unnecessary @refill.
Xue Fuqiao [Sun, 6 Oct 2013 09:46:04 +0000 (17:46 +0800)]
Remove unnecessary @refill.

10 years ago* test/automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
Dmitry Gutov [Sun, 6 Oct 2013 01:21:51 +0000 (04:21 +0300)]
* test/automated/ruby-mode-tests.el: Add tests for `ruby-forward-sexp'
and `ruby-backward-sexp' that fail when `ruby-use-smie' is t.

* test/indent/ruby.rb: Two more failing examples.

10 years ago* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
Dmitry Gutov [Sun, 6 Oct 2013 00:46:28 +0000 (03:46 +0300)]
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
keyword, too.

* test/indent/ruby.rb: Fix a syntax error, add a few failing examples.

10 years ago* lisp/newcomment.el (comment-use-global-state): Change default value
Dmitry Gutov [Sat, 5 Oct 2013 23:40:16 +0000 (02:40 +0300)]
* lisp/newcomment.el (comment-use-global-state): Change default value
to t, mark obsolete.
(comment-beginning): In addition to `comment-to-syntax', check the
value of `comment-use-global-state'.

Fixes: debbugs:15251

10 years agoGet Ruby's SMIE code to pass the test suite.
Stefan Monnier [Sat, 5 Oct 2013 18:37:08 +0000 (14:37 -0400)]
Get Ruby's SMIE code to pass the test suite.
* lisp/progmodes/ruby-mode.el (ruby-use-smie): Change default.
(ruby-comment-column): Follow the global default, by default.
(ruby-smie-grammar): Add assignment syntax.
(ruby-smie--implicit-semi-p): No implicit semi-colon after an
open-paren, a comma, or a \.
(ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
and line continuations.
(ruby-smie-rules): Adjust handling of open-paren, now that it's never
followed by implicit semi-colons.  Add rule for string concatenation
and for indentation at BOB.
(ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.

* lisp/emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
calling next-sexp, since next-token may have skipped chars which
next-sexp doesn't know should be skipped!

* test/indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.
Adjust indentation of continued line to the new SMIE behavior.

10 years agoImprove commentary.
Eli Zaretskii [Sat, 5 Oct 2013 17:38:22 +0000 (20:38 +0300)]
Improve commentary.

10 years agoAccount for character width on display in menu bar.
Eli Zaretskii [Sat, 5 Oct 2013 17:28:27 +0000 (20:28 +0300)]
Account for character width on display in menu bar.

10 years agoRevert 2013-10-05T02:26:39Z!dgutov@yandex.ru
Dmitry Gutov [Sat, 5 Oct 2013 17:21:22 +0000 (20:21 +0300)]
Revert 2013-10-05T02:26:39Z!dgutov@yandex.ru

`last-coding-system-used' is unreliable: it can be modified by other functions
in `after-save-hook'.

10 years agoFix pop down menu with another click on menu bar.
Eli Zaretskii [Sat, 5 Oct 2013 16:33:37 +0000 (19:33 +0300)]
Fix pop down menu with another click on menu bar.

10 years agoFix menu drop by mouse click; new primitive menu-bar-menu-at-x-y.
Eli Zaretskii [Sat, 5 Oct 2013 15:42:17 +0000 (18:42 +0300)]
Fix menu drop by mouse click; new primitive menu-bar-menu-at-x-y.

10 years agoMinor doc fixes.
Xue Fuqiao [Sat, 5 Oct 2013 15:06:17 +0000 (23:06 +0800)]
Minor doc fixes.

10 years ago* nsterm.m (check_native_fs): Remove erroneous comment.
Jan Djärv [Sat, 5 Oct 2013 14:41:10 +0000 (16:41 +0200)]
* nsterm.m (check_native_fs): Remove erroneous comment.

10 years ago* doc/lispref/syntax.texi (Categories): Add an index for category sets.
Xue Fuqiao [Sat, 5 Oct 2013 11:49:02 +0000 (19:49 +0800)]
* doc/lispref/syntax.texi (Categories): Add an index for category sets.

10 years agoAuto-commit of generated files.
Glenn Morris [Sat, 5 Oct 2013 10:17:33 +0000 (06:17 -0400)]
Auto-commit of generated files.

10 years ago* progmodes/octave.el (octave-send-region): Call
Leo Liu [Sat, 5 Oct 2013 02:45:24 +0000 (10:45 +0800)]
* progmodes/octave.el (octave-send-region): Call
compilation-forget-errors.

10 years ago* lisp/progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
Dmitry Gutov [Sat, 5 Oct 2013 02:26:39 +0000 (05:26 +0300)]
* lisp/progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
to `after-save-hook' instead of `before-save-hook', because then
we know exactly what encoding was used to write the file.
(ruby-mode-set-encoding): Use `last-coding-system-used' instead of
guessing.  Call `basic-save-buffer-1' after modifying the buffer.

10 years agoNew functions for finding the administrative directory in VC.
Xue Fuqiao [Fri, 4 Oct 2013 23:47:00 +0000 (07:47 +0800)]
New functions for finding the administrative directory in VC.

* vc/vc-svn.el (vc-svn-find-admin-dir):
* vc/vc-rcs.el (vc-rcs-find-admin-dir):
* vc/vc-mtn.el (vc-mtn-find-admin-dir):
* vc/vc-cvs.el (vc-cvs-find-admin-dir):
* vc/vc-arch.el (vc-arch-find-admin-dir): New functions.

10 years ago* lisp/textmodes/css-mode.el (css-smie-rules): Toplevel's a list.
Stefan Monnier [Fri, 4 Oct 2013 21:45:37 +0000 (17:45 -0400)]
* lisp/textmodes/css-mode.el (css-smie-rules): Toplevel's a list.
* test/automated/completion-tests.el:
* test/indent/css-mode.css: New files.

Fixes: debbugs:15467