From unknown Sun Aug 17 10:22:35 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10538: emacs lisp intro bug Resent-From: chromaticwt zac Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 17 Jan 2012 19:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 10538 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 10538@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13268301658849 (code B ref -1); Tue, 17 Jan 2012 19:57:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Jan 2012 19:56:05 +0000 Received: from localhost ([127.0.0.1]:33844 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RnF8V-0002Ie-LU for submit@debbugs.gnu.org; Tue, 17 Jan 2012 14:56:04 -0500 Received: from eggs.gnu.org ([140.186.70.92]:33372) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RnF6s-0002Fz-5D for submit@debbugs.gnu.org; Tue, 17 Jan 2012 14:54:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnF5o-0004sw-B0 for submit@debbugs.gnu.org; Tue, 17 Jan 2012 14:53:20 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:46286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnF5o-0004ss-9S for submit@debbugs.gnu.org; Tue, 17 Jan 2012 14:53:16 -0500 Received: from eggs.gnu.org ([140.186.70.92]:34464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnF5i-00017H-Ps for bug-gnu-emacs@gnu.org; Tue, 17 Jan 2012 14:53:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnF5h-0004s1-Im for bug-gnu-emacs@gnu.org; Tue, 17 Jan 2012 14:53:10 -0500 Received: from mail-tul01m020-f169.google.com ([209.85.214.169]:43042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnF5h-0004rl-Ez for bug-gnu-emacs@gnu.org; Tue, 17 Jan 2012 14:53:09 -0500 Received: by obbta7 with SMTP id ta7so3812044obb.0 for ; Tue, 17 Jan 2012 11:53:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=yaHmn5/KS00YffFjCwM3+Vk7Hkz4Hvydd4DMPGzCyMI=; b=mvibs0ackXOqFBG3H5QyjKb4k7qmTPzBwCINkwp9+9tJf6JEtpzAQiuXgIwjMp5KfS f+apq0Rbysz71TfOIbSDJACgDTQrIOBG1Pi7OPWLUh+Lch8LYsJnN/Q2GpsTc7sCSROm AkpZaaH/QVAC/z4VdGxgqgKXGFA6iPigQJJRU= MIME-Version: 1.0 Received: by 10.182.59.13 with SMTP id v13mr16230365obq.74.1326829988330; Tue, 17 Jan 2012 11:53:08 -0800 (PST) Received: by 10.182.76.35 with HTTP; Tue, 17 Jan 2012 11:53:08 -0800 (PST) Date: Tue, 17 Jan 2012 12:53:08 -0700 Message-ID: From: chromaticwt zac Content-Type: multipart/alternative; boundary=14dae93a12e721babd04b6beaea8 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: 140.186.70.17 X-Spam-Score: -3.2 (---) X-Mailman-Approved-At: Tue, 17 Jan 2012 14:56:01 -0500 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.2 (---) --14dae93a12e721babd04b6beaea8 Content-Type: text/plain; charset=ISO-8859-1 In section 12.2 of the emacs lisp intro, the section labeled 1. contains the sentence "The regular expression will be a string between quotations marks.", "quotations" should be "quotation". this is emacs version 24.0.92.1. --14dae93a12e721babd04b6beaea8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable In section 12.2 of the emacs lisp intro, the section labeled 1. contains th= e sentence "The regular expression will be a string between quotations= marks.",
"quotations" should be "quotation". t= his is emacs version 24.0.92.1.
--14dae93a12e721babd04b6beaea8-- From unknown Sun Aug 17 10:22:35 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: chromaticwt zac Subject: bug#10538: closed (Re: bug#10538: emacs lisp intro bug) Message-ID: References: X-Gnu-PR-Message: they-closed 10538 X-Gnu-PR-Package: emacs Reply-To: 10538@debbugs.gnu.org Date: Tue, 17 Jan 2012 22:33:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1326839582-23217-1" This is a multi-part message in MIME format... ------------=_1326839582-23217-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #10538: emacs lisp intro bug 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 10538@debbugs.gnu.org. --=20 10538: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D10538 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1326839582-23217-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 10538-done) by debbugs.gnu.org; 17 Jan 2012 22:32:46 +0000 Received: from localhost ([127.0.0.1]:33942 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RnHa9-000621-CU for submit@debbugs.gnu.org; Tue, 17 Jan 2012 17:32:45 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:37886) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RnHa7-00061u-91 for 10538-done@debbugs.gnu.org; Tue, 17 Jan 2012 17:32:43 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RnHZ6-0004BU-TN; Tue, 17 Jan 2012 17:31:40 -0500 From: Glenn Morris To: 10538-done@debbugs.gnu.org Subject: Re: bug#10538: emacs lisp intro bug References: X-Spook: USCODE Kennedy nitrate threat Saudi Arabia kilderkin X-Ran: uhax#ct'{#cA4c>v{k??WwO/E8|6I]cz5?LvaQm\p (chromaticwt zac's message of "Tue, 17 Jan 2012 12:53:08 -0700") 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.2 (----) X-Debbugs-Envelope-To: 10538-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.2 (----) Version: 24.0.93 Thanks; fixed. ------------=_1326839582-23217-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Jan 2012 19:56:05 +0000 Received: from localhost ([127.0.0.1]:33844 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RnF8V-0002Ie-LU for submit@debbugs.gnu.org; Tue, 17 Jan 2012 14:56:04 -0500 Received: from eggs.gnu.org ([140.186.70.92]:33372) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RnF6s-0002Fz-5D for submit@debbugs.gnu.org; Tue, 17 Jan 2012 14:54:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnF5o-0004sw-B0 for submit@debbugs.gnu.org; Tue, 17 Jan 2012 14:53:20 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:46286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnF5o-0004ss-9S for submit@debbugs.gnu.org; Tue, 17 Jan 2012 14:53:16 -0500 Received: from eggs.gnu.org ([140.186.70.92]:34464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnF5i-00017H-Ps for bug-gnu-emacs@gnu.org; Tue, 17 Jan 2012 14:53:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnF5h-0004s1-Im for bug-gnu-emacs@gnu.org; Tue, 17 Jan 2012 14:53:10 -0500 Received: from mail-tul01m020-f169.google.com ([209.85.214.169]:43042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnF5h-0004rl-Ez for bug-gnu-emacs@gnu.org; Tue, 17 Jan 2012 14:53:09 -0500 Received: by obbta7 with SMTP id ta7so3812044obb.0 for ; Tue, 17 Jan 2012 11:53:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=yaHmn5/KS00YffFjCwM3+Vk7Hkz4Hvydd4DMPGzCyMI=; b=mvibs0ackXOqFBG3H5QyjKb4k7qmTPzBwCINkwp9+9tJf6JEtpzAQiuXgIwjMp5KfS f+apq0Rbysz71TfOIbSDJACgDTQrIOBG1Pi7OPWLUh+Lch8LYsJnN/Q2GpsTc7sCSROm AkpZaaH/QVAC/z4VdGxgqgKXGFA6iPigQJJRU= MIME-Version: 1.0 Received: by 10.182.59.13 with SMTP id v13mr16230365obq.74.1326829988330; Tue, 17 Jan 2012 11:53:08 -0800 (PST) Received: by 10.182.76.35 with HTTP; Tue, 17 Jan 2012 11:53:08 -0800 (PST) Date: Tue, 17 Jan 2012 12:53:08 -0700 Message-ID: Subject: emacs lisp intro bug From: chromaticwt zac To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=14dae93a12e721babd04b6beaea8 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: 140.186.70.17 X-Spam-Score: -3.2 (---) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 17 Jan 2012 14:56:01 -0500 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.2 (---) --14dae93a12e721babd04b6beaea8 Content-Type: text/plain; charset=ISO-8859-1 In section 12.2 of the emacs lisp intro, the section labeled 1. contains the sentence "The regular expression will be a string between quotations marks.", "quotations" should be "quotation". this is emacs version 24.0.92.1. --14dae93a12e721babd04b6beaea8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable In section 12.2 of the emacs lisp intro, the section labeled 1. contains th= e sentence "The regular expression will be a string between quotations= marks.",
"quotations" should be "quotation". t= his is emacs version 24.0.92.1.
--14dae93a12e721babd04b6beaea8-- ------------=_1326839582-23217-1--