1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00
Commit Graph

69427 Commits

Author SHA1 Message Date
Glenn Morris
1fbd183032 (PC-do-completion-end): New variable.
(partial-completion-mode) <choose-completion-string-functions>:
Use PC-do-completion-end in the non-minibuffer case to replace the
correct amount of text.
(PC-do-completion): Set PC-do-completion-end for c-c-s-f.
(PC-lisp-complete-symbol): Give marker the after-insertion type,
to deal with improvements inserted after point.
2007-03-28 03:28:49 +00:00
Glenn Morris
a0314231fa Stephen Berman <Stephen.Berman at gmx.net>:
(recentf-save-file): Add a custom :set function.
2007-03-28 03:26:26 +00:00
Glenn Morris
af49347bdf *** empty log message *** 2007-03-28 03:25:56 +00:00
Stefan Monnier
6340a43f5c (make-text-button): Add explicit `button' property.
(default-button): Don't put a `button' property on it.
2007-03-28 03:20:31 +00:00
Stefan Monnier
070f60e096 (python-mode): Skip comments when parsing. 2007-03-28 01:21:47 +00:00
Stefan Monnier
74cb3d2111 (vc-with-current-file-buffer): New macro.
(vc-arch-file-source-p): Use it to avoid infloop.
2007-03-28 01:19:43 +00:00
Stefan Monnier
4878f1de7c (lisp-complete-symbol): Make get-buffer-window find windows in other frames. 2007-03-28 00:54:08 +00:00
Stefan Monnier
dbb56e39bf (comint-proc-query, comint-dynamic-list-completions):
Fix calls to get-buffer-window to find windows in other frames.
Reported by David Hansen <david.hansen@gmx.net>.
2007-03-28 00:51:08 +00:00
Nick Roberts
d3425b3565 (Info-display-images-node): On a text-only terminal, show
the "text" or "alt" parts of the image blobs.
2007-03-27 22:21:02 +00:00
Nick Roberts
54fb4f9679 *** empty log message *** 2007-03-27 22:20:20 +00:00
Chong Yidong
04d29b4b7b ** david.reitter@gmail.com, Mar 23: file-remote-p malfunctions at site-start
Documented in PROBLEMS.
2007-03-27 20:59:37 +00:00
Chong Yidong
923a6eb006 Emacs cannot load remote files using Tramp during init. 2007-03-27 20:59:27 +00:00
Juanma Barranquero
523fc4334f *** empty log message *** 2007-03-27 15:53:17 +00:00
Juanma Barranquero
84e78f613f *** empty log message *** 2007-03-27 15:26:38 +00:00
Juanma Barranquero
ded8366570 (Fformat_network_address): Make room in args array to format IPv6 addresses. 2007-03-27 15:19:33 +00:00
Richard M. Stallman
42dd207e8c *** empty log message *** 2007-03-27 15:06:05 +00:00
Thien-Thi Nguyen
561fb49147 (message-yank-original): Fix bug:
Don't switch point and mark unnecessarily.
2007-03-27 14:13:19 +00:00
Glenn Morris
8dbe4a8cca (PC-do-completion): Compute completion-base-size in
the non-filename case, rather than setting to nil.
(PC-lisp-complete-end): New variable.
(PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
original end in a series of consecutive invocations.
2007-03-27 03:17:42 +00:00
Glenn Morris
6afdff63e5 *** empty log message *** 2007-03-27 03:17:27 +00:00
Glenn Morris
851971c72e (diary-live-p): Do not check for diary-selective-display. 2007-03-27 02:47:50 +00:00
Glenn Morris
7465af6028 *** empty log message *** 2007-03-27 02:47:32 +00:00
Glenn Morris
c8a9e437d5 (calendar-mode-hook): Declare it. 2007-03-27 02:36:25 +00:00
Glenn Morris
e3fbc89b6a Restore HP-UX support (removed 2007-01-29). 2007-03-27 02:36:08 +00:00
Stefan Monnier
084c41ca0a (occur-next-error): *Occur* might not be displayed in the
selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
2007-03-26 15:09:52 +00:00
Nick Roberts
5ae4899796 Change help-echo (again). `Entering directory DIR' visits DIR
but `Leaving directory DIR' visits parent of DIR.
2007-03-26 10:20:27 +00:00
YAMAMOTO Mitsuharu
b51065cf2e (create_text_encoding_info_alist): Move assignments
outside predicate macros.
(mac_initialize_display_info) [MAC_OSX]: dpyinfo->height and
dpyinfo->width are those of whole screen.
2007-03-26 08:13:45 +00:00
YAMAMOTO Mitsuharu
d18bee728d (get_scrap_target_type_list, x_own_selection): Move
assignments outside predicate macros.
(Vselection_converter_alist): Doc fix.
2007-03-26 08:13:09 +00:00
YAMAMOTO Mitsuharu
08f8ca1915 (Fx_display_mm_height, Fx_display_mm_width): Scale
whole screen size in pixels by millimeters per pixel of main display.
2007-03-26 08:12:55 +00:00
Richard M. Stallman
8907f65c85 *** empty log message *** 2007-03-26 03:32:35 +00:00
Richard M. Stallman
687908093c (Caching passphrase): Clean up previous change. 2007-03-26 03:32:27 +00:00
Richard M. Stallman
14007de1ff (flyspell-large-region): Use ispell-call-process-region. 2007-03-26 03:31:29 +00:00
Richard M. Stallman
8bd91fd08d (byte-compile-file-form-defmumble): Use prin1 instead of princ. 2007-03-26 03:30:53 +00:00
Richard M. Stallman
a2ebb43f91 Explain reason for X protocol error recommendations. 2007-03-26 03:28:55 +00:00
Sam Steingold
8f0e1e444f (sigchld_handler): Delay by 1ms instead of 1s to
alleviate sluggishness (the original problem is still fixed).
2007-03-26 02:29:08 +00:00
Nick Roberts
3e32375010 *** empty log message *** 2007-03-26 00:01:03 +00:00
Kim F. Storm
4028a93835 (merge_properties): Use explicit loop instead of
Fplist_member to avoid QUIT.  Don't use Fcdr.
(intervals_equal): Likewise.  Rewrite loop to perform length check
on the fly rather than calling Flength.  Don't use Fcar.
2007-03-25 23:46:19 +00:00
Kim F. Storm
aa95cbb56a *** empty log message *** 2007-03-25 23:45:18 +00:00
Thien-Thi Nguyen
55402668f9 (Setting Process Marks): Fix typo. 2007-03-25 20:10:34 +00:00
Chong Yidong
72e8e39e65 ** rob@tenfoot.org.uk, Mar 12: set-face-attribute doesn't set default for new frames
Fix checked in.
2007-03-25 19:01:35 +00:00
Chong Yidong
6aa2269da5 (face-set-after-frame-default): Revert 2007-03-10 change. Merge in X
resources before global face.
2007-03-25 18:58:06 +00:00
Chong Yidong
17927b3941 ** Add default-directory spec to *Compilation* buffer only when about
to save in a different directory.
Fixed in another way.
2007-03-25 17:54:49 +00:00
Chong Yidong
0c8e847f89 Don't mark default-directory as a safe local var. 2007-03-25 17:54:35 +00:00
Chong Yidong
98d4c36f4c (compilation-start): Save compilation-directory rather than
default-directory as local var.
(compilation-directory): Mark as safe local var.
2007-03-25 17:52:31 +00:00
Chong Yidong
c324c766da * progmodes/compile.el (compilation-start): Save
compilation-directory rather than default-directory as local var.
(compilation-directory): Mark as safe local var.

* files.el: Don't mark default-directory as a safe local var.
2007-03-25 17:51:56 +00:00
Chong Yidong
0080747bab ** christensenthomas@gmail.com, Mar 18: C indentation (problem)
Bug is in third-party package.
2007-03-25 17:50:02 +00:00
Chong Yidong
528e6035dc ** michael@cadilhac.name, Mar 7: input-method completion is annoying.
See Handa's 2007-03-20 message to emacs-devel.
2007-03-25 17:49:40 +00:00
Romain Francoise
d242242b23 (New in Emacs 22): Reorganize using an itemized list for readability,
and include various fixes by Daniel Brockman, Nick Roberts and Dieter
Wilhelm.
2007-03-25 13:30:46 +00:00
Alan Mackenzie
c421028a68 Fix typo. 2007-03-25 12:04:11 +00:00
Alan Mackenzie
6bc7293bd6 (c-before-change): Fix BOB bug. 2007-03-25 12:03:13 +00:00
Alan Mackenzie
0c5f5bd4f9 *** empty log message *** 2007-03-25 12:01:03 +00:00