* bug#2729: 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g=' @ 2009-03-20 16:41 ` Roland Winkler 2009-03-21 2:25 ` Glenn Morris 2009-03-21 16:00 ` bug#2729: marked as done (23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g=') Emacs bug Tracking System 0 siblings, 2 replies; 5+ messages in thread From: Roland Winkler @ 2009-03-20 16:41 UTC (permalink / raw) To: emacs-pretest-bug 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#2729: 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g=' 2009-03-20 16:41 ` bug#2729: 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g=' Roland Winkler @ 2009-03-21 2:25 ` Glenn Morris 2009-03-21 5:18 ` Roland Winkler 2009-03-21 16:00 ` bug#2729: marked as done (23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g=') Emacs bug Tracking System 1 sibling, 1 reply; 5+ messages in thread From: Glenn Morris @ 2009-03-21 2:25 UTC (permalink / raw) To: Roland Winkler; +Cc: 2729 "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? ^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#2729: 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g=' 2009-03-21 2:25 ` Glenn Morris @ 2009-03-21 5:18 ` Roland Winkler 2009-03-21 18:54 ` Glenn Morris 0 siblings, 1 reply; 5+ messages in thread From: Roland Winkler @ 2009-03-21 5:18 UTC (permalink / raw) To: Glenn Morris; +Cc: 2729 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#2729: 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g=' 2009-03-21 5:18 ` Roland Winkler @ 2009-03-21 18:54 ` Glenn Morris 0 siblings, 0 replies; 5+ messages in thread From: Glenn Morris @ 2009-03-21 18:54 UTC (permalink / raw) To: Roland Winkler; +Cc: 2729 "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. ^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#2729: marked as done (23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g=') 2009-03-20 16:41 ` bug#2729: 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g=' Roland Winkler 2009-03-21 2:25 ` Glenn Morris @ 2009-03-21 16:00 ` Emacs bug Tracking System 1 sibling, 0 replies; 5+ messages in thread From: Emacs bug Tracking System @ 2009-03-21 16:00 UTC (permalink / raw) To: Chong Yidong [-- Attachment #1: Type: text/plain, Size: 926 bytes --] Your message dated Sat, 21 Mar 2009 11:56:29 -0400 with message-id <87ab7ena36.fsf@cyd.mit.edu> and subject line Re: 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g=' has caused the Emacs bug report #2729, regarding 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g=' to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com immediately.) -- 2729: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2729 Emacs Bug Tracking System Contact owner@emacsbugs.donarmstrong.com with problems [-- Attachment #2: Type: message/rfc822, Size: 2378 bytes --] From: "Roland Winkler" <Roland.Winkler@physik.uni-erlangen.de> To: emacs-pretest-bug@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 Message-ID: <18883.50972.10335.695223@tfkp07.physik.uni-erlangen.de> 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 [-- Attachment #3: Type: message/rfc822, Size: 1286 bytes --] From: Chong Yidong <cyd@stupidchicken.com> To: "Roland Winkler" <Roland.Winkler@physik.uni-erlangen.de> Cc: 2729-done@emacsbugs.donarmstrong.com 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 Message-ID: <87ab7ena36.fsf@cyd.mit.edu> > 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. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-03-21 18:54 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <87ab7ena36.fsf@cyd.mit.edu> 2009-03-20 16:41 ` bug#2729: 23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g=' Roland Winkler 2009-03-21 2:25 ` Glenn Morris 2009-03-21 5:18 ` Roland Winkler 2009-03-21 18:54 ` Glenn Morris 2009-03-21 16:00 ` bug#2729: marked as done (23.0.90; file-modes-symbolic-to-number: Parse error in modes near `g=') Emacs bug Tracking System
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.