Re: (X)Emacs Window Manager commands

2011-08-17 Thread Gulliver.M.Smith
Sorry for the delay in posting a reply. In emacs, you can use the file menu to create a new frame (window). You then need to enter elisp commands to invoke these functions. An elisp command can be entered interactively by pressing Alt-: First, create a frame using the file menu. Then capture

Re: (X)Emacs Window Manager commands

2011-08-17 Thread Oliver Schmidt
On 8/17/2011 3:07 PM, Gulliver.M.Smith wrote: In emacs, you can use the file menu to create a new frame (window). (raise-frame f) (iconify-frame f) (decionify-frame f) (make-frame-visible f) at least raise-frame works with my simple patch for raising top level windows, see