From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#12615: 24.2.50; Non-ignored case in insert-char Date: Wed, 10 Oct 2012 17:31:02 -0400 Message-ID: <8ylife10bt.fsf@fencepost.gnu.org> References: <20121010.173658.77853335142870486.hanche@math.ntnu.no> <20121010.200341.1735119142677865822.hanche@math.ntnu.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1349904690 23205 80.91.229.3 (10 Oct 2012 21:31:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2012 21:31:30 +0000 (UTC) Cc: 12615@debbugs.gnu.org To: Harald Hanche-Olsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 10 23:31:37 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 1TM3sL-0001UI-Rf for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Oct 2012 23:31:33 +0200 Original-Received: from localhost ([::1]:59999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TM3sF-00011J-ES for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Oct 2012 17:31:27 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TM3sC-00010i-3s for bug-gnu-emacs@gnu.org; Wed, 10 Oct 2012 17:31:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TM3s9-0004l3-KC for bug-gnu-emacs@gnu.org; Wed, 10 Oct 2012 17:31:24 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TM3s9-0004ks-Ge for bug-gnu-emacs@gnu.org; Wed, 10 Oct 2012 17:31:21 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TM3so-0005cH-3T for bug-gnu-emacs@gnu.org; Wed, 10 Oct 2012 17:32:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 10 Oct 2012 21:32: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.134990470821566 (code B ref 12615); Wed, 10 Oct 2012 21:32:02 +0000 Original-Received: (at 12615) by debbugs.gnu.org; 10 Oct 2012 21:31:48 +0000 Original-Received: from localhost ([127.0.0.1]:38172 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TM3sZ-0005bm-It for submit@debbugs.gnu.org; Wed, 10 Oct 2012 17:31:47 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:55489 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TM3sW-0005bd-KU for 12615@debbugs.gnu.org; Wed, 10 Oct 2012 17:31:45 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TM3rq-00024H-Nu; Wed, 10 Oct 2012 17:31:02 -0400 X-Spook: Khaddafi Iran pink noise Armani Bruxelles warfare NORAD X-Ran: R(iWTJM8hJ?p:=6;DgnRvu(OncD|]i%[GVcZ'!^}I[8Mrh (Harald Hanche-Olsen's message of "Wed, 10 Oct 2012 20:03:41 +0200 (CEST)") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:65473 Archived-At: Harald Hanche-Olsen wrote: > If I am right, then making completion-ignore-case buffer-local makes > no sense, as it can't have any effect. (If you're curious, mew does > this. I should contact the author to find out why.) I notice that progmodes/idlwave.el and progmodes/idlw-shell.el in Emacs do this too. > But I can't find anything in the elisp manual about how let operates > on buffer-local variables. As Andreas said, it has an explicit example of this kind of issue with a bold "Warning" notice. http://www.gnu.org/software/emacs/manual/html_node/elisp/Intro-to-Buffer_002dLocal.html