From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: superword-mode Date: Fri, 29 Mar 2013 12:43:21 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87ppyiqhqu.fsf@lifelogs.com> References: <87wqt0xqiy.fsf@lifelogs.com> <87sj3ny4ca.fsf@lifelogs.com> <87ehf7zid3.fsf@fleche.redhat.com> <87obeby2ph.fsf@lifelogs.com> <878v5fxzjg.fsf@lifelogs.com> <871ub7xn7e.fsf@lifelogs.com> <87r4j2v7t8.fsf@lifelogs.com> <87zjxqt21y.fsf_-_@lifelogs.com> <87zjxnqgec.fsf@lifelogs.com> <87txnuqqvb.fsf@lifelogs.com> <5155BFFC.10609@online.de> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1364575420 24655 80.91.229.3 (29 Mar 2013 16:43:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Mar 2013 16:43:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 29 17:44:07 2013 Return-path: Envelope-to: ged-emacs-devel@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 1ULcPJ-0008AI-IF for ged-emacs-devel@m.gmane.org; Fri, 29 Mar 2013 17:44:01 +0100 Original-Received: from localhost ([::1]:45288 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULcOv-000166-Ap for ged-emacs-devel@m.gmane.org; Fri, 29 Mar 2013 12:43:37 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULcOr-000161-Sx for emacs-devel@gnu.org; Fri, 29 Mar 2013 12:43:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULcOq-0002wQ-Db for emacs-devel@gnu.org; Fri, 29 Mar 2013 12:43:33 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:37374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULcOq-0002wH-7L for emacs-devel@gnu.org; Fri, 29 Mar 2013 12:43:32 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ULcPC-0007gE-JR for emacs-devel@gnu.org; Fri, 29 Mar 2013 17:43:54 +0100 Original-Received: from pool-72-93-31-86.bstnma.east.verizon.net ([72.93.31.86]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Mar 2013 17:43:54 +0100 Original-Received: from tzz by pool-72-93-31-86.bstnma.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Mar 2013 17:43:54 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 36 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-72-93-31-86.bstnma.east.verizon.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:17f/V7vYnGds+PsKozxuJZjIePk= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:158432 Archived-At: On Fri, 29 Mar 2013 17:23:24 +0100 Andreas Röhler wrote: AR> Am 29.03.2013 14:26, schrieb Ted Zlatanov: >> On Thu, 28 Mar 2013 19:00:11 -0400 Ted Zlatanov wrote: >> TZ> Juanma caught the problem that `forward-symbol' is autoloaded from TZ> `thingatpt.el' and `C-M-f' actually runs `forward-sexp'. Oops. So TZ> `superword-mode' is slightly broken currently. >> TZ> I need to know if I should: >> TZ> 1) use `forward-sexp' instead of `forward-symbol' TZ> 2) implement a local version of `forward-symbol' TZ> 3) autoload `forward-symbol' >> TZ> I'm leaning towards (1) because I think it would work great for CFEngine TZ> and Perl and C editing. I don't want to assume it's the right solution, TZ> though, so let me know what you think. >> >> In order to avoid breakage I implemented (1) but please tell me if you >> think that's the wrong decision. Thanks. AR> IMO that can't work, as forward-sexp has a long-time bug wrt to AR> strings. AR> Lately offered a solution for end-of-sexp from thingatpt.el, which AR> applies likewise. Sorry, I can't parse that sentence, and I don't have a reference for this solution. AR> BTW why not simply change the syntax-class using modify-syntax-entry? That was my original approach, but it's incorrect according to Stefan. Ted