Thread: [Ebib-users] ebib-select-entry keymapping
Brought to you by:
joostkremers
From: Abel M. <abe...@fr...> - 2007-04-07 23:27:36
|
Dear users, I've been in trouble to make ebib-select-entry work in the index buffer with the [enter] default keymapping. BTW I've worked it out adding this definition in my .ebibrc (ebib-key index [(control m)] ebib-select-entry) what makes both <C-m> and <return> work. Regards, |
From: Joost K. <joo...@fa...> - 2007-04-09 11:42:22
|
On Sat, Apr 07, 2007 at 08:27:27PM -0300, Abel Morabito wrote: > Dear users, > > I've been in trouble to make ebib-select-entry work in the index buffer with > the [enter] default keymapping. BTW I've worked it out adding this > definition in my .ebibrc > > (ebib-key index [(control m)] ebib-select-entry) > > what makes both <C-m> and <return> work. this is quite mysterious to me... what happens when you hit return in the index buffer? nothing at all? what does xev report for the return key? -- Joost Kremers Life has its moments |
From: Abel M. <abe...@fr...> - 2007-04-09 13:06:57
|
I haven't got access to XWindow by now. I use a console under a NetBSD system on the server side and I use PuTTY on the client side. Besides I'm using emacs -not xemacs-. The <return> key is working fine in general, it was just in the ebib index buffer where I noticed it didn't work at all. On Mon, Apr 09, 2007 at 01:41:22PM +0200, Joost Kremers wrote: > On Sat, Apr 07, 2007 at 08:27:27PM -0300, Abel Morabito wrote: > > Dear users, > > > > I've been in trouble to make ebib-select-entry work in the index buffer with > > the [enter] default keymapping. BTW I've worked it out adding this > > definition in my .ebibrc > > > > (ebib-key index [(control m)] ebib-select-entry) > > > > what makes both <C-m> and <return> work. > > this is quite mysterious to me... what happens when you hit return in the > index buffer? nothing at all? what does xev report for the return key? > > -- > Joost Kremers > Life has its moments > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Ebib-users mailing list > Ebi...@li... > https://lists.sourceforge.net/lists/listinfo/ebib-users |
From: Joost K. <joo...@fa...> - 2007-04-09 13:24:37
|
On Mon, Apr 09, 2007 at 10:06:06AM -0300, Abel Morabito wrote: > > I haven't got access to XWindow by now. I use a console under a NetBSD > system on the server side and I use PuTTY on the client side. Besides I'm > using emacs -not xemacs-. Note, XEmacs is not the X version of Emacs. It's a different implementation of Emacs, originally based on the same code, but it's been a separate project for a long time now. Both Emacs and XEmacs run on the console and under X. > The <return> key is working fine in general, it > was just in the ebib index buffer where I noticed it didn't work at all. Well, in a console strange things sometimes happen to keypress events, and certainly throwing ssh in the mix doesn't make it easier. ;-) Apparently the return key in your setup sends C-m, which is not the same as <return>. Ebib by default binds the latter to ebib-select-entry, not the former. -- Joost Kremers Life has its moments |
From: Abel M. <abe...@fr...> - 2007-04-09 14:03:17
|
I've made C-v <return> on the command line under the bash shell to find out. Bash told me ^M so I tried C-m in .ebibrc and it works fine now. Regards, On Mon, Apr 09, 2007 at 03:23:30PM +0200, Joost Kremers wrote: > On Mon, Apr 09, 2007 at 10:06:06AM -0300, Abel Morabito wrote: > > > > I haven't got access to XWindow by now. I use a console under a NetBSD > > system on the server side and I use PuTTY on the client side. Besides I'm > > using emacs -not xemacs-. > > Note, XEmacs is not the X version of Emacs. It's a different implementation > of Emacs, originally based on the same code, but it's been a separate > project for a long time now. Both Emacs and XEmacs run on the console and > under X. > > > The <return> key is working fine in general, it > > was just in the ebib index buffer where I noticed it didn't work at all. > > Well, in a console strange things sometimes happen to keypress events, and > certainly throwing ssh in the mix doesn't make it easier. ;-) Apparently > the return key in your setup sends C-m, which is not the same as > <return>. Ebib by default binds the latter to ebib-select-entry, not the > former. > > -- > Joost Kremers > Life has its moments > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Ebib-users mailing list > Ebi...@li... > https://lists.sourceforge.net/lists/listinfo/ebib-users |