Re: FVWM: Emacs-like key sequences

2003-09-01 Thread Dominik Vogt
On Sat, Aug 30, 2003 at 04:13:19PM -0400, Dan Espen wrote: Erik Steffl [EMAIL PROTECTED] writes: Mario Domg=F6rgen wrote: Hallo list! Will emacs-like key sequences find their way in fvwm somewhen? I would really like to see such bindings like Mod4 m s for maximize to screen

Re: FVWM: Emacs-like key sequences

2003-09-01 Thread Mario Domgörgen
Dan Espen [EMAIL PROTECTED] writes: You could use Mod4 m to start a module that did a keyboard grab for the next key, but I don't think the module would start quickly enough. I will try that in a lazy moment... :) You could do it with a menu, and a menu hotkey, which would be fast enough,

Re: FVWM: Emacs-like key sequences

2003-09-01 Thread Felix E. Klee
Fill me in, what's that do? Well, that's what I wanted to know as well (I never used the do construct before). So I let it run unattended and it started filling up memory till a point where my machine started running out of memory and programs started to crash. Luckily, I could hit C-g quickly

Re: FVWM: Emacs-like key sequences

2003-09-01 Thread Mario Domgörgen
Felix E. Klee [EMAIL PROTECTED] writes: Mario, can you explain this? Just stolen the sig and the channel people in #emacs seems not very interested in explaining that to me... But i can ask in de.comp.editoren, i bet i get a answer there... Mario -- Three things are certain: Death, taxes,

Re: FVWM: Emacs-like key sequences - signature line question

2003-09-01 Thread Dan Espen
Felix E. Klee [EMAIL PROTECTED] writes: Fill me in, what's that do? Well, that's what I wanted to know as well (I never used the do construct before). So I let it run unattended and it started filling up memory till a point where my machine started running out of memory and programs

Re: FVWM: Emacs-like key sequences - signature line question

2003-09-01 Thread Felix E. Klee
On Mon, 01 Sep 2003 11:46:38 -0400 Dan Espen wrote: Mario, can you explain this? I'm not Mario, but I can offer a theory. When I ran it I evaluated it in the scratch buffer. It didn't seem to be growing very fast. Since there is a print in there, I think the memory was space in the

Re: FVWM: Emacs-like key sequences

2003-08-31 Thread Erik Steffl
Dan Espen wrote: Erik Steffl [EMAIL PROTECTED] writes: Mario Domg=F6rgen wrote: Hallo list! Will emacs-like key sequences find their way in fvwm somewhen? I would really like to see such bindings like Mod4 m s for maximize to screen and Mod4 m v for maxmize vertically... you can

Re: FVWM: Emacs-like key sequences

2003-08-31 Thread Mario Domgörgen
Dan Espen [EMAIL PROTECTED] writes: Will emacs-like key sequences find their way in fvwm somewhen? I would really like to see such bindings like Mod4 m s for maximize to screen and Mod4 m v for maxmize vertically... you can specify any keybindings you want... all of them are =

FVWM: Emacs-like key sequences

2003-08-30 Thread Mario Domgörgen
Hallo list! Will emacs-like key sequences find their way in fvwm somewhen? I would really like to see such bindings like Mod4 m s for maximize to screen and Mod4 m v for maxmize vertically... Mario -- One Editor to rule them all. One Editor to find them, One Editor to bring them all and in

Re: FVWM: Emacs-like key sequences

2003-08-30 Thread Felix E. Klee
On Sat, 30 Aug 2003 16:28:19 +0200 Mario Domgörgen wrote: (do ((a 1 b) (b 1 (+ a b))) (nil a) (print a)) Asshole! ;) Felix -- To contact me in private don't reply but send mail to felix DOT klee AT inka DOT de Note that on Saturday, August 30th 2003, I won't be able to access emails sent

Re: FVWM: Emacs-like key sequences

2003-08-30 Thread Erik Steffl
Mario Domgörgen wrote: Hallo list! Will emacs-like key sequences find their way in fvwm somewhen? I would really like to see such bindings like Mod4 m s for maximize to screen and Mod4 m v for maxmize vertically... you can specify any keybindings you want... all of them are specified in

Re: FVWM: Emacs-like key sequences

2003-08-30 Thread Dan Espen
Erik Steffl [EMAIL PROTECTED] writes: Mario Domg=F6rgen wrote: Hallo list! Will emacs-like key sequences find their way in fvwm somewhen? I would really like to see such bindings like Mod4 m s for maximize to screen and Mod4 m v for maxmize vertically... you can specify any

Re: FVWM: Emacs-like key sequences

2003-08-30 Thread Thomas Gardiner
How about setting an environment variable which is toggled on or off with the escape key and then bind a function to other keys which checks to see if the environment variable is set? If it is, then do something like maximize vertically and clear the env. var.? Tom On Sat, 30 Aug 2003, Dan

Re: FVWM: Emacs-like key sequences

2003-08-30 Thread Dan Espen
Thomas Gardiner [EMAIL PROTECTED] TP: On Sat, 30 Aug 2003, Dan Espen wrote: Erik Steffl [EMAIL PROTECTED] writes: Mario Domg=F6rgen wrote: Hallo list! Will emacs-like key sequences find their way in fvwm somewhen? I would really like to see such bindings like Mod4 m s