From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Testing new abbrev tables in elisp Date: Fri, 26 Oct 2007 17:38:24 -0400 Message-ID: References: <200706201948.06271.andreas.roehler@online.de> <200710262113.34899.andreas.roehler@online.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193434728 18273 80.91.229.12 (26 Oct 2007 21:38:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Oct 2007 21:38:48 +0000 (UTC) Cc: Richard Stallman , emacs-devel@gnu.org To: Andreas =?iso-8859-1?Q?R=F6hler?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 26 23:38:49 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 1IlWtB-0001gH-BB for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2007 23:38:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlWt2-0006ms-Kc for ged-emacs-devel@m.gmane.org; Fri, 26 Oct 2007 17:38:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlWsy-0006ik-5s for emacs-devel@gnu.org; Fri, 26 Oct 2007 17:38:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlWsx-0006gf-8c for emacs-devel@gnu.org; Fri, 26 Oct 2007 17:38:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlWsx-0006gT-4R for emacs-devel@gnu.org; Fri, 26 Oct 2007 17:38:31 -0400 Original-Received: from vpn-132-204-232-28.acd.umontreal.ca ([132.204.232.28] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IlWst-0003yS-8h; Fri, 26 Oct 2007 17:38:27 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 958CBB4AB3; Fri, 26 Oct 2007 17:38:24 -0400 (EDT) In-Reply-To: <200710262113.34899.andreas.roehler@online.de> ("Andreas =?iso-8859-1?Q?R=F6hler=22's?= message of "Fri\, 26 Oct 2007 21\:13\:33 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:81801 Archived-At: > # patch -i patch.el abbrev.el Where does `patch.el' come from? I.e. how did you extract it from my email message? If you copy&paste it, then it's likely that trailing spaces got removed/messed up. Just pipe the whole raw email message to patch. > What about `case-sensitive'? For me as non-english > speaker `folding' is not easy to follow because of the > word-sence - as something knitting into. Sensitive as > awareness is understood from the beginning. Could work, but also suffers from the fact that the current behavior (which expands `sm' to `stefan monnier' but `Sm' to `Stefan Monnier'") can be considered as being "sensitive" to case. Stefan