From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: read-from-minibuffer & match data Date: Tue, 18 Dec 2012 16:05:24 -0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1355876065 17537 80.91.229.3 (19 Dec 2012 00:14:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Dec 2012 00:14:25 +0000 (UTC) To: "'Joost Kremers'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 19 01:14:39 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tl7J1-00085q-Jq for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Dec 2012 01:14:39 +0100 Original-Received: from localhost ([::1]:45701 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl7Io-00086F-21 for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Dec 2012 19:14:26 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:60110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl7Ii-00084u-FY for help-gnu-emacs@gnu.org; Tue, 18 Dec 2012 19:14:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl7Ih-0001tp-At for help-gnu-emacs@gnu.org; Tue, 18 Dec 2012 19:14:20 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:22716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl7AC-0008AF-2d for help-gnu-emacs@gnu.org; Tue, 18 Dec 2012 19:05:32 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by aserp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qBJ05Ts2017828 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 19 Dec 2012 00:05:30 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qBJ05TZZ016330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 19 Dec 2012 00:05:29 GMT Original-Received: from abhmt114.oracle.com (abhmt114.oracle.com [141.146.116.66]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id qBJ05TTK006842; Tue, 18 Dec 2012 18:05:29 -0600 Original-Received: from dradamslap1 (/10.159.173.243) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 18 Dec 2012 16:05:29 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Ac3dW7V5vWBT/4h6RuWpEtu/65xt/gAIKP8g X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88207 Archived-At: > I've put a save-match-data into the function to solve the > issue, but I'd just like to make sure this isn't a bug in emacs. The way to make sure is to file a bug report, preferably with a recipe starting from `emacs -Q'. Emacs Dev will take a look and let you know their opinion. (You will still be free to hold your own opinion, of course. ;-))