Re: patch for locate.el when called with prefix arg

2007-04-21 Thread Matt Hodges
Chong Yidong writes: Thanks. I've checked the patch in. (I see Luc made further changes.) There are still a few problems: (1) revert-buffer does not work in *Locate* buffers that result from C-u locate RET or C-u locate-with-filter RET. (2) While C-u locate RET gives the prompt Run

C-u beginning/end-of-buffer.

2007-02-19 Thread Matt Hodges
In GNU Emacs 22.0.93.6 (i686-pc-linux-gnu, GTK+ Version 2.8.20) of 2007-02-19 on escpc40 X server distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--with-gtk'' Both C-u M- and C-u M- have forward-line calls that check for arg but not (consp arg).

Org-mode agenda and category text-property.

2007-02-09 Thread Matt Hodges
In GNU Emacs 22.0.93.3 (i686-pc-linux-gnu, GTK+ Version 2.8.20) of 2007-02-09 on escpc40 X server distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--with-gtk'' I tried to use `C-u C-x =' on some propertised text in an *Org Agenda* buffer (a TODO note), and

ido and find-alternate-file.

2006-11-16 Thread Matt Hodges
In GNU Emacs 22.0.90.4 (i686-pc-linux-gnu, GTK+ Version 2.8.20) of 2006-11-14 on escpc40 X server distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--with-gtk'' To align ido-find-alternate-file more closely with find-alternate-file, perhaps the current file

Re: ido and find-alternate-file.

2006-11-16 Thread Matt Hodges
Kim F. Storm writes: Very useful, thanks. I've installed the patch. Thanks. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

list-processes and process sentinels not run.

2006-09-30 Thread Matt Hodges
In GNU Emacs 22.0.50.3 (i686-pc-linux-gnu, GTK+ Version 2.8.20) of 2006-09-29 on saiga X server distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--with-gtk'' If a process status changes to exit and list-processes is called without there being idle time, then

Problem with ido-mode and partial-completion-mode.

2006-09-28 Thread Matt Hodges
In GNU Emacs 22.0.50.101 (i686-pc-linux-gnu, GTK+ Version 2.8.20) of 2006-09-25 on escpc40 X server distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--with-gtk'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE:

Reverting locate buffers.

2006-09-05 Thread Matt Hodges
entry is: 2006-09-05 Matt Hodges [EMAIL PROTECTED] * locate.el (locate-current-search): New variable. (locate): Set buffer local value. Use current buffer if it is in Locate mode. (locate-mode): Disable undo here. (locate-do-setup): Use locate-current-filter

Re: Header line and align-to.

2006-08-21 Thread Matt Hodges
Kim F. Storm writes: Why? Isn't the leading space enough to get good results? Maybe I misunderstood something. This is what I see with emacs -Q and (setq header-line-format (concat (propertize 'display `(space :align-to (+ left-fringe 10))) foo)) Thanks, Matt

Re: Header line and align-to.

2006-08-21 Thread Matt Hodges
Kim F. Storm writes: Ah yes, with the scroll-bar on the left, I see the same thing. I'll look into it. Thanks. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: Header line and align-to.

