Hi Andrea,
On Mon, Dec 20, 2010 at 5:09 AM, Andrea Crotti
wrote:
>> This can be very useful when you have multiple emacs frames for one
>> instance of emacs on different desktops. If you have configured your
>> window manager appropriately simply switching to a buffer shown on
>> another desktop
Suvayu Ali writes:
>
> I think Andrea meant to say switching window. But none the less, Emacs
> has the ability to switch frames, `C-x 5 o' or even your regular
> switch-buffer'. But I think it does it by talking to the window
> manager.
>
> This can be very useful when you have multiple emacs fr
Stefan Vollmar writes:
> Dear Andrea,
>
> I have this in my .emacs file
>
> (defun my-org-mode-stuff ()
> (define-key org-mode-map [(meta tab)] 'previous-user-buffer)
> (local-set-key (kbd "S-") 'forward-char-mark)
> (local-set-key (kbd "S-") 'backward-char-mark)
> (local-set-key (kbd "S-
Eric S Fraga writes:
>
> Isn't switching to frame a function of your window manager and not
> emacs? That is, shouldn't this be a case of telling your window manage,
> whatever that may be, to switch frames when these keys are pressed?
>
> Or am I missing something fundamental here?
Well yes an