From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help,gmane.emacs.devel Subject: Re: Single quotes in Info Date: Tue, 27 Jan 2015 15:30:16 -0500 Message-ID: References: <87twzhgk84.fsf@wmi.amu.edu.pl> <83lhksshdm.fsf@gnu.org> <9ee0c895-a178-40e1-b1c8-ed2b97071c6b@default> <87h9vgglkz.fsf@wmi.amu.edu.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422390651 17282 80.91.229.3 (27 Jan 2015 20:30:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2015 20:30:51 +0000 (UTC) Cc: emacs-devel , help-gnu-emacs , Marcin Borkowski To: Artur Malabarba Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 27 21:30:51 2015 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 1YGCmf-0000uM-L2 for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Jan 2015 21:30:49 +0100 Original-Received: from localhost ([::1]:49810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGCmf-0005uO-3f for geh-help-gnu-emacs@m.gmane.org; Tue, 27 Jan 2015 15:30:49 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGCmI-0005tq-Rb for help-gnu-emacs@gnu.org; Tue, 27 Jan 2015 15:30:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGCmF-0000uJ-Fh for help-gnu-emacs@gnu.org; Tue, 27 Jan 2015 15:30:26 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:60008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGCmF-0000uA-CF; Tue, 27 Jan 2015 15:30:23 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t0RKUJvc000811; Tue, 27 Jan 2015 15:30:19 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 7263F2586; Tue, 27 Jan 2015 15:30:16 -0500 (EST) In-Reply-To: (Artur Malabarba's message of "Tue, 27 Jan 2015 17:49:49 -0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5199=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5199> : inlines <1965> : streams <1380437> : uri <1844053> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:102318 gmane.emacs.devel:181856 Archived-At: >> Why not use the case-fold machinery instead? > Because, IIUC, this is done in c code. While I know c, I can't say I > know Emacs' c. So that implementation will take longer (something on > the order of weeks). It's configured in C, tho. Try: C-h f *case-table TAB for a start. Stefan