From unknown Sat Aug 16 14:26:39 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12644: 24.2.50; Doc fix Resent-From: Dani Moncayo Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 14 Oct 2012 10:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 12644 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 12644@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13502111633667 (code B ref -1); Sun, 14 Oct 2012 10:40:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Oct 2012 10:39:23 +0000 Received: from localhost ([127.0.0.1]:43296 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TNLbP-0000x5-6q for submit@debbugs.gnu.org; Sun, 14 Oct 2012 06:39:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46798) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TNLbM-0000wt-BH for submit@debbugs.gnu.org; Sun, 14 Oct 2012 06:39:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNLaH-0004YM-Ek for submit@debbugs.gnu.org; Sun, 14 Oct 2012 06:38:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:57983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNLaH-0004YI-BO for submit@debbugs.gnu.org; Sun, 14 Oct 2012 06:38:13 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNLaG-0001ux-Eb for bug-gnu-emacs@gnu.org; Sun, 14 Oct 2012 06:38:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNLaF-0004Xu-0O for bug-gnu-emacs@gnu.org; Sun, 14 Oct 2012 06:38:12 -0400 Received: from mail-oa0-f41.google.com ([209.85.219.41]:45398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNLaE-0004Xk-SA for bug-gnu-emacs@gnu.org; Sun, 14 Oct 2012 06:38:10 -0400 Received: by mail-oa0-f41.google.com with SMTP id k14so4902701oag.0 for ; Sun, 14 Oct 2012 03:38:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=BlkJk2oa1ZXCJuab9rM2JRJttx39eAQaYEqzlyGcTdw=; b=LoBNJQK8EJBNss8WyhBtVO7Qtco/9Eryam6/5Ze7YZhcQie4WkbAabkSHRulvxP6jp LwobjR3FqZI62nOUrDbHNq0rE6c8Fel4FUptA88NunK9UkR/A6O5E8MXC3Kp8sVd423B OrciX45kG232ELkYx5+i8O8+O46j2c+vLw8miYjxk/pxrTQlD49cOJSUPaZ2wwgcy37C TGefS/o4C0772Nua+/zrRMkkzaGflp3M1CIDOy+56LdSEHB0ppBVrE1dUmbxFtSUXWpH sjTERW3zDXhML3XVBYf64wHTX1Bd0IX/zZPGy5uZIarDZw+hqU73gNhf9D7SCpf8/Rxp 0BBg== MIME-Version: 1.0 Received: by 10.182.23.79 with SMTP id k15mr7247036obf.100.1350211089458; Sun, 14 Oct 2012 03:38:09 -0700 (PDT) Received: by 10.60.131.168 with HTTP; Sun, 14 Oct 2012 03:38:09 -0700 (PDT) Date: Sun, 14 Oct 2012 12:38:09 +0200 Message-ID: From: Dani Moncayo Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -3.4 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -3.4 (---) Here is a couple of fixes for the Emacs Manual. === modified file 'doc/emacs/mini.texi' --- doc/emacs/mini.texi 2012-10-06 14:18:03 +0000 +++ doc/emacs/mini.texi 2012-10-12 21:50:07 +0000 @@ -550,7 +550,7 @@ completion command replaces that with the next completion alternative, in a cyclic manner. If you give @code{completion-cycle-threshold} a numeric value @var{n}, completion commands switch to this cycling -behavior only when there are fewer than @var{n} alternatives. +behavior only when there are @var{n} or fewer alternatives. @cindex Icomplete mode @findex icomplete-mode @@ -689,8 +689,8 @@ Once inside the minibuffer for @kbd{C-x @key{ESC} @key{ESC}}, you can use the usual minibuffer history commands (@pxref{Minibuffer History}) to move through the history list. After finding the desired -previous command, you can edit its expression as usual and then repeat -it by typing @key{RET}. +previous command, you can edit its expression as usual and then +execute it by typing @key{RET}. @vindex isearch-resume-in-command-history Incremental search does not, strictly speaking, use the minibuffer. ---- Note: the first hunk fixes a mistake; the second one changes "repeat" with "execute", since if you edit the expression in the minibuffer before executing it, you are not repeating anything, but executing a new command. ---- In GNU Emacs 24.2.50.1 (i386-mingw-nt6.1.7601) of 2012-10-12 on DANI-PC Bzr revision: 110524 jan.h.d@swipnet.se-20121012175039-offa3q6viik07s2v Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --with-gcc (4.7) --no-opt --enable-checking --cflags -I../../libs/libxpm-3.5.8/include -I../../libs/libxpm-3.5.8/src -I../../libs/libpng-1.4.10 -I../../libs/zlib-1.2.6 -I../../libs/giflib-4.1.4-1/include -I../../libs/jpeg-6b-4/include -I../../libs/tiff-3.8.2-1/include -I../../libs/libxml2-2.7.8-w32-bin/include/libxml2 -I../../libs/gnutls-3.0.16/include -I../../libs/libiconv-1.14-2-mingw32-dev/include' Important settings: value of $LANG: en_US.UTF8 locale-coding-system: cp1252 default enable-multibyte-characters: t -- Dani Moncayo From unknown Sat Aug 16 14:26:39 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12644: 24.2.50; Doc fix Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 17 Oct 2012 17:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12644 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Dani Moncayo Cc: 12644@debbugs.gnu.org Received: via spool by 12644-submit@debbugs.gnu.org id=B12644.1350493169467 (code B ref 12644); Wed, 17 Oct 2012 17:00:02 +0000 Received: (at 12644) by debbugs.gnu.org; 17 Oct 2012 16:59:29 +0000 Received: from localhost ([127.0.0.1]:48755 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TOWxs-00007T-DF for submit@debbugs.gnu.org; Wed, 17 Oct 2012 12:59:29 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:50106 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TOWxq-00007M-Ss for 12644@debbugs.gnu.org; Wed, 17 Oct 2012 12:59:27 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TOWwY-00033j-QZ; Wed, 17 Oct 2012 12:58:06 -0400 From: Glenn Morris References: X-Spook: SRI clandestine Ermes JFK Kennedy Legion of Doom Security X-Ran: k/FHJYg+$<5ye2QzA%>)Aj}9z}#>(h]vneHuPqVP`bHKP)x,zu_-M^*V^M:V.v_pt}Te+' X-Hue: white X-Attribution: GM Date: Wed, 17 Oct 2012 12:58:06 -0400 In-Reply-To: (Dani Moncayo's message of "Sun, 14 Oct 2012 12:38:09 +0200") Message-ID: <4cmwzl9gtd.fsf@fencepost.gnu.org> 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: -4.6 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -4.6 (----) Dani Moncayo wrote: > in a cyclic manner. If you give @code{completion-cycle-threshold} a > numeric value @var{n}, completion commands switch to this cycling > -behavior only when there are fewer than @var{n} alternatives. > +behavior only when there are @var{n} or fewer alternatives. Thanks. By experiment, you are correct; but the variable's doc and the code comments also describe the former behaviour, so I wonder if the code should be changed? > -previous command, you can edit its expression as usual and then repeat > -it by typing @key{RET}. > +previous command, you can edit its expression as usual and then > +execute it by typing @key{RET}. Applied. From unknown Sat Aug 16 14:26:39 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12644: 24.2.50; Doc fix Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 17 Oct 2012 20:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12644 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Glenn Morris Cc: 12644@debbugs.gnu.org, Dani Moncayo Received: via spool by 12644-submit@debbugs.gnu.org id=B12644.135050591825790 (code B ref 12644); Wed, 17 Oct 2012 20:32:02 +0000 Received: (at 12644) by debbugs.gnu.org; 17 Oct 2012 20:31:58 +0000 Received: from localhost ([127.0.0.1]:48872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TOaHW-0006hu-4L for submit@debbugs.gnu.org; Wed, 17 Oct 2012 16:31:58 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:56897) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TOaHU-0006hi-Mv for 12644@debbugs.gnu.org; Wed, 17 Oct 2012 16:31:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai0FAG6Zu09MCoeh/2dsb2JhbABEsEiDSYEIghUBAQQBViMQCw4mEhQYDSSIHAW6CZBEA6MzgViDBQ X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="201918884" Received: from 76-10-135-161.dsl.teksavvy.com (HELO pastel.home) ([76.10.135.161]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 17 Oct 2012 16:30:30 -0400 Received: by pastel.home (Postfix, from userid 20848) id 5371259523; Wed, 17 Oct 2012 16:30:30 -0400 (EDT) From: Stefan Monnier Message-ID: References: <4cmwzl9gtd.fsf@fencepost.gnu.org> Date: Wed, 17 Oct 2012 16:30:30 -0400 In-Reply-To: <4cmwzl9gtd.fsf@fencepost.gnu.org> (Glenn Morris's message of "Wed, 17 Oct 2012 12:58:06 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.8 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: 0.8 (/) >> in a cyclic manner. If you give @code{completion-cycle-threshold} a >> numeric value @var{n}, completion commands switch to this cycling >> -behavior only when there are fewer than @var{n} alternatives. >> +behavior only when there are @var{n} or fewer alternatives. > Thanks. By experiment, you are correct; but the variable's doc and the > code comments also describe the former behaviour, so I wonder if the code > should be changed? I don't think anybody cares about such off-by-one differences here, so you can change the doc to match the code or vice-versa: either way is fine. Stefan From unknown Sat Aug 16 14:26:39 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Dani Moncayo Subject: bug#12644: closed (Re: bug#12644: 24.2.50; Doc fix) Message-ID: References: X-Gnu-PR-Message: they-closed 12644 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 12644@debbugs.gnu.org Date: Thu, 18 Oct 2012 03:33:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1350531182-32300-1" This is a multi-part message in MIME format... ------------=_1350531182-32300-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #12644: 24.2.50; Doc fix 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 12644@debbugs.gnu.org. --=20 12644: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D12644 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1350531182-32300-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 12644-done) by debbugs.gnu.org; 18 Oct 2012 03:32:08 +0000 Received: from localhost ([127.0.0.1]:49104 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TOgq7-0008Nu-GT for submit@debbugs.gnu.org; Wed, 17 Oct 2012 23:32:07 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:54964 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TOgq3-0008Nl-PU for 12644-done@debbugs.gnu.org; Wed, 17 Oct 2012 23:32:04 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TOgoj-0001Y3-CJ; Wed, 17 Oct 2012 23:30:41 -0400 From: Glenn Morris To: 12644-done@debbugs.gnu.org Subject: Re: bug#12644: 24.2.50; Doc fix References: <4cmwzl9gtd.fsf@fencepost.gnu.org> X-Spook: Bruxelles ANZUS supercomputer S Key plutonium e-cash bemd X-Ran: 4o[71*vkTYO"YBoE@@>L`6}?2ez`ak`VF|M4~fLP}@}O$3Me_W-=6*+@p$`PnIM0q (Stefan Monnier's message of "Wed, 17 Oct 2012 16:30:30 -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: -4.6 (----) X-Debbugs-Envelope-To: 12644-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -4.6 (----) Version: 24.3 Stefan Monnier wrote: > I don't think anybody cares about such off-by-one differences here, so Doc fixes it is then. ------------=_1350531182-32300-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Oct 2012 10:39:23 +0000 Received: from localhost ([127.0.0.1]:43296 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TNLbP-0000x5-6q for submit@debbugs.gnu.org; Sun, 14 Oct 2012 06:39:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46798) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TNLbM-0000wt-BH for submit@debbugs.gnu.org; Sun, 14 Oct 2012 06:39:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNLaH-0004YM-Ek for submit@debbugs.gnu.org; Sun, 14 Oct 2012 06:38:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:57983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNLaH-0004YI-BO for submit@debbugs.gnu.org; Sun, 14 Oct 2012 06:38:13 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNLaG-0001ux-Eb for bug-gnu-emacs@gnu.org; Sun, 14 Oct 2012 06:38:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNLaF-0004Xu-0O for bug-gnu-emacs@gnu.org; Sun, 14 Oct 2012 06:38:12 -0400 Received: from mail-oa0-f41.google.com ([209.85.219.41]:45398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNLaE-0004Xk-SA for bug-gnu-emacs@gnu.org; Sun, 14 Oct 2012 06:38:10 -0400 Received: by mail-oa0-f41.google.com with SMTP id k14so4902701oag.0 for ; Sun, 14 Oct 2012 03:38:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=BlkJk2oa1ZXCJuab9rM2JRJttx39eAQaYEqzlyGcTdw=; b=LoBNJQK8EJBNss8WyhBtVO7Qtco/9Eryam6/5Ze7YZhcQie4WkbAabkSHRulvxP6jp LwobjR3FqZI62nOUrDbHNq0rE6c8Fel4FUptA88NunK9UkR/A6O5E8MXC3Kp8sVd423B OrciX45kG232ELkYx5+i8O8+O46j2c+vLw8miYjxk/pxrTQlD49cOJSUPaZ2wwgcy37C TGefS/o4C0772Nua+/zrRMkkzaGflp3M1CIDOy+56LdSEHB0ppBVrE1dUmbxFtSUXWpH sjTERW3zDXhML3XVBYf64wHTX1Bd0IX/zZPGy5uZIarDZw+hqU73gNhf9D7SCpf8/Rxp 0BBg== MIME-Version: 1.0 Received: by 10.182.23.79 with SMTP id k15mr7247036obf.100.1350211089458; Sun, 14 Oct 2012 03:38:09 -0700 (PDT) Received: by 10.60.131.168 with HTTP; Sun, 14 Oct 2012 03:38:09 -0700 (PDT) Date: Sun, 14 Oct 2012 12:38:09 +0200 Message-ID: Subject: 24.2.50; Doc fix From: Dani Moncayo To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -3.4 (---) Here is a couple of fixes for the Emacs Manual. === modified file 'doc/emacs/mini.texi' --- doc/emacs/mini.texi 2012-10-06 14:18:03 +0000 +++ doc/emacs/mini.texi 2012-10-12 21:50:07 +0000 @@ -550,7 +550,7 @@ completion command replaces that with the next completion alternative, in a cyclic manner. If you give @code{completion-cycle-threshold} a numeric value @var{n}, completion commands switch to this cycling -behavior only when there are fewer than @var{n} alternatives. +behavior only when there are @var{n} or fewer alternatives. @cindex Icomplete mode @findex icomplete-mode @@ -689,8 +689,8 @@ Once inside the minibuffer for @kbd{C-x @key{ESC} @key{ESC}}, you can use the usual minibuffer history commands (@pxref{Minibuffer History}) to move through the history list. After finding the desired -previous command, you can edit its expression as usual and then repeat -it by typing @key{RET}. +previous command, you can edit its expression as usual and then +execute it by typing @key{RET}. @vindex isearch-resume-in-command-history Incremental search does not, strictly speaking, use the minibuffer. ---- Note: the first hunk fixes a mistake; the second one changes "repeat" with "execute", since if you edit the expression in the minibuffer before executing it, you are not repeating anything, but executing a new command. ---- In GNU Emacs 24.2.50.1 (i386-mingw-nt6.1.7601) of 2012-10-12 on DANI-PC Bzr revision: 110524 jan.h.d@swipnet.se-20121012175039-offa3q6viik07s2v Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --with-gcc (4.7) --no-opt --enable-checking --cflags -I../../libs/libxpm-3.5.8/include -I../../libs/libxpm-3.5.8/src -I../../libs/libpng-1.4.10 -I../../libs/zlib-1.2.6 -I../../libs/giflib-4.1.4-1/include -I../../libs/jpeg-6b-4/include -I../../libs/tiff-3.8.2-1/include -I../../libs/libxml2-2.7.8-w32-bin/include/libxml2 -I../../libs/gnutls-3.0.16/include -I../../libs/libiconv-1.14-2-mingw32-dev/include' Important settings: value of $LANG: en_US.UTF8 locale-coding-system: cp1252 default enable-multibyte-characters: t -- Dani Moncayo ------------=_1350531182-32300-1--