From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 16:20:26 2013 Received: (at submit) by debbugs.gnu.org; 19 Oct 2013 20:20:26 +0000 Received: from localhost ([127.0.0.1]:58233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXd0b-0005hw-E3 for submit@debbugs.gnu.org; Sat, 19 Oct 2013 16:20:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46796) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXd0Z-0005hf-7J for submit@debbugs.gnu.org; Sat, 19 Oct 2013 16:20:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXd0T-0003OD-6n for submit@debbugs.gnu.org; Sat, 19 Oct 2013 16:20:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXd0T-0003O9-3e for submit@debbugs.gnu.org; Sat, 19 Oct 2013 16:20:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXd0S-0005dw-7c for bug-gnu-emacs@gnu.org; Sat, 19 Oct 2013 16:20:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXd0R-0003Nv-F8 for bug-gnu-emacs@gnu.org; Sat, 19 Oct 2013 16:20:16 -0400 Received: from mail-oa0-x236.google.com ([2607:f8b0:4003:c02::236]:37427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXd0R-0003Nr-9e for bug-gnu-emacs@gnu.org; Sat, 19 Oct 2013 16:20:15 -0400 Received: by mail-oa0-f54.google.com with SMTP id o20so1221858oag.41 for ; Sat, 19 Oct 2013 13:20:14 -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=+WrFMVDAvAzUZS7BxLnF8izgNiq4+LF9Oex5dbqrEbQ=; b=SgXS9oq1itDEttKRdz/lwroW1bnXu0Kn4kn8oPEMEvg/nrrdwWg5qjO2m8mt63Imqq a+ZJOBU10zhHejR5LuQsKPBFTkQuHDCdD0QY25mzTdUoTZVktaEb3C2ER0KJIUt86dIf rKHLUEvwYSSABax2wjOQh7QckE/m+x4FfcWsgOL8GnU1UwRrp5imYZnaSRLRPGW/Eg3K czWctyoNPnjPW/B5Btf3cV6RB+i3YW2McWyg5G/pOT+d6IFmH8xuWQteGTik7DjeHsFP JVqbY+uuPjqvRfMIjZJN982kUXt2uNWvT7fONLAq9S+okenpZFw5CHH1qb15wfYMXRge s1XA== MIME-Version: 1.0 X-Received: by 10.182.250.163 with SMTP id zd3mr13567335obc.20.1382214014417; Sat, 19 Oct 2013 13:20:14 -0700 (PDT) Received: by 10.76.156.103 with HTTP; Sat, 19 Oct 2013 13:20:14 -0700 (PDT) Date: Sat, 19 Oct 2013 16:20:14 -0400 Message-ID: Subject: Eval integer, see extraneous nonsense output From: Barry OReilly To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=089e01634ec2553eeb04e91dc7cb X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --089e01634ec2553eeb04e91dc7cb Content-Type: text/plain; charset=ISO-8859-1 Run emacs -Q. Type the number 23 in the scratch buffer. eval-last-sexp and see in the minibuffer: "23". eval-last-sexp again and see in the minibuffer: "23 (#o27, #x17, ?\C-w)". I didn't expect (#o27, #x17, ?\C-w). Using recent trunk. --089e01634ec2553eeb04e91dc7cb Content-Type: text/html; charset=ISO-8859-1
Run emacs -Q. Type the number 23 in the scratch buffer. eval-last-sexp
and see in the minibuffer: "23". eval-last-sexp again and see in the
minibuffer: "23 (#o27, #x17, ?\C-w)". I didn't expect (#o27, #x17,
?\C-w).

Using recent trunk.

