From unknown Sun Aug 17 22:13:23 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#2384: 23.0.90; syntax-highlighting in shell-script-mode incorrect Reply-To: Geralt , 2384@debbugs.gnu.org Resent-From: Geralt Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 19 Feb 2009 10:50:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 2384 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.1235040159661 (code B ref -1); Thu, 19 Feb 2009 10:50:03 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 19 Feb 2009 10:42:39 +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 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1JAgZWt000655 for ; Thu, 19 Feb 2009 02:42:36 -0800 Received: from mx10.gnu.org ([199.232.76.166]:52598) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1La6KR-0005P9-7l for emacs-pretest-bug@gnu.org; Thu, 19 Feb 2009 05:40:27 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1La6MR-0005bs-Ai for emacs-pretest-bug@gnu.org; Thu, 19 Feb 2009 05:42:34 -0500 Received: from mail-bw0-f160.google.com ([209.85.218.160]:61445) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1La6MQ-0005be-Et for emacs-pretest-bug@gnu.org; Thu, 19 Feb 2009 05:42:31 -0500 Received: by bwz4 with SMTP id 4so895366bwz.18 for ; Thu, 19 Feb 2009 02:42:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Plqi8naZYpTjxigsoEFsre3LG39P5lsNh6XcwjFJHvs=; b=V32U1jzrhRqZUAtfGD4Qb1K7PTuEYBhsYqpmjl/XrtqNiJUJHLHEn5HkpnOYXpsxZ9 e5iJasA4E+EGRzvsz2jX7ApM8BGAvq15Pa20sMSdYAxWNe+oI3ItYvj8hyEHrPMP/zGa eTqQUYHUvLecaA0e6xMSsOUfU4tR1/eoiquMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=VHU1cmEFHun5wyWOiAa9UNPwVIAmWr1NtvsmT7H0fIrq77BdN2k9whuuE0CwzoMp7j 7zhPKI8T+8GeWiJNafi4PlnUOSOBVktx7v+pbs4xMU0FpUXwcUVna9wxUA78f8uLqdYn 2Ntw/NO2jWdk4Atw4GMHPHjCTDwMxlYkrNUlw= MIME-Version: 1.0 Received: by 10.180.223.8 with SMTP id v8mr427511bkg.181.1235040148330; Thu, 19 Feb 2009 02:42:28 -0800 (PST) Date: Thu, 19 Feb 2009 11:42:28 +0100 Message-ID: From: Geralt To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Syntax highlighting in shell-script-mode is incorrect if you put ' characters (single quotes) into double quotes without "escaping" them. But this is only handled by the syntax highlighter as escaping, since a single quote does not need any escaping in double quotes (this test was only done to confirm that this is the actual issue that caused the incorrect highlighting). In GNU Emacs 23.0.90.1 (i686-pc-linux-gnu, GTK+ Version 2.14.7) of 2009-02-17 on sascha-xps Windowing system distributor `The X.Org Foundation', version 11.0.10502000 configured using `configure '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--program-suffix=-emacs-23' '--infodir=/usr/share/info/emacs-23' '--with-sound' '--with-x' '--with-toolkit-scroll-bars' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xpm' '--with-freetype' '--with-xft' '--without-libotf' '--without-m17n-flt' '--with-x-toolkit=gtk' '--without-hesiod' '--without-kerberos' '--without-kerberos5' '--with-gpm' '--with-dbus' '--build=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'CFLAGS=-O2 -march=prescott -pipe' 'LDFLAGS=-Wl,-O1'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: de_DE.utf8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.utf8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Shell-script Minor modes in effect: shell-dirtrack-mode: t auto-complete-mode: t iswitchb-mode: t which-function-mode: t minibuffer-depth-indicate-mode: t recentf-mode: t icicle-mode: t show-paren-mode: t auto-dictionary-mode: t flyspell-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: -1 global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-f M-f M-f M-b C-b M-w C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p M-b M-b M-b M-b M-b M-b M-b C-y SPC C-p C-p C-p C-p C-p M-b M-b M-b M-b C-y SPC C-x C-s C-r F r i e d M-$ ? i y C-r i n t e r M-$ 0 C-s l o o k M-$ C-g M-$ 1 C-s l o k M-$ 1 M-< C-x C-s C-x k C-x C-f b i n a u C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n M-f M-f M-f M-f M-f M-f M-b M-- M-- M-- M-- M-f \ C-n C-n C-n C-n C-n C-b \ M-x s h e l l e c h o SPC " \ ' " C-x b M-- M-- C-b C-b C-b C-b C-b C-b C-b C-b C-b C-b C-f C-M-b C-M-b C-M-b C-b C-M-SPC M-w C-x b C-y C-a e c h o SPC $ M-p C-b M-b M-b M-b C-e C-x b C-s ' M-f M-f C-f C-f C-f C-d C-e C-n C-n C-n C-n C-n M-b M-b M-b M-b M-b M-b M-b M-b M-b M-b M-b M-b C-b M-f M-f M-f C-d C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n M-f M-f M-f C-f C-f C-d C-f C-f C-f C-f C-f C-f C-f C-f C-d M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- C-x C-s Recent messages: Undo! Error during redisplay: (error Invalid search bound (wrong side of point)) Undo! Error during redisplay: (error Invalid search bound (wrong side of point)) Undo! Error during redisplay: (error Invalid search bound (wrong side of point)) undo-more: No further undo information [11 times] undo-more: No further undo informationError during redisplay: (end-of-buffer) (No changes need to be saved) Menu-Bar mode enabled From unknown Sun Aug 17 22:13:23 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#2384: 23.0.90; syntax-highlighting in shell-script-mode incorrect Reply-To: Stefan Monnier , 2384@debbugs.gnu.org Resent-From: Stefan Monnier Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 19 Feb 2009 18:10:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 2384 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12350666136066 (code B ref -1); Thu, 19 Feb 2009 18:10:03 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 19 Feb 2009 18:03:33 +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.5 required=4.0 tests=HAS_BUG_NUMBER,XIRONPORT autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1JI3TCs006054 for ; Thu, 19 Feb 2009 10:03:30 -0800 Received: from mx10.gnu.org ([199.232.76.166]:57169) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LaDD6-0001ct-89 for emacs-pretest-bug@gnu.org; Thu, 19 Feb 2009 13:01:20 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LaDF7-0000Zi-PY for emacs-pretest-bug@gnu.org; Thu, 19 Feb 2009 13:03:27 -0500 Received: from ironport2-out.pppoe.ca ([206.248.154.182]:40218 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LaDF7-0000ZO-DI for emacs-pretest-bug@gnu.org; Thu, 19 Feb 2009 13:03:25 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqQEAN8tnUlMCpTK/2dsb2JhbACBbtFohA4Ggz0 X-IronPort-AV: E=Sophos;i="4.38,236,1233550800"; d="scan'208";a="34096238" Received: from 76-10-148-202.dsl.teksavvy.com (HELO ceviche.home) ([76.10.148.202]) by ironport2-out.teksavvy.com with ESMTP; 19 Feb 2009 13:03:20 -0500 Received: by ceviche.home (Postfix, from userid 20848) id 29957B419A; Thu, 19 Feb 2009 13:03:22 -0500 (EST) From: Stefan Monnier To: Geralt Cc: 2384@debbugs.gnu.org, emacs-pretest-bug@gnu.org Message-ID: References: Date: Thu, 19 Feb 2009 13:03:22 -0500 In-Reply-To: (Geralt's message of "Thu, 19 Feb 2009 11:42:28 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. > Syntax highlighting in shell-script-mode is incorrect if you put ' > characters (single quotes) into double quotes without "escaping" them. I cannot reproduce this. Can you give us a concrete test case starting from "Emacs -Q"? Stefan From unknown Sun Aug 17 22:13:23 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Geralt Subject: bug#2384 closed by Stefan Monnier (Re: bug#2384: 23.0.90; syntax-highlighting in shell-script-mode) Message-ID: References: X-Emacs-PR-Message: they-closed 2384 X-Emacs-PR-Package: emacs Reply-To: 2384@debbugs.gnu.org Date: Thu, 19 Feb 2009 22:20:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1235082003-20314-1" This is a multi-part message in MIME format... ------------=_1235082003-20314-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #2384: 23.0.90; syntax-highlighting in shell-script-mode incorrect It has been closed by Stefan Monnier . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Stefan Monnier by replying to this email. --=20 2384: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D2384 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1235082003-20314-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 2384-done) by emacsbugs.donarmstrong.com; 19 Feb 2009 22:19:21 +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.5 required=4.0 tests=HAS_BUG_NUMBER,HS_INDEX_PARAM, XIRONPORT autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ironport2-out.teksavvy.com (ironport2-out.pppoe.ca [206.248.154.182]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1JMJHvJ020250 for <2384-done@emacsbugs.donarmstrong.com>; Thu, 19 Feb 2009 14:19:19 -0800 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqYFAN9pnUlMCpTK/2dsb2JhbACBbk/QYIQPBoM9 X-IronPort-AV: E=Sophos;i="4.38,236,1233550800"; d="scan'208";a="34113312" Received: from 76-10-148-202.dsl.teksavvy.com (HELO pastel.home) ([76.10.148.202]) by ironport2-out.teksavvy.com with ESMTP; 19 Feb 2009 17:19:11 -0500 Received: by pastel.home (Postfix, from userid 20848) id 7B5604B488; Thu, 19 Feb 2009 17:19:11 -0500 (EST) From: Stefan Monnier To: Geralt Cc: 2384-done@debbugs.gnu.org Subject: Re: bug#2384: 23.0.90; syntax-highlighting in shell-script-mode Message-ID: References: Date: Thu, 19 Feb 2009 17:19:11 -0500 In-Reply-To: (Geralt's message of "Thu, 19 Feb 2009 21:19:51 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > Ok, I just give you the script which I've written when I noticed this > (and it happens with emacs -Q too), and in case something goes wrong > here's also a pasteboard link http://zlin.dk/p/?ZmE5NWY5 Should be fixed now, thank you, Stefan ------------=_1235082003-20314-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 19 Feb 2009 10:42:39 +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 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1JAgZWt000655 for ; Thu, 19 Feb 2009 02:42:36 -0800 Received: from mx10.gnu.org ([199.232.76.166]:52598) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1La6KR-0005P9-7l for emacs-pretest-bug@gnu.org; Thu, 19 Feb 2009 05:40:27 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1La6MR-0005bs-Ai for emacs-pretest-bug@gnu.org; Thu, 19 Feb 2009 05:42:34 -0500 Received: from mail-bw0-f160.google.com ([209.85.218.160]:61445) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1La6MQ-0005be-Et for emacs-pretest-bug@gnu.org; Thu, 19 Feb 2009 05:42:31 -0500 Received: by bwz4 with SMTP id 4so895366bwz.18 for ; Thu, 19 Feb 2009 02:42:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Plqi8naZYpTjxigsoEFsre3LG39P5lsNh6XcwjFJHvs=; b=V32U1jzrhRqZUAtfGD4Qb1K7PTuEYBhsYqpmjl/XrtqNiJUJHLHEn5HkpnOYXpsxZ9 e5iJasA4E+EGRzvsz2jX7ApM8BGAvq15Pa20sMSdYAxWNe+oI3ItYvj8hyEHrPMP/zGa eTqQUYHUvLecaA0e6xMSsOUfU4tR1/eoiquMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=VHU1cmEFHun5wyWOiAa9UNPwVIAmWr1NtvsmT7H0fIrq77BdN2k9whuuE0CwzoMp7j 7zhPKI8T+8GeWiJNafi4PlnUOSOBVktx7v+pbs4xMU0FpUXwcUVna9wxUA78f8uLqdYn 2Ntw/NO2jWdk4Atw4GMHPHjCTDwMxlYkrNUlw= MIME-Version: 1.0 Received: by 10.180.223.8 with SMTP id v8mr427511bkg.181.1235040148330; Thu, 19 Feb 2009 02:42:28 -0800 (PST) Date: Thu, 19 Feb 2009 11:42:28 +0100 Message-ID: Subject: 23.0.90; syntax-highlighting in shell-script-mode incorrect From: Geralt To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Syntax highlighting in shell-script-mode is incorrect if you put ' characters (single quotes) into double quotes without "escaping" them. But this is only handled by the syntax highlighter as escaping, since a single quote does not need any escaping in double quotes (this test was only done to confirm that this is the actual issue that caused the incorrect highlighting). In GNU Emacs 23.0.90.1 (i686-pc-linux-gnu, GTK+ Version 2.14.7) of 2009-02-17 on sascha-xps Windowing system distributor `The X.Org Foundation', version 11.0.10502000 configured using `configure '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--program-suffix=-emacs-23' '--infodir=/usr/share/info/emacs-23' '--with-sound' '--with-x' '--with-toolkit-scroll-bars' '--with-gif' '--with-jpeg' '--with-png' '--with-rsvg' '--with-tiff' '--with-xpm' '--with-freetype' '--with-xft' '--without-libotf' '--without-m17n-flt' '--with-x-toolkit=gtk' '--without-hesiod' '--without-kerberos' '--without-kerberos5' '--with-gpm' '--with-dbus' '--build=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'CFLAGS=-O2 -march=prescott -pipe' 'LDFLAGS=-Wl,-O1'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: de_DE.utf8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.utf8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Shell-script Minor modes in effect: shell-dirtrack-mode: t auto-complete-mode: t iswitchb-mode: t which-function-mode: t minibuffer-depth-indicate-mode: t recentf-mode: t icicle-mode: t show-paren-mode: t auto-dictionary-mode: t flyspell-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: -1 global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: M-f M-f M-f M-b C-b M-w C-p C-p C-p C-p C-p C-p C-p C-p C-p C-p M-b M-b M-b M-b M-b M-b M-b C-y SPC C-p C-p C-p C-p C-p M-b M-b M-b M-b C-y SPC C-x C-s C-r F r i e d M-$ ? i y C-r i n t e r M-$ 0 C-s l o o k M-$ C-g M-$ 1 C-s l o k M-$ 1 M-< C-x C-s C-x k C-x C-f b i n a u C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n M-f M-f M-f M-f M-f M-f M-b M-- M-- M-- M-- M-f \ C-n C-n C-n C-n C-n C-b \ M-x s h e l l e c h o SPC " \ ' " C-x b M-- M-- C-b C-b C-b C-b C-b C-b C-b C-b C-b C-b C-f C-M-b C-M-b C-M-b C-b C-M-SPC M-w C-x b C-y C-a e c h o SPC $ M-p C-b M-b M-b M-b C-e C-x b C-s ' M-f M-f C-f C-f C-f C-d C-e C-n C-n C-n C-n C-n M-b M-b M-b M-b M-b M-b M-b M-b M-b M-b M-b M-b C-b M-f M-f M-f C-d C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n M-f M-f M-f C-f C-f C-d C-f C-f C-f C-f C-f C-f C-f C-f C-d M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- M-- C-x C-s Recent messages: Undo! Error during redisplay: (error Invalid search bound (wrong side of point)) Undo! Error during redisplay: (error Invalid search bound (wrong side of point)) Undo! Error during redisplay: (error Invalid search bound (wrong side of point)) undo-more: No further undo information [11 times] undo-more: No further undo informationError during redisplay: (end-of-buffer) (No changes need to be saved) Menu-Bar mode enabled ------------=_1235082003-20314-1--