Re: ESC SPC please

2009-11-29 Thread Pierre Gaston

On Sun, 29 Nov 2009, jida...@jidanni.org wrote:


PG> maybe try the following macro:
PG> bind  '"\M- ":"\M-\\ "'
Sorry, that doesn't work on the command line or .inputrc.
No effect.


ah, it works for me.





Re: ESC SPC please

2009-11-28 Thread jidanni
PG> maybe try the following macro:
PG> bind  '"\M- ":"\M-\\ "'
Sorry, that doesn't work on the command line or .inputrc.
No effect.




Re: ESC SPC please

2009-11-28 Thread Pierre Gaston

On Sat, 28 Nov 2009, jida...@jidanni.org wrote:


Please implement emacs'

 M-SPC (translated from  SPC) runs the command just-one-space,
 which is an interactive compiled Lisp function in `simple.el'.

I mean you already implement

 M-\ (translated from  \) runs the command
 delete-horizontal-space, which is an interactive compiled Lisp
 function in `simple.el'.

Sorry I make this request every two years.



maybe try the following macro:

bind  '"\M- ":"\M-\\ "'




ESC SPC please

2009-11-27 Thread jidanni
Please implement emacs'

  M-SPC (translated from  SPC) runs the command just-one-space,
  which is an interactive compiled Lisp function in `simple.el'.

I mean you already implement

  M-\ (translated from  \) runs the command
  delete-horizontal-space, which is an interactive compiled Lisp
  function in `simple.el'.

Sorry I make this request every two years.