From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: set font size with ctrl-mouse wheel? Date: Fri, 31 Jul 2009 08:59:08 +0200 Message-ID: <4A72963C.4000908@swipnet.se> References: <0504FF3757044ED4A31028A8DD7BE34A@us.oracle.com> <30593B9B728C460B966676D019DA5151@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249023577 15465 80.91.229.12 (31 Jul 2009 06:59:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jul 2009 06:59:37 +0000 (UTC) Cc: 'Leo' , emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 31 08:59:30 2009 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 1MWm5Q-0001EA-Dk for ged-emacs-devel@m.gmane.org; Fri, 31 Jul 2009 08:59:28 +0200 Original-Received: from localhost ([127.0.0.1]:60972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWm5P-0003GQ-G7 for ged-emacs-devel@m.gmane.org; Fri, 31 Jul 2009 02:59:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWm5K-0003Es-7A for emacs-devel@gnu.org; Fri, 31 Jul 2009 02:59:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWm5F-0003Bg-GX for emacs-devel@gnu.org; Fri, 31 Jul 2009 02:59:21 -0400 Original-Received: from [199.232.76.173] (port=56346 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWm5F-0003BQ-84 for emacs-devel@gnu.org; Fri, 31 Jul 2009 02:59:17 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:27310) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWm5E-0000NX-N8 for emacs-devel@gnu.org; Fri, 31 Jul 2009 02:59:16 -0400 Original-Received: from proxy3.bredband.net ([195.54.101.73]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWm5C-00075K-VP for emacs-devel@gnu.org; Fri, 31 Jul 2009 02:59:15 -0400 Original-Received: from iph1.telenor.se (195.54.127.132) by proxy3.bredband.net (7.3.140.3) id 49F597CD020F648D for emacs-devel@gnu.org; Fri, 31 Jul 2009 08:59:12 +0200 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjqBAE8zckpV4S1uPGdsb2JhbACBUogwkA4BAQEBN7dHhBcF X-IronPort-AV: E=Sophos;i="4.43,301,1246831200"; d="scan'208";a="32384329" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by iph1.telenor.se with ESMTP; 31 Jul 2009 08:59:12 +0200 Original-Received: from [172.20.199.5] (winter [172.20.199.5]) by coolsville.localdomain (Postfix) with ESMTPSA id A29937FA07B; Fri, 31 Jul 2009 08:59:11 +0200 (CEST) User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) In-Reply-To: <30593B9B728C460B966676D019DA5151@us.oracle.com> X-Detected-Operating-System: by mx20.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:113446 Archived-At: Drew Adams skrev: >>> 1. Just because Emacs has one way to do something is not a >>> reason it shouldn't also have other ways to do it. If you >>> applied that logic, you could remove everything except >>> `M-:' or `C-x C-e'. >> Firstly, just because Microsoft has something standard in their >> applications, it should be added to Emacs? > > Did someone say that? Does that follow from #1? > You did: > Yes, C-wheel might not be "standard", but it is pretty common - for MS Windows > users, at least (and that's a lot of users). It works in many apps on Windows, > from browsers to mail clients to, yes, editors. C-mouse-wheel does something already on OS X (zoom desktop), so it is a conflict right there. Jan D.