* vc status
@ 2008-04-16 16:05 Sam Steingold
2008-04-16 16:48 ` Dan Nicolaescu
0 siblings, 1 reply; 5+ messages in thread
From: Sam Steingold @ 2008-04-16 16:05 UTC (permalink / raw)
To: emacs-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a few notes about vc status (under hg), current cvs head:
1. mouse2 does nothing, I think it should visit or mark the file,
depending on where I click (like in PCL-CVS).
2. q is bound to bury-buffer, it should be bound to quit-window instead
(like in dired and all other non-self-inserting modes).
thanks.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIBiPhPp1Qsf2qnMcRAjpHAJ9ARKa7H08LpycduBWh9DslF15+sACeI6LI
Wx0yYzkyfnILyK4On2hmBWc=
=2aNS
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: vc status
2008-04-16 16:05 vc status Sam Steingold
@ 2008-04-16 16:48 ` Dan Nicolaescu
2008-04-17 22:41 ` Tom Tromey
2008-04-18 0:34 ` Stefan Monnier
0 siblings, 2 replies; 5+ messages in thread
From: Dan Nicolaescu @ 2008-04-16 16:48 UTC (permalink / raw)
To: Sam Steingold; +Cc: emacs-devel
Sam Steingold <sds@gnu.org> writes:
> I have a few notes about vc status (under hg), current cvs head:
>
> 1. mouse2 does nothing, I think it should visit or mark the file,
> depending on where I click (like in PCL-CVS).
From vc.el:
;;; Todo:
;; - vc-dir needs mouse bindings.
Patches are welcome!
> 2. q is bound to bury-buffer, it should be bound to quit-window instead
> (like in dired and all other non-self-inserting modes).
PCL-CVS calls bury-buffer (after doing some other processing), that
was the source of inspiration. Get an OK from Stefan to change this.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: vc status
2008-04-16 16:48 ` Dan Nicolaescu
@ 2008-04-17 22:41 ` Tom Tromey
2008-04-18 0:36 ` Stefan Monnier
2008-04-18 0:34 ` Stefan Monnier
1 sibling, 1 reply; 5+ messages in thread
From: Tom Tromey @ 2008-04-17 22:41 UTC (permalink / raw)
To: Dan Nicolaescu; +Cc: Sam Steingold, emacs-devel
>>>>> "Dan" == Dan Nicolaescu <dann@ics.uci.edu> writes:
>> 2. q is bound to bury-buffer, it should be bound to quit-window instead
>> (like in dired and all other non-self-inserting modes).
Dan> PCL-CVS calls bury-buffer (after doing some other processing), that
Dan> was the source of inspiration. Get an OK from Stefan to change this.
This is my error. I had forgotten about quit-window when writing this
code, and I didn't realize that cvs-bury-buffer calls quit-window.
Perhaps cvs-bury-buffer is what we want, I'm not sure.
Tom
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: vc status
2008-04-16 16:48 ` Dan Nicolaescu
2008-04-17 22:41 ` Tom Tromey
@ 2008-04-18 0:34 ` Stefan Monnier
1 sibling, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2008-04-18 0:34 UTC (permalink / raw)
To: Dan Nicolaescu; +Cc: Sam Steingold, emacs-devel
>> 2. q is bound to bury-buffer, it should be bound to quit-window instead
>> (like in dired and all other non-self-inserting modes).
> PCL-CVS calls bury-buffer (after doing some other processing), that
> was the source of inspiration. Get an OK from Stefan to change this.
It's fine by me.
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: vc status
2008-04-17 22:41 ` Tom Tromey
@ 2008-04-18 0:36 ` Stefan Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2008-04-18 0:36 UTC (permalink / raw)
To: Tom Tromey; +Cc: Sam Steingold, Dan Nicolaescu, emacs-devel
>>> 2. q is bound to bury-buffer, it should be bound to quit-window instead
>>> (like in dired and all other non-self-inserting modes).
Dan> PCL-CVS calls bury-buffer (after doing some other processing), that
Dan> was the source of inspiration. Get an OK from Stefan to change this.
> This is my error. I had forgotten about quit-window when writing this
> code, and I didn't realize that cvs-bury-buffer calls quit-window.
> Perhaps cvs-bury-buffer is what we want, I'm not sure.
I'd rather use quit-window. `cvs-bury-buffer' is meant for secondary
buffers (like *diff* or *change-log*) so that when we leave them, we get
back to the *cvs* buffer.
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-04-18 0:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-16 16:05 vc status Sam Steingold
2008-04-16 16:48 ` Dan Nicolaescu
2008-04-17 22:41 ` Tom Tromey
2008-04-18 0:36 ` Stefan Monnier
2008-04-18 0:34 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.