From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Seweryn Newsgroups: gmane.emacs.help Subject: Re: Problem with msf-abbrev under Emacs 23 Date: Tue, 5 Oct 2010 07:17:40 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1286263111 10312 80.91.229.12 (5 Oct 2010 07:18:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Oct 2010 07:18:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 05 09:18:28 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P31n9-0001w0-BM for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Oct 2010 09:18:27 +0200 Original-Received: from localhost ([127.0.0.1]:48010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P31n8-0002BD-OD for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Oct 2010 03:18:26 -0400 Original-Received: from [140.186.70.92] (port=46853 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P31mc-00029l-5Y for help-gnu-emacs@gnu.org; Tue, 05 Oct 2010 03:17:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P31ma-00012d-WC for help-gnu-emacs@gnu.org; Tue, 05 Oct 2010 03:17:54 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:46915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P31ma-00012X-Od for help-gnu-emacs@gnu.org; Tue, 05 Oct 2010 03:17:52 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P31mW-0001mg-9i for help-gnu-emacs@gnu.org; Tue, 05 Oct 2010 09:17:48 +0200 Original-Received: from 139.191.131.39 ([139.191.131.39]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Oct 2010 09:17:48 +0200 Original-Received: from sewkokot by 139.191.131.39 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 05 Oct 2010 09:17:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 139.191.131.39 (Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75069 Archived-At: Darren Hoo gmail.com> writes: > > I tested it and I can use template, hit enter on the choice > , a buffer pops > which I can choose from , I use emacs23 and msf-abbrev 1.0beta3. > > Though in c-mode, msf-abbrev work strangely, so I have to tweak > c-mode-common-hook > a little bit like: > (make-local-variable 'text-property-default-nonsticky) > (assq-delete-all 'category text-property-default-nonsticky) > > since emacs23 category is added to text-property-default-nonsticky which stops > msf-abbrev from working correctly in c-mode, but in other modes like > python-mode > ,it works ok ,that includes template methoned above. Thank you for help. In fact I checked again with hitting RET and the template worked. I don't know why I had impression that before it had worked in other way. Perhaps it would be better to have a message to press RET when the template is used or make the option window pop up without pressing any key? I also appreciate the tip how to fix msf-abbrev in c-mode. Regards.