- 15 Oct, 2009 2 commits
-
-
Glenn Morris authored
located. Simplify, subtracting superflous save-excursions. (See http://lists.gnu.org/archive/html/bug-gnu-emacs/2009-10/msg00182.html)
-
Stefan Monnier authored
such as (bug#4699). * simple.el (completion-base-position): New var. (completion-base-size): Mark as obsolete. (choose-completion): Make it work for mouse events as well. Pass the new base-position to choose-completion-string. (choose-completion-guess-base-position): New function, extracted from choose-completion-delete-max-match. (choose-completion-delete-max-match): Use it. Make obsolete. (choose-completion-string): Use the new base-position info. (completion-root-regexp): Delete. (completion-setup-function): Preserve completion-base-position. Eliminate obsolete base-size manipulation. * minibuffer.el (display-completion-list): Don't mess with base-size. (minibuffer-completion-help): Set completion-base-position instead. * mouse.el (mouse-choose-completion): Redefine as a mere alias to choose-completion. * textmodes/bibtex.el (bibtex-complete): * emacs-lisp/crm.el (crm--choose-completion-string): Adjust to new calling convention. * complete.el (partial-completion-mode): Use minibufferp to avoid bumping into incompatible change to choose-completion-string-functions. * ido.el (ido-choose-completion-string): Make its calling convention more permissive. * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete base-size manipulation. (comint-dynamic-list-input-ring): Use dotimes and push. * iswitchb.el (iswitchb-completion-help): Remove dead-code call to fundamental-mode. Use `or'.
-
- 14 Oct, 2009 12 commits
-
-
Juri Linkov authored
-
Juri Linkov authored
(multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
-
Stefan Monnier authored
-
Stefan Monnier authored
string we return is all made up of text from the completions rather than part from the completions and part from the input (bug#4219).
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Juanma Barranquero authored
-
Dan Nicolaescu authored
correctly in the detached head case. (vc-git-print-log): Remove unused binding.
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
for registration create a VC repository if no backend is responsible for the directory argument. (vc-deduce-fileset): Tell vc-responsible-backend to register.
-
Dan Nicolaescu authored
* vc-rcs.el: * vc-sccs.el: ... here, respectively.
-
Stefan Monnier authored
no file completion, even if substitute-in-file-name changed the string (bug#4708).
-
- 13 Oct, 2009 12 commits
-
-
Juri Linkov authored
minor modes from mode name completion (bug#4664).
-
Adrian Robert authored
-
Juanma Barranquero authored
"Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Sam Steingold authored
-
Juanma Barranquero authored
should be automatically buffer-local, but isn't.)
-
Adrian Robert authored
-
Adrian Robert authored
(dbus-method-error-internal): Use long format in printf, and cast argument. * font.c (font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast argument. * process.c (list_processes_1): Use long format in printf, and cast argument.
-
Adrian Robert authored
-
Adrian Robert authored
-
Adrian Robert authored
(dbus-method-return-internal, dbus-method-error-internal): Use long format in printf, and cast argument.
-
- 12 Oct, 2009 14 commits
-
-
Sam Steingold authored
non-anchored patterns, like the perl one (bug#3928).
-
Sam Steingold authored
timestamps if the buffer has been visited before
-
Glenn Morris authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(bs-refresh): Add IGNORED arg for `revert-buffer' compatibility. Doc fix.
-
Juanma Barranquero authored
-
Adrian Robert authored
-
Adrian Robert authored
-
Adrian Robert authored
-
Adrian Robert authored
-
Adrian Robert authored
Changes for 64-bit compile under Snow Leopard. * nsfns.m (xw-color-values): Use CGFloat where appropriate. * nsfont.m (ns_char_width): Replace deprecated call (suggested by Erik Charlebois). (ns_findfonts, nsfont_list_family): Use long format in printf, and cast argument. (nsfont_open): Use ns_char_width() everywhere. (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate. * nsgui.h (NSPoint, NSSize) [!__OBJC__]: Define and use CGFloat. * nsimage.m (EmacsImage-setXBMColor:,-getPixelAtX:Y:): Use CGFloat where appropriate. * nsmenu.m (EmacsMenu-addItemWithWidgetValue:): Use NSInteger where appropriate. (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:): Use stringWithUTF8String. (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature. * nsterm.h (EmacsView, EmacsMenu, EmacsToolbar, EmacsTooltip): Add formal protocol mention to inheritance. [NS_HAVE_NSINTEGER]: Drop conditional and contents. * nsterm.m (ns_color_to_lisp): Use CGFloat where appropriate. Fix printf format. (ns_query_color): Use CGFloat where appropriate. (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures. (EmacsScroller-mouseDown:) Use long format in printf, and cast argument.
-
Adrian Robert authored
printf format. (ns_query_color): Use CGFloat where appropriate. (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures. (EmacsScroller-mouseDown:) Use long format in printf, and cast argument.
-
Adrian Robert authored
Erik Charlebois). (ns_findfonts, nsfont_list_family): Use long format in printf, and cast argument. (nsfont_open): Use ns_char_width() everywhere. (ns_uni_to_glyphs, NSGlyphStorage): Use NS[U]Integer where appropriate.
-
Adrian Robert authored
where appropriate. (EmacsToolbar-addDisplayItemWithImage:idx:helpText:enabled:): Use stringWithUTF8String. (EmacsDialogPanel-initWithContentRect:styleMask:): Fix signature.
-