From unknown Mon Aug 18 11:29:53 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4120: Subject: 23.1; text-scale-mode minor mode Reply-To: Kevin Fowler , 4120@debbugs.gnu.org Resent-From: Kevin Fowler Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 11 Aug 2009 11:40:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 4120 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.124999055425389 (code B ref -1); Tue, 11 Aug 2009 11:40:05 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 11 Aug 2009 11:35:54 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA,FVGT_m_MULTI_ODD autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7BBZqKs025386 for ; Tue, 11 Aug 2009 04:35:54 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mapdw-00036T-43 for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2009 07:35:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mapdq-00031Y-9r for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2009 07:35:50 -0400 Received: from [199.232.76.173] (port=58968 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mapdp-00031C-8L for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2009 07:35:45 -0400 Received: from mail-yx0-f172.google.com ([209.85.210.172]:59199) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mapdo-00033u-S6 for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2009 07:35:45 -0400 Received: by yxe2 with SMTP id 2so4942088yxe.14 for ; Tue, 11 Aug 2009 04:35:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.34.10 with SMTP id h10mr5011213agh.96.1249990543935; Tue, 11 Aug 2009 04:35:43 -0700 (PDT) Date: Tue, 11 Aug 2009 04:35:43 -0700 Message-ID: <4d7a7e1f0908110435u4fd9b282l5df0f375a578f2d8@mail.gmail.com> From: Kevin Fowler To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) I tried to evaluate: =C2=A0=C2=A0 (text-scale-increase 1.1) got this error: =C2=A0=C2=A0 =C2=A0face-remap-order wrong type listp fixed in face-remap.el/text-scale-mode line 227: =C2=A0=C2=A0 =C2=A0 =C2=A0(face-remap-add-relative (list 'default =C2=A0:height =C2=A0(expt text-scale-mode-step text-scale-mode-amount))))) =C2=A0=C2=A0(force-window-update (current-buffer))) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 102a103 > (print entry) 214,217c215,218 < The `text-scale-increase', `text-scale-decrease', and < `text-scale-set' functions may be used to interactively modify < the variable `text-scale-mode-amount' (they also enable or < disable `text-scale-mode' as necessary)." --- > The `text-scale-increase' and `text-scale-decrease' functions may > be used to interactively modify the variable > `text-scale-mode-amount' (they also enable or disable > `text-scale-mode' as necessary)." 226c227 < (face-remap-add-relative 'default --- > (face-remap-add-relative (list 'default 229c230 < text-scale-mode-amount)))) --- > text-scale-mode-amount))))) 233,245d233 < (defun text-scale-set (level) < "Set the scale factor of the default face in the current buffer to LEVE= L. < If LEVEL is non-zero, `text-scale-mode' is enabled, otherwise it is disab= led. < < LEVEL is a number of steps, with 0 representing the default size. < Each step scales the height of the default face by the variable < `text-scale-mode-step' (a negative number decreases the height by < the same amount)." < (interactive "p") < (setq text-scale-mode-amount level) < (text-scale-mode (if (zerop text-scale-mode-amount) -1 1))) < < ;;;###autoload =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D In GNU Emacs 23.1.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46) =C2=A0of 2009-08-06 on braeburn.aquamacs.org - Aquamacs Distribution 2.0pre= view2 Windowing system distributor `Apple', version 10.3.1038 configured using `configure =C2=A0'--with-ns' '--without-x' 'CFLAGS=3D-arch i386 -arch ppc' 'LDFLAGS=3D-arch i386 -arch ppc'' Important settings: =C2=A0=C2=A0value of $LC_ALL: nil =C2=A0=C2=A0value of $LC_COLLATE: nil =C2=A0=C2=A0value of $LC_CTYPE: nil =C2=A0=C2=A0value of $LC_MESSAGES: nil =C2=A0=C2=A0value of $LC_MONETARY: nil =C2=A0=C2=A0value of $LC_NUMERIC: nil =C2=A0=C2=A0value of $LC_TIME: nil =C2=A0=C2=A0value of $LANG: nil =C2=A0=C2=A0value of $XMODIFIERS: nil =C2=A0=C2=A0locale-coding-system: nil =C2=A0=C2=A0default-enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: =C2=A0=C2=A0global-hl-line-mode: t =C2=A0=C2=A0display-time-mode: t =C2=A0=C2=A0minibuffer-depth-indicate-mode: t =C2=A0=C2=A0icicle-mode: t =C2=A0=C2=A0shell-dirtrack-mode: t =C2=A0=C2=A0yas/minor-mode: t =C2=A0=C2=A0diff-auto-refine-mode: t =C2=A0=C2=A0delete-selection-mode: t =C2=A0=C2=A0show-paren-mode: t =C2=A0=C2=A0pc-selection-mode: t =C2=A0=C2=A0savehist-mode: t =C2=A0=C2=A0cua-mode: t =C2=A0=C2=A0smart-frame-positioning-mode: t =C2=A0=C2=A0aquamacs-autoface-mode: t =C2=A0=C2=A0recentf-mode: t =C2=A0=C2=A0osx-key-mode: t =C2=A0=C2=A0tabbar-mwheel-mode: t =C2=A0=C2=A0tabbar-mode: t =C2=A0=C2=A0tooltip-mode: t =C2=A0=C2=A0mouse-wheel-mode: t =C2=A0=C2=A0menu-bar-mode: t =C2=A0=C2=A0file-name-shadow-mode: t =C2=A0=C2=A0global-font-lock-mode: t =C2=A0=C2=A0font-lock-mode: t =C2=A0=C2=A0blink-cursor-mode: t =C2=A0=C2=A0global-auto-composition-mode: t =C2=A0=C2=A0auto-composition-mode: t =C2=A0=C2=A0auto-encryption-mode: t =C2=A0=C2=A0auto-compression-mode: t =C2=A0=C2=A0temp-buffer-resize-mode: t =C2=A0=C2=A0size-indication-mode: t =C2=A0=C2=A0column-number-mode: t =C2=A0=C2=A0line-number-mode: t =C2=A0=C2=A0global-visual-line-mode: t =C2=A0=C2=A0visual-line-mode: t =C2=A0=C2=A0transient-mark-mode: t Recent input: L P W D =E2=8C=A5X R E P O R T E M ^G ^X K C D SPC ~ / . E M C A S C C S L S C D SPC ~ / . E M A C S . D L S C D SPC =E2=87=A7A Q =E2=87=A7P R E F L S C P SPC C U ^A ^K L S SPC - L SPC C U S * C P SPC C U S O T W C U E =E2=8C=A5X L O A D C F I L C U S T E ^X B Q ^G C D SPC / =E2=87=A7A P =E2=87=A7A Q U A L S C D SPC =E2=87=A7S =E2=87=A7C O N T L I S P =E2=8C=A5P =E2=87=A7R E S L I L S SPC - L T R A C P SPC F A C - R E SPC ~ / =E2=87=A7D O W N ^X ^F ^A ^K ^D C D C D SPC =E2=87=A7D O ~ / =E2=87=A7D O W N ^X ^F F A C ^N ^V ^N ^V ^N ^N ^S ( L I S T ^S ^S ^N =E2=8C=98C =E2=8C=A5X E M A C S - R E P O B U G R E P O R T - E Recent messages: /Applications/Aquamacs.app/Contents/Resources/lisp Partially completed [2 times] Completed if: End of buffer ~ Completed ~/Downloads Computing completion candidates... Mark saved where search started Computing completion candidates... [5 times] From unknown Mon Aug 18 11:29:53 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#4120: Subject: 23.1; text-scale-mode minor mode Reply-To: Chong Yidong , 4120@debbugs.gnu.org Resent-From: Chong Yidong Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sun, 16 Aug 2009 00:50:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 4120 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 4120-submit@emacsbugs.donarmstrong.com id=B4120.125038333920016 (code B ref 4120); Sun, 16 Aug 2009 00:50:06 +0000 Received: (at 4120) by emacsbugs.donarmstrong.com; 16 Aug 2009 00:42:19 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.6 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7G0gHfg020013 for <4120@emacsbugs.donarmstrong.com>; Sat, 15 Aug 2009 17:42:18 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 50B8957E21C; Sat, 15 Aug 2009 20:43:16 -0400 (EDT) From: Chong Yidong To: Kevin Fowler Cc: 4120@debbugs.gnu.org Date: Sat, 15 Aug 2009 20:43:16 -0400 Message-ID: <87skfsk2qj.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > I tried to evaluate: > (text-scale-increase 1.1) > got this error: > face-remap-order wrong type listp I'm afraid I can't reproduce this problem. Could you provide a precise recipe, starting from `emacs -Q'? From lekktu@gmail.com Thu Oct 22 02:35:31 2009 Received: (at control) by emacsbugs.donarmstrong.com; 22 Oct 2009 09:35:32 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=AWL,MISSING_SUBJECT, MURPHY_DRUGS_REL8,NOSUBJECT,VALID_BTS_CONTROL autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-fx0-f213.google.com (mail-fx0-f213.google.com [209.85.220.213]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n9M9ZTNW004084 for ; Thu, 22 Oct 2009 02:35:31 -0700 Received: by fxm9 with SMTP id 9so9696363fxm.1 for ; Thu, 22 Oct 2009 02:35:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=8EmqKmTQZFxRHmBqMf0mAHPBq3MFliknc0lztWoJq6Y=; b=HxQYupT4FFltZz1ItMJj0h3XTFYNK5e7ryT0Cek2T3YESYQLNQM8G9V9i2CKiMAEbc EvYuLj8f7w1qApk14qvzihjcYCGQUOU+1DBevO5UhGKLQhzQ6+vBiuihHNGFYaXeeEYe kJYg0CmwEGM5xp9e/Qz4pt4br7Ml4TcpNJkWo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Y5ybjjcxlLdLgAFAm7oQwPF4q6enZ/vhDgoBesbKLPsYfKZBy2gNxuVUArd1lZsA9C Mqc9bcUQhekOxrkhuBrM/oRLNjZDm8m0DPtCnEMhvvK6rKfs9H9j6QMJR6VObUwlfUeo 7VB35jQ8OYFrwvpcsbgPdQA8bmjmcb1XFRU14= MIME-Version: 1.0 Received: by 10.239.145.8 with SMTP id q8mr761204hba.122.1256204124158; Thu, 22 Oct 2009 02:35:24 -0700 (PDT) From: Juanma Barranquero Date: Thu, 22 Oct 2009 11:35:04 +0200 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 reassign 4326 emacs,ns merge 4261 4434 merge 1589 3359 4207 merge 3829 4077 tags 4781 + patch tags 4747 + patch tags 4579 + patch tags 4471 + patch tags 4434 + patch tags 4234 + patch tags 4221 + patch tags 4147 + patch tags 4144 + patch tags 4139 + patch tags 4023 + patch tags 4736 + moreinfo unreproducible tags 4547 + notabug tags 4451 + notabug tags 4448 + moreinfo tags 4427 + moreinfo tags 4373 + notabug tags 4360 + notabug tags 4271 + moreinfo tags 4236 + moreinfo tags 4143 + moreinfo unreproducible tags 4120 + moreinfo unreproducible tags 4070 + moreinfo unreproducible severity 4422 wishlist severity 4396 minor severity 4394 minor severity 4341 wishlist severity 4300 minor severity 4263 minor severity 4178 minor severity 4172 wishlist severity 4110 wishlist severity 4056 wishlist close 4772 close 4700 close 4599 close 4515 close 4463 close 4445 close 4395 close 4334 close 4289 close 4219 quit From unknown Mon Aug 18 11:29:53 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Kevin Fowler Subject: bug#4120: closed (Re: bug#4120: Subject: 23.1; text-scale-mode minor mode) Message-ID: References: <4d7a7e1f0908110435u4fd9b282l5df0f375a578f2d8@mail.gmail.com> X-Gnu-PR-Message: they-closed 4120 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: unreproducible moreinfo Reply-To: 4120@debbugs.gnu.org Date: Sun, 10 Jul 2011 01:36:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1310261762-1882-1" This is a multi-part message in MIME format... ------------=_1310261762-1882-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #4120: Subject: 23.1; text-scale-mode minor mode which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 4120@debbugs.gnu.org. --=20 4120: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D4120 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1310261762-1882-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 4120-done) by debbugs.gnu.org; 10 Jul 2011 01:35:45 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qfivw-0000Ts-Ni for submit@debbugs.gnu.org; Sat, 09 Jul 2011 21:35:45 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qfivu-0000Tf-Uc for 4120-done@debbugs.gnu.org; Sat, 09 Jul 2011 21:35:43 -0400 Received: from localhost ([127.0.0.1]:56263) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfivp-0004pZ-Ic; Sat, 09 Jul 2011 21:35:37 -0400 From: Glenn Morris To: 4120-done@debbugs.gnu.org Subject: Re: bug#4120: Subject: 23.1; text-scale-mode minor mode References: <87skfsk2qj.fsf@cyd.mit.edu> X-Spook: supercomputer ISEC offensive information warfare MD2 X-Ran: P%nup'.t3u)]*vi2D3GjD5+=EXuA7#g;K?V,yMIC|<3rtI,i3J2dt2|-Pm'-XY;;K7:i/N X-Hue: blue X-Attribution: GM Date: Sat, 09 Jul 2011 21:35:37 -0400 In-Reply-To: <87skfsk2qj.fsf@cyd.mit.edu> (Chong Yidong's message of "Sat, 15 Aug 2009 20:43:16 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 4120-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) This bug is being closed because it could not be reproduced and there was no response to a request for more information. If you reply with the requested information it can be reopened. You can view the whole report at http://debbugs.gnu.org/BUGNUMBER ------------=_1310261762-1882-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 11 Aug 2009 11:35:54 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA,FVGT_m_MULTI_ODD autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n7BBZqKs025386 for ; Tue, 11 Aug 2009 04:35:54 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mapdw-00036T-43 for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2009 07:35:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mapdq-00031Y-9r for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2009 07:35:50 -0400 Received: from [199.232.76.173] (port=58968 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mapdp-00031C-8L for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2009 07:35:45 -0400 Received: from mail-yx0-f172.google.com ([209.85.210.172]:59199) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mapdo-00033u-S6 for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2009 07:35:45 -0400 Received: by yxe2 with SMTP id 2so4942088yxe.14 for ; Tue, 11 Aug 2009 04:35:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.34.10 with SMTP id h10mr5011213agh.96.1249990543935; Tue, 11 Aug 2009 04:35:43 -0700 (PDT) Date: Tue, 11 Aug 2009 04:35:43 -0700 Message-ID: <4d7a7e1f0908110435u4fd9b282l5df0f375a578f2d8@mail.gmail.com> Subject: Subject: 23.1; text-scale-mode minor mode From: Kevin Fowler To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) I tried to evaluate: =C2=A0=C2=A0 (text-scale-increase 1.1) got this error: =C2=A0=C2=A0 =C2=A0face-remap-order wrong type listp fixed in face-remap.el/text-scale-mode line 227: =C2=A0=C2=A0 =C2=A0 =C2=A0(face-remap-add-relative (list 'default =C2=A0:height =C2=A0(expt text-scale-mode-step text-scale-mode-amount))))) =C2=A0=C2=A0(force-window-update (current-buffer))) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 102a103 > (print entry) 214,217c215,218 < The `text-scale-increase', `text-scale-decrease', and < `text-scale-set' functions may be used to interactively modify < the variable `text-scale-mode-amount' (they also enable or < disable `text-scale-mode' as necessary)." --- > The `text-scale-increase' and `text-scale-decrease' functions may > be used to interactively modify the variable > `text-scale-mode-amount' (they also enable or disable > `text-scale-mode' as necessary)." 226c227 < (face-remap-add-relative 'default --- > (face-remap-add-relative (list 'default 229c230 < text-scale-mode-amount)))) --- > text-scale-mode-amount))))) 233,245d233 < (defun text-scale-set (level) < "Set the scale factor of the default face in the current buffer to LEVE= L. < If LEVEL is non-zero, `text-scale-mode' is enabled, otherwise it is disab= led. < < LEVEL is a number of steps, with 0 representing the default size. < Each step scales the height of the default face by the variable < `text-scale-mode-step' (a negative number decreases the height by < the same amount)." < (interactive "p") < (setq text-scale-mode-amount level) < (text-scale-mode (if (zerop text-scale-mode-amount) -1 1))) < < ;;;###autoload =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D In GNU Emacs 23.1.1 (i386-apple-darwin9.7.0, NS apple-appkit-949.46) =C2=A0of 2009-08-06 on braeburn.aquamacs.org - Aquamacs Distribution 2.0pre= view2 Windowing system distributor `Apple', version 10.3.1038 configured using `configure =C2=A0'--with-ns' '--without-x' 'CFLAGS=3D-arch i386 -arch ppc' 'LDFLAGS=3D-arch i386 -arch ppc'' Important settings: =C2=A0=C2=A0value of $LC_ALL: nil =C2=A0=C2=A0value of $LC_COLLATE: nil =C2=A0=C2=A0value of $LC_CTYPE: nil =C2=A0=C2=A0value of $LC_MESSAGES: nil =C2=A0=C2=A0value of $LC_MONETARY: nil =C2=A0=C2=A0value of $LC_NUMERIC: nil =C2=A0=C2=A0value of $LC_TIME: nil =C2=A0=C2=A0value of $LANG: nil =C2=A0=C2=A0value of $XMODIFIERS: nil =C2=A0=C2=A0locale-coding-system: nil =C2=A0=C2=A0default-enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: =C2=A0=C2=A0global-hl-line-mode: t =C2=A0=C2=A0display-time-mode: t =C2=A0=C2=A0minibuffer-depth-indicate-mode: t =C2=A0=C2=A0icicle-mode: t =C2=A0=C2=A0shell-dirtrack-mode: t =C2=A0=C2=A0yas/minor-mode: t =C2=A0=C2=A0diff-auto-refine-mode: t =C2=A0=C2=A0delete-selection-mode: t =C2=A0=C2=A0show-paren-mode: t =C2=A0=C2=A0pc-selection-mode: t =C2=A0=C2=A0savehist-mode: t =C2=A0=C2=A0cua-mode: t =C2=A0=C2=A0smart-frame-positioning-mode: t =C2=A0=C2=A0aquamacs-autoface-mode: t =C2=A0=C2=A0recentf-mode: t =C2=A0=C2=A0osx-key-mode: t =C2=A0=C2=A0tabbar-mwheel-mode: t =C2=A0=C2=A0tabbar-mode: t =C2=A0=C2=A0tooltip-mode: t =C2=A0=C2=A0mouse-wheel-mode: t =C2=A0=C2=A0menu-bar-mode: t =C2=A0=C2=A0file-name-shadow-mode: t =C2=A0=C2=A0global-font-lock-mode: t =C2=A0=C2=A0font-lock-mode: t =C2=A0=C2=A0blink-cursor-mode: t =C2=A0=C2=A0global-auto-composition-mode: t =C2=A0=C2=A0auto-composition-mode: t =C2=A0=C2=A0auto-encryption-mode: t =C2=A0=C2=A0auto-compression-mode: t =C2=A0=C2=A0temp-buffer-resize-mode: t =C2=A0=C2=A0size-indication-mode: t =C2=A0=C2=A0column-number-mode: t =C2=A0=C2=A0line-number-mode: t =C2=A0=C2=A0global-visual-line-mode: t =C2=A0=C2=A0visual-line-mode: t =C2=A0=C2=A0transient-mark-mode: t Recent input: L P W D =E2=8C=A5X R E P O R T E M ^G ^X K C D SPC ~ / . E M C A S C C S L S C D SPC ~ / . E M A C S . D L S C D SPC =E2=87=A7A Q =E2=87=A7P R E F L S C P SPC C U ^A ^K L S SPC - L SPC C U S * C P SPC C U S O T W C U E =E2=8C=A5X L O A D C F I L C U S T E ^X B Q ^G C D SPC / =E2=87=A7A P =E2=87=A7A Q U A L S C D SPC =E2=87=A7S =E2=87=A7C O N T L I S P =E2=8C=A5P =E2=87=A7R E S L I L S SPC - L T R A C P SPC F A C - R E SPC ~ / =E2=87=A7D O W N ^X ^F ^A ^K ^D C D C D SPC =E2=87=A7D O ~ / =E2=87=A7D O W N ^X ^F F A C ^N ^V ^N ^V ^N ^N ^S ( L I S T ^S ^S ^N =E2=8C=98C =E2=8C=A5X E M A C S - R E P O B U G R E P O R T - E Recent messages: /Applications/Aquamacs.app/Contents/Resources/lisp Partially completed [2 times] Completed if: End of buffer ~ Completed ~/Downloads Computing completion candidates... Mark saved where search started Computing completion candidates... [5 times] ------------=_1310261762-1882-1--