From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.bugs Subject: syntax of _ in python-mode Date: 26 Jul 2002 19:42:26 -0600 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <87it322bgd.fsf@fleche.redhat.com> Reply-To: tromey@redhat.com NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1027734063 3062 127.0.0.1 (27 Jul 2002 01:41:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 27 Jul 2002 01:41:03 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17YGZp-0000n7-00 for ; Sat, 27 Jul 2002 03:41:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17YGa9-0003Fw-00; Fri, 26 Jul 2002 21:41:21 -0400 Original-Received: from mail.peakpeak.com ([207.174.178.17] helo=gash2.peakpeak.com) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17YGXE-0002q4-00 for ; Fri, 26 Jul 2002 21:38:20 -0400 Original-Received: from fleche.redhat.com (ta0199.peakpeak.com [204.144.244.199]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id TAA20071; Fri, 26 Jul 2002 19:38:17 -0600 Original-Received: by fleche.redhat.com (Postfix, from userid 1000) id AB7094F828F; Fri, 26 Jul 2002 19:42:26 -0600 (MDT) Original-To: bug-gnu-emacs@gnu.org X-Attribution: Tom X-Zippy: I think my CAREER is RUINED!! Original-Lines: 61 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2938 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2938 This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English, because the Emacs maintainers do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. In GNU Emacs 21.2.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-04-08 on porky.devel.redhat.com configured using `configure i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --with-gcc --with-pop --with-sound' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.iso885915 locale-coding-system: iso-latin-9 default-enable-multibyte-characters: nil Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Right now the `_' character seems to have word syntax in python-mode. M-f and M-b don't stop at an underscore. I thought the standard in Emacs was that `_' ought to have "symbol constituent" syntax. Anyway, I was surprised by the behavior of M-b and M-f in python mode. I would prefer that the syntax of _ be changed there. Recent input: d m e m a c s d m l i s C-a C-k e l s s y n t a x m s _ s s s s s s s s C-v s C-v s s s s s s s t C-s s t a n d C-a m C-s s y n t a x C-s C-a C-s C-g C-v C-v C-v C-v C-v C-v C-v C-l q M-x M-p Recent messages: Type C-x 1 to remove help window. C-M-v to scroll the help. Composing main Info directory... Mark set Composing main Info directory...done Composing main Info directory... Mark set Composing main Info directory...done Searching subfile elisp-37... Mark saved where search started [2 times] isearch-abort: Quit Tom