From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.bugs Subject: bug#12615: 24.2.50; Non-ignored case in insert-char Date: Thu, 11 Oct 2012 08:37:29 +0200 (CEST) Message-ID: <20121011.083729.343327697241844928.hanche@math.ntnu.no> References: <20121010.173658.77853335142870486.hanche@math.ntnu.no> 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 1349937512 1231 80.91.229.3 (11 Oct 2012 06:38:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Oct 2012 06:38:32 +0000 (UTC) Cc: 12615@debbugs.gnu.org To: monnier@iro.umontreal.ca Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 11 08:38:39 2012 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 1TMCPk-0001sX-JS for geb-bug-gnu-emacs@m.gmane.org; Thu, 11 Oct 2012 08:38:36 +0200 Original-Received: from localhost ([::1]:48021 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMCPd-0003Ae-Le for geb-bug-gnu-emacs@m.gmane.org; Thu, 11 Oct 2012 02:38:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMCPa-00039g-6E for bug-gnu-emacs@gnu.org; Thu, 11 Oct 2012 02:38:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMCPU-0008OV-Fs for bug-gnu-emacs@gnu.org; Thu, 11 Oct 2012 02:38:26 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMCPU-0008Nz-D5 for bug-gnu-emacs@gnu.org; Thu, 11 Oct 2012 02:38:20 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TMCQA-0001D4-OG for bug-gnu-emacs@gnu.org; Thu, 11 Oct 2012 02:39:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Harald Hanche-Olsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 11 Oct 2012 06:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12615 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12615-submit@debbugs.gnu.org id=B12615.13499375044597 (code B ref 12615); Thu, 11 Oct 2012 06:39:02 +0000 Original-Received: (at 12615) by debbugs.gnu.org; 11 Oct 2012 06:38:24 +0000 Original-Received: from localhost ([127.0.0.1]:38636 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TMCPV-0001C3-O6 for submit@debbugs.gnu.org; Thu, 11 Oct 2012 02:38:22 -0400 Original-Received: from hylle02.itea.ntnu.no ([129.241.56.101]:54555) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TMCPN-0001Bp-PN for 12615@debbugs.gnu.org; Thu, 11 Oct 2012 02:38:19 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hylle02.itea.ntnu.no (Postfix) with ESMTP id DAC5438701; Thu, 11 Oct 2012 08:37:29 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hylle02.itea.ntnu.no Original-Received: from localhost (6.225.34.95.customer.cdi.no [95.34.225.6]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: hanche) by hylle02.itea.ntnu.no (Postfix) with ESMTPSA id 78C25386F8; Thu, 11 Oct 2012 08:37:29 +0200 (CEST) In-Reply-To: X-URL: http://www.math.ntnu.no/~hanche/ X-Mailer: Mew version 6.5 on Emacs 24.2.50 / Mule 6.0 (HANACHIRUSATO) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:65480 Archived-At: [Stefan Monnier (2012-10-11 00:56:00 UTC)] > Indeed, a buffer-local setting of completion-ignore-case can > bring surprises. I think the patch below will fix this problem for this > particular case. Indeed it does. I think that patch is worth committing. - Harald