Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-29 Thread John Weiss
On Mon, Oct 25, 2004 at 10:11:18AM +0200, Jean-Marc Lasgouttes wrote: > > I guess I'll keep C-PageUp/Down for now. This makes the most sense to me. (I bind C-Tab and C-BackTab to the depth increment/decrement commands, as they are in analogy to indenting.) -- John Weiss

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-25 Thread Andreas Vox
Bennett Helm <[EMAIL PROTECTED]> writes: > I'm not sure exactly what's meant by "dead keys". "Dead keys" are mischevious little things, which when typed just "play dead", waiting for their time to come, until another key is typed and then dastardly put some kind of accent on the poor th

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-25 Thread Bennett Helm
On Oct 25, 2004, at 6:07 AM, Jean-Marc Lasgouttes wrote: I tried that under lyx/qt and it worked well, but I had to use \bind "C-~S-grave""buffer-next" \bind "C-~S-asciitilde" "buffer-previous" So at least this change is needed. This has no effect. (Again, I think because the Mac

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-25 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> The new functions work fine for me on Mac OS X, but the Bennett> keybindings don't. This is bug 1639. Bennett> Currently, mac.bind has: Bennett> \bind "C-grave" "buffer-next" Bennett> \bind "C-asciitilde" "buffer-previous"

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-25 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Mon, Oct 18, 2004 at 02:15:21PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> What do kword or abiword do? I did not find anything relevant in >> the Gnome or KDE HIG. I guess windows apps use C-Tab, but mathed >> already uses tha

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-22 Thread Bennett Helm
On Oct 22, 2004, at 6:28 AM, Jean-Marc Lasgouttes wrote: "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> This is a patch for something that should have been done Jean-Marc> looong ago. It adds new functions buffer-next and Jean-Marc> buffer-previous. The implementation i

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-22 Thread Andre Poenitz
On Mon, Oct 18, 2004 at 02:15:21PM +0200, Jean-Marc Lasgouttes wrote: > What do kword or abiword do? I did not find anything relevant in the > Gnome or KDE HIG. I guess windows apps use C-Tab, but mathed already > uses that. I did not find anything for (x)emacs. I have no religious feelings on C-T

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-22 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> This is a patch for something that should have been done Jean-Marc> looong ago. It adds new functions buffer-next and Jean-Marc> buffer-previous. The implementation is straightforward, Jean-Marc> althouh details such

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-19 Thread Bennett Helm
On Oct 19, 2004, at 4:57 AM, Jean-Marc Lasgouttes wrote: This is what I will add to mac.bind. OK? \bind "C-grave" "buffer-next" \bind "C-asciitilde" "buffer-previous" Sounds good! Bennett

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-19 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Mac OS X, ` (M-`) and ` are for next and Bennett> previous windows, respectively. ( and Bennett> cycle among applications; Bennett> (C-tab) is generally the same as alone.) This is what I will add to mac.bind. OK? \bind "

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-19 Thread Jean-Marc Lasgouttes
> "Asger" == Asger Kunuk Ottar Alstrup <[EMAIL PROTECTED]> writes: Asger> On Mon, 18 Oct 2004, Jean-Marc Lasgouttes wrote: >> I chose C-Next and C-Prior for cua.bind because this is what >> mozilla uses for tabs, but we can use something else (C-tab?) if >> there is some existing standard. As

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-19 Thread Asger Kunuk Ottar Alstrup
On Mon, 18 Oct 2004, Jean-Marc Lasgouttes wrote: > I chose C-Next and C-Prior for cua.bind because this is what mozilla > uses for tabs, but we can use something else (C-tab?) if there is some > existing standard. The CUA standard is to use C-F6 and C-S-F6 for this, so you might want to add those

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-18 Thread Bennett Helm
On Oct 18, 2004, at 6:50 AM, Jean-Marc Lasgouttes wrote: This is a patch for something that should have been done looong ago. It adds new functions buffer-next and buffer-previous. The implementation is straightforward, althouh details such as naming are open for debate. I chose C-Next and C-Prior

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-18 Thread José Abílio Oliveira Matos
On Mon, Oct 18, 2004 at 02:15:21PM +0200, Jean-Marc Lasgouttes wrote: > > What do kword or abiword do? I did not find anything relevant in the > Gnome or KDE HIG. I guess windows apps use C-Tab, but mathed already > uses that. I did not find anything for (x)emacs. At least the abiword that I'm

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-18 Thread Jean-Marc Lasgouttes
> "José" == José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: José> On Mon, Oct 18, 2004 at 12:50:15PM +0200, Jean-Marc Lasgouttes José> wrote: >> This is a patch for something that should have been done looong >> ago. José> Agree. :-) >> It adds new functions buffer-next and buffer-

Re: [PATCH] bug 515: cycle between buffers function needed

2004-10-18 Thread José Abílio Oliveira Matos
On Mon, Oct 18, 2004 at 12:50:15PM +0200, Jean-Marc Lasgouttes wrote: > > This is a patch for something that should have been done looong ago. Agree. :-) > It adds new functions buffer-next and buffer-previous. The > implementation is straightforward, althouh details such as naming are > open

[PATCH] bug 515: cycle between buffers function needed

2004-10-18 Thread Jean-Marc Lasgouttes
This is a patch for something that should have been done looong ago. It adds new functions buffer-next and buffer-previous. The implementation is straightforward, althouh details such as naming are open for debate. I chose C-Next and C-Prior for cua.bind because this is what mozilla uses for tabs