--089e01634ec2553eeb04e91dc7cb-- From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 16:48:25 2013 Received: (at 15655) by debbugs.gnu.org; 19 Oct 2013 20:48:25 +0000 Received: from localhost ([127.0.0.1]:58254 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXdRg-0006TL-Mk for submit@debbugs.gnu.org; Sat, 19 Oct 2013 16:48:25 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:43977) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXdRf-0006T5-7d for 15655@debbugs.gnu.org; Sat, 19 Oct 2013 16:48:23 -0400 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r9JKmGcL011809 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 19 Oct 2013 20:48:17 GMT Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9JKmFQ4009105 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 19 Oct 2013 20:48:16 GMT Received: from abhmt117.oracle.com (abhmt117.oracle.com [141.146.116.69]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9JKmFGO009101; Sat, 19 Oct 2013 20:48:15 GMT MIME-Version: 1.0 Message-ID: <186a4f44-8612-47c8-b358-1c9f313c6d7d@default> Date: Sat, 19 Oct 2013 13:48:14 -0700 (PDT) From: Drew Adams To: Barry OReilly , 15655@debbugs.gnu.org Subject: RE: bug#15655: Eval integer, see extraneous nonsense output References: In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 15655 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) > Run emacs -Q. Type the number 23 in the scratch buffer. eval-last-sexp > and see in the minibuffer: "23". eval-last-sexp again and see in the > minibuffer: "23 (#o27, #x17, ?\C-w)". I didn't expect (#o27, #x17, > ?\C-w). This is getting to be a FAQ. It's about time that the doc string for `eval-last-sexp' gets updated to let users know to expect this feature. The manual was updated, but the doc string was not. Doc bug. From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 17:12:24 2013 Received: (at 15655) by debbugs.gnu.org; 19 Oct 2013 21:12:24 +0000 Received: from localhost ([127.0.0.1]:58276 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXdou-00074s-KD for submit@debbugs.gnu.org; Sat, 19 Oct 2013 17:12:24 -0400 Received: from ps18281.dreamhost.com ([69.163.218.105]:37434 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXdor-00074Z-QT; Sat, 19 Oct 2013 17:12:22 -0400 Received: from localhost.jurta.org (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 65F08258B9E937; Sat, 19 Oct 2013 14:12:20 -0700 (PDT) From: Juri Linkov To: Barry OReilly Subject: Re: bug#15655: Eval integer, see extraneous nonsense output Organization: JURTA References: Date: Sun, 20 Oct 2013 00:09:53 +0300 In-Reply-To: (Barry OReilly's message of "Sat, 19 Oct 2013 16:20:14 -0400") Message-ID: <87vc0tc6hq.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15655 Cc: 15655@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) merge 12985 15655 thanks > Run emacs -Q. Type the number 23 in the scratch buffer. eval-last-sexp > and see in the minibuffer: "23". eval-last-sexp again and see in the > minibuffer: "23 (#o27, #x17, ?\C-w)". I didn't expect (#o27, #x17, > ?\C-w). Do you think that the proposal from bug#12985 will do what you expected? I'm waiting for more feedback before installing the patch from bug#12985. From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 17:17:11 2013 Received: (at control) by debbugs.gnu.org; 19 Oct 2013 21:17:12 +0000 Received: from localhost ([127.0.0.1]:58286 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXdtX-0008Gq-G5 for submit@debbugs.gnu.org; Sat, 19 Oct 2013 17:17:11 -0400 Received: from ps18281.dreamhost.com ([69.163.218.105]:41251 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXdtW-0008Gj-0c for control@debbugs.gnu.org; Sat, 19 Oct 2013 17:17:10 -0400 Received: from localhost.jurta.org (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 02DD7258B9E936 for ; Sat, 19 Oct 2013 14:17:08 -0700 (PDT) From: Juri Linkov To: control@debbugs.gnu.org (GNU bug tracker automated control server) Subject: Re: Processed (with 1 errors): Re: bug#15655: Eval integer, see extraneous nonsense output Organization: JURTA References: <87vc0tc6hq.fsf@mail.jurta.org> Date: Sun, 20 Oct 2013 00:16:34 +0300 In-Reply-To: (GNU bug tracker automated control server's message of "Sat, 19 Oct 2013 17:13:03 -0400") Message-ID: <87ppr1c66l.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) forcemerge 12985 15655 thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 19 19:07:16 2013 Received: (at 15655) by debbugs.gnu.org; 19 Oct 2013 23:07:16 +0000 Received: from localhost ([127.0.0.1]:58358 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXfc4-0003mO-4m for submit@debbugs.gnu.org; Sat, 19 Oct 2013 19:07:16 -0400 Received: from mail-oa0-f46.google.com ([209.85.219.46]:55380) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXfbz-0003m9-Pa for 15655@debbugs.gnu.org; Sat, 19 Oct 2013 19:07:12 -0400 Received: by mail-oa0-f46.google.com with SMTP id g12so3834038oah.5 for <15655@debbugs.gnu.org>; Sat, 19 Oct 2013 16:07:06 -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=nED3LxlT00MuBhYe+akEGDej4t3CFoOQ19j48MgsPuU=; b=vVqTj76+Tih42HO5geNfIWekzGOtkPWT5Wn28sOjVmdHR8mOwgIUPX/FnWjlSK7u9h uUjUZh6lYRHx/o5lvGfb10739ZHtyA8TgrRNXord2I8Ni5jzCU4QLOdnUIFeJmxe3Bdq 7LgVSIxpCUbJarZFNzZ+9G2YJJ4Z7Fs7JdU+jIaTrGuuw6EonDQcw4EJXuZFxgfWCAKw EA5ynpD5nhiHNem97BPMo5ldQ6bA6gntjvg2YyL2WehgAmw7kVVQtEQj0GZW9QzBlVEU 2sB0hOr6d1d3Gl6BRp1tZoh0PIDIUxAuYjRtbp7mphhXzYEzltyUFHkRxcZDjeGigkwp l9Fw== MIME-Version: 1.0 X-Received: by 10.182.104.36 with SMTP id gb4mr12885407obb.43.1382224026013; Sat, 19 Oct 2013 16:07:06 -0700 (PDT) Received: by 10.76.156.103 with HTTP; Sat, 19 Oct 2013 16:07:05 -0700 (PDT) Date: Sat, 19 Oct 2013 19:07:05 -0400 Message-ID: Subject: bug#15655: Eval integer, see extraneous nonsense output From: Barry OReilly To: 15655@debbugs.gnu.org Content-Type: multipart/alternative; boundary=089e013a215a1216bd04e9201cf1 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 15655 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --089e013a215a1216bd04e9201cf1 Content-Type: text/plain; charset=ISO-8859-1 > Do you think that the proposal from bug#12985 will do what you > expected? I'm waiting for more feedback before installing the patch > from bug#12985. Your proposal sounds fine to me. Thanks. --089e013a215a1216bd04e9201cf1 Content-Type: text/html; charset=ISO-8859-1
> Do you think that the proposal from bug#12985 will do what you
> expected? I'm waiting for more feedback before installing the patch
> from bug#12985.

Your proposal sounds fine to me. Thanks.

--089e013a215a1216bd04e9201cf1-- From unknown Tue Jun 17 01:48:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 17 Jan 2014 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator