From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#15200: isearch-other-meta-char and shift Date: Wed, 09 Oct 2013 02:29:15 +0300 Organization: JURTA Message-ID: <871u3vl4tw.fsf@mail.jurta.org> References: <8761urkssh.fsf@mail.jurta.org> <87fvtvgk00.fsf@mail.jurta.org> <877gf5rcoz.fsf@mail.jurta.org> <87wqn53sac.fsf@mail.jurta.org> <87vc2k7556.fsf@mail.jurta.org> <87txhko1mb.fsf@mail.jurta.org> <87txgstyw6.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1381275020 15086 80.91.229.3 (8 Oct 2013 23:30:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Oct 2013 23:30:20 +0000 (UTC) Cc: 15200-done@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 09 01:30:23 2013 Return-path: Envelope-to: geb-bug-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 1VTgjM-0002Zd-Um for geb-bug-gnu-emacs@m.gmane.org; Wed, 09 Oct 2013 01:30:21 +0200 Original-Received: from localhost ([::1]:39389 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTgjL-0006fo-UW for geb-bug-gnu-emacs@m.gmane.org; Tue, 08 Oct 2013 19:30:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTgjD-0006dk-A5 for bug-gnu-emacs@gnu.org; Tue, 08 Oct 2013 19:30:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTgj7-0003jr-Bt for bug-gnu-emacs@gnu.org; Tue, 08 Oct 2013 19:30:11 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTgj7-0003jb-9h for bug-gnu-emacs@gnu.org; Tue, 08 Oct 2013 19:30:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VTgj6-0006Vk-MY for bug-gnu-emacs@gnu.org; Tue, 08 Oct 2013 19:30:04 -0400 Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 08 Oct 2013 23:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 15200 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 15200@debbugs.gnu.org, juri@jurta.org, juri@jurta.org Original-Received: via spool by 15200-done@debbugs.gnu.org id=D15200.138127499224972 (code D ref 15200); Tue, 08 Oct 2013 23:30:03 +0000 Original-Received: (at 15200-done) by debbugs.gnu.org; 8 Oct 2013 23:29:52 +0000 Original-Received: from localhost ([127.0.0.1]:36051 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VTgit-0006Uh-KK for submit@debbugs.gnu.org; Tue, 08 Oct 2013 19:29:52 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:37268 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VTgir-0006UX-SO for 15200-done@debbugs.gnu.org; Tue, 08 Oct 2013 19:29:50 -0400 Original-Received: from localhost.jurta.org (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 2E739258B9E935; Tue, 8 Oct 2013 16:29:47 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Mon, 07 Oct 2013 23:07:24 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:79069 Archived-At: >> (lookup-key isearch-mode-map (kbd "C-u C-l")) => 1 >> (lookup-key isearch-mode-map (kbd "C-u C-w")) => 1 > >> both return 1. > > OK, don't worry about that: the fix needs to be elsewhere (I happen to > have a work-in-progress patch which fixes that problem). > > So, I think you can go ahead and install your patch. > And please make a bug-report for the C-u C-w problem, so we don't forget > about it. I installed the patch (with a FIXME comment) and reported a new bug#15568.