emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unuseful keybindings


From: Juri Linkov
Subject: Re: Unuseful keybindings
Date: Mon, 24 Dec 2012 11:35:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

> 1. Start Emacs
> 2. Maximize the frame by hand.

Maximizing the frame automatically used to be a problem on KDE
that required using such ugly tricks in ~/.emacs:

(add-hook 'after-init-hook
          (lambda ()
            (run-at-time
             "1 second" nil
             'shell-command-to-string   ; to not overwrite the echo area
             "wmctrl -r :ACTIVE: -b add,maximized_vert,maximized_horz"))
          t)

But now on GNOME it's easy to modify the command line
and to add the command line argument "-mm" or "--maximized"
that maximizes the frame automatically (also "--fullscreen", "-fs").

If "-mm" still doesn't work on KDE or Xfce, please report the bug.

> I am surprised that people are not
> talking about F2.  I accidentally
> pressed it twice and what I get is a
> weird looking email :-)

Its commands are already duplicated on the prefix key `C-x 6',
so there is no obstacle to unbind `F2'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]