From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?iso-8859-1?q?R=F6hler?= Newsgroups: gmane.emacs.devel Subject: Re: Testing new abbrev tables in elisp Date: Sun, 28 Oct 2007 15:13:59 +0100 Message-ID: <200710281514.00722.andreas.roehler@online.de> 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1193580821 10486 80.91.229.12 (28 Oct 2007 14:13:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Oct 2007 14:13:41 +0000 (UTC) Cc: Glenn Morris , Richard Stallman , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 28 15:13:43 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 1Im8ta-0002qi-77 for ged-emacs-devel@m.gmane.org; Sun, 28 Oct 2007 15:13:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Im8tR-000775-0g for ged-emacs-devel@m.gmane.org; Sun, 28 Oct 2007 10:13:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Im8tN-00074b-VP for emacs-devel@gnu.org; Sun, 28 Oct 2007 10:13:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Im8tM-00072h-Tu for emacs-devel@gnu.org; Sun, 28 Oct 2007 10:13:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Im8tM-00072Z-Qe for emacs-devel@gnu.org; Sun, 28 Oct 2007 10:13:28 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Im8tE-0008Ot-Ji; Sun, 28 Oct 2007 10:13:20 -0400 Original-Received: from noname (p54BEC0E5.dip0.t-ipconnect.de [84.190.192.229]) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis) id 0ML29c-1Im8t73eVu-0006Rl; Sun, 28 Oct 2007 15:13:15 +0100 User-Agent: KMail/1.9.5 In-Reply-To: Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX1+fS6AeGNmZhUsU5CVizeCKwnWP6Nonc7LcNO+ 5qdN6aGNuzuQorHGqY/NWVkiR3dac5eaISRh/q0+4SDcSD0O2W o0KpLkPLr/QADNOa/Pfcw== X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:81954 Archived-At: Am Freitag, 26. Oktober 2007 23:38 schrieben Sie: > > # 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 spac= es > got removed/messed up. Just pipe the whole raw email message to patch. Thanks. > > > 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 (whi= ch > expands `sm' to `stefan monnier' but `Sm' to `Stefan Monnier'") can be > considered as being "sensitive" to case. > Beside of case-sensitivity another theme is in the pipe: to allow multi-word abbrevs. XEmacs does but isn't perfect. As it's wanted for translations, cases in one language (abbrevs) should not predict i.e. force cases in expansion. Andreas R=F6hler