[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #26378] pspp-mode.el does not properly detect comments in
From: |
Ben Pfaff |
Subject: |
PSPP-BUG: [bug #26378] pspp-mode.el does not properly detect comments introduced by * |
Date: |
Tue, 28 Apr 2009 04:31:47 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1) |
URL:
<http://savannah.gnu.org/bugs/?26378>
Summary: pspp-mode.el does not properly detect comments
introduced by *
Project: PSPP
Submitted by: blp
Submitted on: Mon Apr 27 21:31:42 2009
Category: Other
Severity: 5 - Average
Status: None
Assigned to: jmd
Open/Closed: Open
Discussion Lock: Any
Release: None
Effort: 0.00
_______________________________________________________
Details:
Michel Boaventura <address@hidden> reported that pspp-mode.el
mis-displays words in comment commands introduced by * that contain non-ASCII
characters such as ç. In particular, the following:
*Comment without non-ASCII.
*Comment with non-ascii divulgaço.
shows up as in the attachment.
My own investigation convinced me that what is happening is that pspp-mode is
interpreting the words in the comment as part of a command. Most words are
interpreted as variable names, since they are not the names of PSPP commands
or functions, etc., but "divulgação" is special because pspp-mode does not
think that ç and ã are valid characters in a variable name (they should be,
I think, but pspp-mode is not smart enough to know that).
pspp-mode is supposed to understand that * starts a comment. I don't know
why it isn't getting that correct.
Assigning to John since he's the author of pspp-mode.el. John, if you don't
want to deal with this, feel free to un-assign yourself or to assign it to me.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Mon Apr 27 21:31:42 2009 Name: comments.png Size: 9kB By: blp
<http://savannah.gnu.org/bugs/download.php?file_id=18031>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?26378>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #26378] pspp-mode.el does not properly detect comments introduced by *,
Ben Pfaff <=