Re: Allow buffer-save when buffer is clean.

2007-02-14 Thread Bo Peng
On 2/15/07, José Matos <[EMAIL PROTECTED]> wrote: On Wednesday 14 February 2007 9:54:29 am Georg Baum wrote: > > I vote against. This was bug 2313: > > Me too. Me too. Poll ends. I will train my fingers C-s. :-) Cheers, Bo

Re: Allow buffer-save when buffer is clean.

2007-02-14 Thread José Matos
On Wednesday 14 February 2007 9:54:29 am Georg Baum wrote: > > I vote against. This was bug 2313: > > Me too. Me too. -- José Abílio

Re: Allow buffer-save when buffer is clean.

2007-02-14 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Bo" == Bo Peng <[EMAIL PROTECTED]> >> writes: > > Bo> I need another two positive votes to proceed. :-) > > I vote against. This was bug 2313: Me too. > In particular, the argument of Alt-F S is weird, since Ctrl+S is > guaranteed by CUA to be Save in al

Re: Allow buffer-save when buffer is clean.

2007-02-14 Thread Abdelrazak Younes
Bo Peng wrote: At least emacs.bind has Cntl-S. That's standard Windows-ese as well, so I'd be suprised if cua.bind didn't have it too. No need to go through the file menu at all. But my patch will do no harm. Also, in terms of logic: why cannot I save a clean file? I should be able to save my

Re: Allow buffer-save when buffer is clean.

2007-02-14 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> At least emacs.bind has Cntl-S. That's standard Windows-ese as >> well, so I'd be suprised if cua.bind didn't have it too. No need to >> go through the file menu at all. Bo> But my patch will do no harm. Also, in terms of logic: why cannot Bo>

Re: Allow buffer-save when buffer is clean.

2007-02-14 Thread Abdelrazak Younes
Bo Peng wrote: There's an autosave facility in LyX. You don't need to do this at all. I'm pretty certain I tried damn hard to make it work under Windows. I know. This likes a habit .., whenever I stop typing, my fingers will be doing Alt-F-S. I have actually defined a more convenient shortcut

Re: Allow buffer-save when buffer is clean.

2007-02-13 Thread Bo Peng
At least emacs.bind has Cntl-S. That's standard Windows-ese as well, so I'd be suprised if cua.bind didn't have it too. No need to go through the file menu at all. But my patch will do no harm. Also, in terms of logic: why cannot I save a clean file? I should be able to save my file any time. C

Re: Allow buffer-save when buffer is clean.

2007-02-13 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > I know. This likes a habit .., whenever I stop typing, my fingers will > be doing Alt-F-S. I have actually defined a more convenient shortcut > F2 for this (which will not trigger the file menu), I still use > Alt-F-S subconsciously. At least emacs.bind has C

Re: Allow buffer-save when buffer is clean.

2007-02-13 Thread Bo Peng
There's an autosave facility in LyX. You don't need to do this at all. I'm pretty certain I tried damn hard to make it work under Windows. I know. This likes a habit .., whenever I stop typing, my fingers will be doing Alt-F-S. I have actually defined a more convenient shortcut F2 for this (whic

Re: Allow buffer-save when buffer is clean.

2007-02-13 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > Is the following patch acceptable? It allows File->Save even when the > buffer is clean. The reason for this change is that I get used to do > File->Save (Alt-F-s) frequently to save my work There's an autosave facility in LyX. You don't need to do this at all

Allow buffer-save when buffer is clean.

2007-02-13 Thread Bo Peng
Is the following patch acceptable? It allows File->Save even when the buffer is clean. The reason for this change is that I get used to do File->Save (Alt-F-s) frequently to save my work and doing this to a clean buffer results in an annoying expanded File menu. Have not check other applications,