From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: New global bindings Date: Tue, 03 Jun 2008 20:44:59 +0200 Message-ID: References: <8763sqijji.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212519115 2346 80.91.229.12 (3 Jun 2008 18:51:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2008 18:51:55 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 03 20:52:37 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K3bcE-0006f6-GD for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2008 20:52:14 +0200 Original-Received: from localhost ([127.0.0.1]:60699 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3bbS-0000Kn-1s for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2008 14:51:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3ba2-000813-38 for emacs-devel@gnu.org; Tue, 03 Jun 2008 14:49:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3ba0-0007z6-D9 for emacs-devel@gnu.org; Tue, 03 Jun 2008 14:49:57 -0400 Original-Received: from [199.232.76.173] (port=52832 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3ba0-0007yt-6l for emacs-devel@gnu.org; Tue, 03 Jun 2008 14:49:56 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:33622 helo=gate.verona.se) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K3bZw-0005QJ-Im; Tue, 03 Jun 2008 14:49:53 -0400 Original-Received: from chopper (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id m53InkHi021900; Tue, 3 Jun 2008 20:49:47 +0200 In-Reply-To: <8763sqijji.fsf@catnip.gol.com> (Miles Bader's message of "Wed, 04 Jun 2008 01:13:05 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98324 Archived-At: Miles Bader writes: > I used those particulars bindings are because lots of other popular apps > use them for this purpose (offhand, gnome apps and firefox, but > certainly more than that). I have really missed this feature, so thanks! Finally I can easily show code to co-workers, and type messages to my son. Some notes: - A prefix, repeatable, keybinding like Stefan suggested would be quite ok for usage. When you change font size, you want to conveniently find the right one, but you dont want to do it all the time. - try opening face-remap.el, and make the font really really small. On line 180, as well as other places, indentation becomes weird, probably because tab-width is being computed wrongly or something. -- Joakim Verona