2006-08-21 Thread Matt Hodges
Kim F. Storm writes: Maybe I misunderstood something. This is what I see with emacs -Q and (setq header-line-format (concat (propertize 'display `(space :align-to (+ left-fringe 10))) foo)) I found the problem, and have installed a fix. Thanks! Tested the

Re: Header line and align-to.

2006-08-20 Thread Matt Hodges
Kim F. Storm writes: (setq header-line-format (concat (propertize 'display `(space :align-to (+ left-fringe 10))) foo)) OK. So I have to calculate what padding I need to fill out the left margin. (Slightly complicated by the fact that I use a variable-pitch face for the header-line

Header line and align-to.

2006-08-19 Thread Matt Hodges
In GNU Emacs 22.0.50.18 (i686-pc-linux-gnu, GTK+ Version 2.8.9) of 2006-08-13 on dugong X server distributor `The X.Org Foundation', version 11.0.60802000 configured using `configure '--with-gtk'' With: (setq header-line-format foo) the header line (face) extends over the total width of

tumme and killed dired buffer.

2006-07-25 Thread Matt Hodges
In GNU Emacs 22.0.50.81 (i686-pc-linux-gnu, GTK+ Version 2.8.18) of 2006-07-24 on escpc40 X server distributor `The X.Org Foundation', version 11.0.7000 configured using `configure '--with-gtk'' The attached patch has two quick fixes for when the tumme associated dired buffer is killed.

Re: tumme and killed dired buffer.

2006-07-25 Thread Matt Hodges
Mathias Dahl writes: Thanks, I'd never dream of killing the dired buffer where I keep all (yes, all) my images, so I would never have found this :) Never expect others to use your packages as intended :-) I applied the patch. Thanks. ___

Org mode and view-calendar-holidays-initially.

2006-05-10 Thread Matt Hodges
In GNU Emacs 22.0.50.49 (i686-pc-linux-gnu, GTK+ Version 2.8.17) of 2006-05-10 on escpc40 configured using `configure '--with-gtk'' With non-nil view-calendar-holidays-initially, org-schedule results in an error. This is reproducible with emacs -Q and: (load-library org.el)

Re: Scrolling completions with Eshell on terminal.

2006-03-22 Thread Matt Hodges
Stefan Monnier writes: Maybe you could use something like last-nonmenu-event instead so it also works for people who use some other key. Although I'm not sure it actually solves your problem (I can never remember which events are raw and which have been translated through

Scrolling completions with Eshell on terminal.

2006-03-20 Thread Matt Hodges
In GNU Emacs 22.0.50.34 (i686-pc-linux-gnu, GTK+ Version 2.8.13) of 2006-03-15 on escpc40 X server distributor `The X.Org Foundation', version 11.0.6090 configured using `configure '--with-gtk'' When running on a terminal the *Completions* buffer isn't scrolled when there are more

Re: tramp and RCS files.

2006-02-02 Thread Matt Hodges
Michael Albinus writes: I tried to access via TRAMP a remote file that was under version control (RCS). I got an error like: Should be fixed now in Emacs CVS. The fix works for me. Thanks. Matt ___ emacs-pretest-bug mailing list

tramp and RCS files.

2006-01-31 Thread Matt Hodges
In GNU Emacs 22.0.50.17 (i686-pc-linux-gnu, GTK+ Version 2.8.10) of 2006-01-31 on escpc40 X server distributor `The X.Org Foundation', version 11.0.6090 configured using `configure '--with-gtk'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil

Problem with clone-indirect-buffer-other-window.

2006-01-25 Thread Matt Hodges
In GNU Emacs 22.0.50.16 (i686-pc-linux-gnu, GTK+ Version 2.8.10) of 2006-01-25 on escpc40 configured using `configure '--with-gtk'' clone-indirect-buffer-other-window results in the following error: Debugger entered--Lisp error: (wrong-type-argument stringp nil)

table-mode-indicator problem.

2006-01-19 Thread Matt Hodges
In GNU Emacs 22.0.50.11 (i686-pc-linux-gnu, GTK+ Version 2.8.10) of 2006-01-18 on escpc40 X server distributor `The X.Org Foundation', version 11.0.6090 configured using `configure '--with-gtk'' The unquoted variable in this form from table.el: (make-variable-buffer-local

table.el: beginning/end of line commands.

2005-11-22 Thread Matt Hodges
. ChangeLog entry: 2005-11-22 Matt Hodges [EMAIL PROTECTED] * textmodes/table.el: Change beginning-of-line to move-beginning-of-line and end-of-line to move-end-of-line in Point Motion group. Thanks. Index: ChangeLog === RCS

Re: table.el: beginning/end of line commands.

2005-11-22 Thread Matt Hodges
Matt Hodges writes: For those who couldn't decipher that (no idea what happened there): table.el needs updating to reflect change of commands bound on C-a and C-e; patch attached. ChangeLog entry: 2005-11-22 Matt Hodges [EMAIL PROTECTED] * textmodes/table.el: Change beginning

Re: Partial completion and completions-first-difference.

2005-11-07 Thread Matt Hodges
Stefan Monnier writes: ;; If partial-completion-mode is on, point might not be after the ;; last character in the minibuffer. ;; FIXME: This still doesn't work if the text to be completed ;; starts with a `-'. An easy fix is to turn off the boldening if

ido and dired-other-window.

2005-07-16 Thread Matt Hodges
In GNU Emacs 22.0.50.17 (i686-pc-linux-gnu, GTK+ Version 2.6.8) of 2005-07-16 on dugong X server distributor `The X.Org Foundation', version 11.0.60802000 configured using `configure '--with-gtk'' It would be nice, with (ido-mode 1), to have C-x 4 d remapped to an ido-dired-other-window command.

Re: tmm and enabled menus.

2005-06-01 Thread Matt Hodges
Nick Roberts writes: I have written some code that removes the mouse-face property for inactive entries, and adds a face inherited from font-lock-comment-face; see attached. I think this does what you want regarding selection. I prefer this behaviour for selection but I don't

Re: iswitchb and regexps.

2005-05-22 Thread Matt Hodges
Michael Cadilhac writes: With iswitchb-mode, C-x b, then hit C-t to enable regexp mode, and then `['. This gives me the following error message: Error in post-command-hook: (invalid-regexp Unmatched [ or [^) then makes buffer switching completely unusable until C-g. This is

Re: tmm and enabled menus.

2005-05-18 Thread Matt Hodges
Nick Roberts writes: I am interested in hearing what others here think about that question. I've tried it and it seems to work. I think it would be even clearer without the hyphens: I tried without hyphens first, but found their addition clarified things for me when there are long

tmm and separators.

2005-05-17 Thread Matt Hodges
entries for them. Suggested patch attached. ChangeLog entry: 2005-05-17 Matt Hodges [EMAIL PROTECTED] * calendar/cal-menu.el (cal-menu-update): Add separator as a string so that tmm doesn't create a completion entry for it. * textmodes/table.el (table-disable-menu

Re: tmm and enabled menus.

2005-05-17 Thread Matt Hodges
Richard Stallman writes: On ttys, reducing clutter may be more important than presenting a consistent interface. That may be the right argument. I don't have a feel for what is best here. I made some quick changes to test inclusion of inactive entries in text menus. For what

Re: tmm and enabled menus.

2005-05-14 Thread Matt Hodges
Richard Stallman writes: When using tmm-menubar, tmm-get-keymap checks for the menu-enable property, but doesn't check for menus and menu items made inactive through the :enable keyword. A proposed patch to fix this is attached. These changes look right to me, more or less. I

repeat and pre/post-command-hook.

2005-04-12 Thread Matt Hodges
In GNU Emacs 22.0.50.26 (i686-pc-linux-gnu, GTK+ Version 2.6.4) of 2005-04-07 on dugong Distributor `The XFree86 Project, Inc', version 11.0.4031 configured using `configure '--with-gtk'' Using repeat (C-x z z z) doesn't take account of pre-command-hook and post-command-hook. To demonstrate

Re: diary-redraw-calendar clobbers point in diary-file buffer.

2005-03-16 Thread Matt Hodges
Glenn Morris writes: But some mechanism is still required to stop point being clobbered in the diary-file buffer when saving, and write-contents-functions contains diary-redraw-calendar. [...] I have finally installed the patch you recommended all along, to solve the issue you

pcvs and smerge-ediff autoload.

2005-03-14 Thread Matt Hodges
In GNU Emacs 22.0.50.11 (i686-pc-linux-gnu, GTK+ Version 2.6.2) of 2005-03-11 on dugong Distributor `The XFree86 Project, Inc', version 11.0.4031 configured using `configure '--with-gtk'' With emacs -Q, smerge-ediff is fully documented, and can be invoked interactively. After loading pcvs,

Re: diary-redraw-calendar clobbers point in diary-file buffer.

2005-03-10 Thread Matt Hodges
Glenn Morris writes: This save-excursion can't do anything meaningful to preserve point in the calendar buffer can it? No, it's complete rubbish! As you and Stefan pointed (ahem) out, I'm saving point in the calling buffer, not the calendar. Being extra dim this week, sorry. But

Re: diary-redraw-calendar clobbers point in diary-file buffer.

2005-03-10 Thread Matt Hodges
Matt Hodges writes: Anyway, I've briefly tested the attached patch (including your calendar-redrawing stuff), and it seems OK, so far. The change to cal-move.el in that patch is extraneous. Sorry. ___ Emacs-pretest-bug mailing list Emacs

Doc fixes for goto-line.

2005-03-10 Thread Matt Hodges
--- lisp/ChangeLog 10 Mar 2005 14:45:31 - 1.7082 +++ lisp/ChangeLog 10 Mar 2005 16:24:37 - @@ -1,3 +1,7 @@ +2005-03-10 Matt Hodges [EMAIL PROTECTED] + + * simple.el (goto-line): Doc fixes. + 2005-03-10 Stefan Monnier [EMAIL PROTECTED] * tooltip.el (tooltip-mode): Don't complain that you

Re: diary-redraw-calendar clobbers point in diary-file buffer.

2005-03-09 Thread Matt Hodges
Glenn Morris writes: Recent code has added diary-redraw-calendar to write-contents-functions in the buffer associated with diary-file. However, this function doesn't preserve point, and it gets clobbered in mark-diary-entries (provided mark-diary-entries-in-calendar is non-nil, of

Re: diary-redraw-calendar clobbers point in diary-file buffer.

2005-03-09 Thread Matt Hodges
Glenn Morris writes: Thanks - I put the save-excursion in redraw-calendar itself. For some reason I though with-current-buffer would preserve point. This save-excursion can't do anything meaningful to preserve point in the calendar buffer can it? (I mean because the calendar buffer

diary-redraw-calendar clobbers point in diary-file buffer.

2005-03-08 Thread Matt Hodges
@@ +2005-03-08 Matt Hodges [EMAIL PROTECTED] + + * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in + diary-file buffer. + 2005-03-08 Kenichi Handa [EMAIL PROTECTED] * international/ccl.el (define-ccl-program): Fix docstring about

Re: scroll-down and partially-visible lines.

2005-02-19 Thread Matt Hodges
Kim F Storm writes: While it's true that blink-cursor-mode changes the behaviour of the test case, I came across the problem in my day-to-day usage of Emacs, where I have (blink-cursor-mode 0). I haven't worked out the minimum configuration to reproduce this though... It might