From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [per.starback@gmail.com: completion of coding systems] Date: Thu, 11 Oct 2007 13:41:03 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1192124546 23351 80.91.229.12 (11 Oct 2007 17:42:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Oct 2007 17:42:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 11 19:42:25 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ig23C-0007dq-O4 for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2007 19:42:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ig236-0001qs-RW for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2007 13:42:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ig21z-0001K1-Nj for emacs-devel@gnu.org; Thu, 11 Oct 2007 13:41:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ig21x-0001Ib-W8 for emacs-devel@gnu.org; Thu, 11 Oct 2007 13:41:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ig21x-0001IG-DB for emacs-devel@gnu.org; Thu, 11 Oct 2007 13:41:05 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ig21v-0004dz-Qr for emacs-devel@gnu.org; Thu, 11 Oct 2007 13:41:03 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Ig21v-0000rT-9j; Thu, 11 Oct 2007 13:41:03 -0400 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:80641 Archived-At: Would someone please do this in Emacs 22, then ack? ------- Start of forwarded message ------- X-Spam-Status: No, score=0.6 required=5.0 tests=NO_REAL_NAME, UNPARSEABLE_RELAY autolearn=no version=3.1.0 Date: Thu, 11 Oct 2007 13:00:14 +0200 From: per.starback@gmail.com To: bug-gnu-emacs@gnu.org Subject: completion of coding systems In GNU Emacs 22.1: This happened to a user here recently: C-x RET f UTF-8 RET => [No match] (since the coding system is really called "utf-8" in lowercase). Small suggestion: Set completion-ignore-case during read-coding-system. Reason: Some coding systems are often given with uppercase letters outside of Emacs so one might thing that is the proper form to use. It wouldn't hurt anyway, since all coding systems in Emacs have all-lower-case names anyway. ------- End of forwarded message -------