GNU bug report logs - #2729
23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g='

Previous Next

Package: emacs;

Reported by: "Roland Winkler" <Roland.Winkler <at> physik.uni-erlangen.de>

Date: Fri, 20 Mar 2009 16:50:02 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2729 in the body.
You can then email your comments to 2729 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2729; Package emacs. (Fri, 20 Mar 2009 16:50:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Roland Winkler" <Roland.Winkler <at> physik.uni-erlangen.de>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Fri, 20 Mar 2009 16:50:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Roland Winkler" <Roland.Winkler <at> physik.uni-erlangen.de>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g='
Date: Fri, 20 Mar 2009 17:41:00 +0100
When I use dired-do-chmod to change file modes with an argument like
`g=', I get the error message

Parse error in modes near `g='

There is no such error with GNU Emacs 22.2.

In GNU Emacs 23.0.90.1 (i686-pc-linux-gnu, GTK+ Version 2.14.4)
 of 2009-02-23 on regnitz
Windowing system distributor `The X.Org Foundation', version 11.0.10502000




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2729; Package emacs. (Sat, 21 Mar 2009 02:35:05 GMT) Full text and rfc822 format available.

Message #8 received at 2729 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Roland Winkler <Roland.Winkler <at> physik.uni-erlangen.de>
Cc: 2729 <at> debbugs.gnu.org
Subject: Re: bug#2729: 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g='
Date: Fri, 20 Mar 2009 22:25:57 -0400
"Roland Winkler" wrote:

> When I use dired-do-chmod to change file modes with an argument like
> `g=', I get the error message
>
> Parse error in modes near `g='

Works for me.

emacs -Q
M-x dired RET RET
(move to a file)
M g=rw

-> group permissions set to "rw".

More complex things, like "u=rw,g=r,o+r" also work fine.

What is the precise argument which causes
file-modes-symbolic-to-number to fail?




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2729; Package emacs. (Sat, 21 Mar 2009 05:25:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Roland Winkler" <Roland.Winkler <at> physik.uni-erlangen.de>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sat, 21 Mar 2009 05:25:04 GMT) Full text and rfc822 format available.

Message #13 received at 2729 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Roland Winkler" <Roland.Winkler <at> physik.uni-erlangen.de>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 2729 <at> debbugs.gnu.org
Subject: Re: bug#2729: 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g='
Date: Sat, 21 Mar 2009 06:18:24 +0100
On Fri Mar 20 2009 Glenn Morris wrote:
> "Roland Winkler" wrote:
> > When I use dired-do-chmod to change file modes with an argument like
> > `g=', I get the error message
>
> What is the precise argument which causes
> file-modes-symbolic-to-number to fail?

As I said in the original bug report, an argument like `g=' which
removes all permissions for group does not work for me.

Roland




Reply sent to Chong Yidong <cyd <at> stupidchicken.com>:
You have taken responsibility. (Sat, 21 Mar 2009 16:00:03 GMT) Full text and rfc822 format available.

Notification sent to "Roland Winkler" <Roland.Winkler <at> physik.uni-erlangen.de>:
bug acknowledged by developer. (Sat, 21 Mar 2009 16:00:03 GMT) Full text and rfc822 format available.

Message #18 received at 2729-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: "Roland Winkler" <Roland.Winkler <at> physik.uni-erlangen.de>
Cc: 2729-done <at> debbugs.gnu.org
Subject: Re: 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g='
Date: Sat, 21 Mar 2009 11:56:29 -0400
> When I use dired-do-chmod to change file modes with an argument like
> `g=', I get the error message
>
> Parse error in modes near `g='

I've checked in a fix.  Thanks for the report.




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2729; Package emacs. (Sat, 21 Mar 2009 19:00:03 GMT) Full text and rfc822 format available.

Message #21 received at 2729 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: "Roland Winkler" <Roland.Winkler <at> physik.uni-erlangen.de>
Cc: 2729 <at> debbugs.gnu.org
Subject: Re: bug#2729: 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g='
Date: Sat, 21 Mar 2009 14:54:41 -0400
"Roland Winkler" wrote:

> As I said in the original bug report, an argument like `g=' which

Oh, sorry, I misunderstood. Idiots like me need explicit recipes from
emacs -Q.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Sun, 19 Apr 2009 14:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 16 years and 66 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.