From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Pascal J. Bourguignon" Newsgroups: gmane.emacs.help Subject: Re: Symbols as words? Date: Sun, 26 Aug 2012 20:12:19 +0200 Organization: Informatimago Message-ID: <876285iku4.fsf@kuiper.lan.informatimago.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1346004919 18823 80.91.229.3 (26 Aug 2012 18:15:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Aug 2012 18:15:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 26 20:15:18 2012 Return-path: Envelope-to: geh-help-gnu-emacs@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 1T5hMf-0002vS-6l for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Aug 2012 20:15:13 +0200 Original-Received: from localhost ([::1]:53973 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5hMd-0007GE-8t for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Aug 2012 14:15:11 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-X-Trace: individual.net a2H2ikWpT3y0X/MNVNep0QXxv/tq4V0xKqKAc9tWqi6sxpaSPZusm1C/Si6G7P4fQM Cancel-Lock: sha1:ZjBmZjc4ZDQzYTQyMjA5NDM3YzUwNmUwZjJhYTgxNDEwYTg3OGIxOQ== sha1:uW1G5BcN99nV9fJIIviOrnIAonY= Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAQMAAABtzGvEAAAABlBMVEUAAAD///+l2Z/dAAAA oElEQVR4nK3OsRHCMAwF0O8YQufUNIQRGIAja9CxSA55AxZgFO4coMgYrEDDQZWPIlNAjwq9 033pbOBPtbXuB6PKNBn5gZkhGa86Z4x2wE67O+06WxGD/HCOGR0deY3f9Ijwwt7rNGNf6Oac l/GuZTF1wFGKiYYHKSFAkjIo1b6sCYS1sVmFhhhahKQssRjRT90ITWUk6vvK3RsPGs+M1RuR mV+hO/VvFAAAAABJRU5ErkJggg== X-Accept-Language: fr, es, en User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) Original-Xref: usenet.stanford.edu gnu.emacs.help:194165 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86530 Archived-At: Raffaele Ricciardi writes: > Hello, > > what's the option to make Emacs consider symbols as words? In Viper mode, I > used to have: > > (setq viper-syntax-preference 'extended) > > "`extended' means Viper word constituents are symbols that are marked > as being > parts of words OR symbols in Emacs syntax tables. This is most > appropriate for > major modes intended for editing programs." > > I've looked around (Emacs Manual, Emacswiki, web forums) and I've > found nothing > besides hacking the syntax tables entry by entry. If you use forward-sexp C-M-f it skips over symbols instead of words M-f. -- __Pascal Bourguignon__ http://www.informatimago.com/ A bad day in () is better than a good day in {}.