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: Should not syntax for ?- char be word in text mode? Date: Thu, 16 Jul 2009 10:02:27 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247752988 1879 80.91.229.12 (16 Jul 2009 14:03:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Jul 2009 14:03:08 +0000 (UTC) Cc: Emacs-Devel devel , Miles Bader To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 16 16:03:00 2009 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 1MRRY3-0002sk-3c for ged-emacs-devel@m.gmane.org; Thu, 16 Jul 2009 16:02:59 +0200 Original-Received: from localhost ([127.0.0.1]:46815 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRRY1-000773-F5 for ged-emacs-devel@m.gmane.org; Thu, 16 Jul 2009 10:02:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRRXh-00076k-8P for emacs-devel@gnu.org; Thu, 16 Jul 2009 10:02:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRRXc-00076B-3V for emacs-devel@gnu.org; Thu, 16 Jul 2009 10:02:36 -0400 Original-Received: from [199.232.76.173] (port=36001 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRRXa-00075s-JQ for emacs-devel@gnu.org; Thu, 16 Jul 2009 10:02:31 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:17748) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRRXY-00058v-HG; Thu, 16 Jul 2009 10:02:28 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAD7PXkpFxL+I/2dsb2JhbACBUdAuhAsFhnU X-IronPort-AV: E=Sophos;i="4.42,411,1243828800"; d="scan'208";a="41724412" Original-Received: from 69-196-191-136.dsl.teksavvy.com (HELO ceviche.home) ([69.196.191.136]) by ironport2-out.teksavvy.com with ESMTP; 16 Jul 2009 10:02:27 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id CA536B41BF; Thu, 16 Jul 2009 10:02:27 -0400 (EDT) In-Reply-To: (Lennart Borgman's message of "Thu, 16 Jul 2009 14:11:37 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:112528 Archived-At: > The reason it came to my mind is that I had to change this to get > Predictive to work with Company Mode. Predictive serves the user with > suggestions of English words. (It is supposed to be a > "spell-checker-while-you-write" and make it quicker to write long > words.) Many of these English words includes a hyphen. It's very common to need slight variants of syntax-tables for various operations. So just change the syntax-table you use during completion. Stefan