From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: set font size with ctrl-mouse wheel? Date: Fri, 31 Jul 2009 08:54:05 -0700 Message-ID: <467A68139CA8483283ECE420E4F3DF66@us.oracle.com> References: <87ljm56kg6.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249055672 12572 80.91.229.12 (31 Jul 2009 15:54:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jul 2009 15:54:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Tassilo Horn'" , "'Neal Becker'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 31 17:54:25 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 1MWuR6-0003v3-4i for ged-emacs-devel@m.gmane.org; Fri, 31 Jul 2009 17:54:24 +0200 Original-Received: from localhost ([127.0.0.1]:55849 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWuR5-0003el-FV for ged-emacs-devel@m.gmane.org; Fri, 31 Jul 2009 11:54:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWuR0-0003eW-95 for emacs-devel@gnu.org; Fri, 31 Jul 2009 11:54:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWuQv-0003cq-JC for emacs-devel@gnu.org; Fri, 31 Jul 2009 11:54:17 -0400 Original-Received: from [199.232.76.173] (port=52492 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWuQv-0003cl-E6 for emacs-devel@gnu.org; Fri, 31 Jul 2009 11:54:13 -0400 Original-Received: from acsinet12.oracle.com ([141.146.126.234]:42804) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWuQu-000451-OC for emacs-devel@gnu.org; Fri, 31 Jul 2009 11:54:13 -0400 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n6VFrjw0020102 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 31 Jul 2009 15:53:47 GMT Original-Received: from abhmt002.oracle.com (abhmt002.oracle.com [141.146.116.11]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n6VFs6k5007700; Fri, 31 Jul 2009 15:54:07 GMT Original-Received: from dradamslap1 (/141.144.168.5) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 31 Jul 2009 08:54:04 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87ljm56kg6.fsf@thinkpad.tsdh.de> Thread-Index: AcoR5Fdm1zZmSObFSbmVTLqCi4trbwAEoVMQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt002.oracle.com [141.146.116.11] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010209.4A73139E.0055:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:113459 Archived-At: > There is an easy way (at least in emacs 23.1): > (global-set-key (kbd "") 'text-scale-increase) > (global-set-key (kbd "") 'text-scale-decrease) That doesn't work in Windows. But this works in Windows: (global-set-key (kbd "") 'text-scale-increase) (global-set-key (kbd "") 'text-scale-decrease)