Re: [perl #37664] [TODO] create autogenerated files read-only

2008-07-13 Thread Bob Rogers
From: Bob Rogers <[EMAIL PROTECTED]> Date: Sun, 13 Jul 2008 18:34:32 -0400 I must have messed up; for some reason, I thought this was on chromatic's hit list. Fixed in revision 29408. Er, I mean 29409. -- Bob

Re: [perl #37664] [TODO] create autogenerated files read-only

2008-07-13 Thread François Perrad
2008/7/12 Bob Rogers <[EMAIL PROTECTED]>: > 9 days and no complaints; done. > When the coda is added by the generator, that's fine. But MANIFEST is generated (with MANIFEST.SKIP) and MANIFEST.generated is not a generated file (but the file that contains all the generated/built files that could

Re: [perl #37664] [TODO] create autogenerated files read-only

2008-07-12 Thread Bob Rogers
9 days and no complaints; done. -- Bob 2008-07-12 17:28:24: revision: 29361; author: rgrjr [CORE] Make Emacs coda read-only in generated files (part of #37664). => /trunk/MAN

Re: [perl #37664] [TODO] create autogenerated files read-only

2008-07-03 Thread Bob Rogers
From: chromatic <[EMAIL PROTECTED]> Date: Wed, 2 Jul 2008 22:48:02 -0700 These are the files in a pristine repository with 'ex: set ro:' in them; can you (or another Emacs user) edit them to add the appropriate tag for Emacs? The attached patch does this, but raises a question. In

Re: [perl #37664] [TODO] create autogenerated files read-only

2008-07-02 Thread chromatic
On Monday 17 March 2008 17:06:32 Bob Rogers wrote: >I had to add "set modeline" to my .vimrc, but now generated files >respect the line: > > /* ex: set ro: > >... when I edit them with Vim. > > And adding "buffer-read-only: t" to "Local variables:" at the end will > do the sam

Re: [perl #37664] [TODO] create autogenerated files read-only

2008-03-17 Thread Bob Rogers
From: chromatic <[EMAIL PROTECTED]> Date: Mon, 17 Mar 2008 16:54:02 -0700 I had to add "set modeline" to my .vimrc, but now generated files respect the line: /* ex: set ro: ... when I edit them with Vim. And adding "buffer-read-only: t" to "Local variables:" at the end

Re: [perl #37664] [TODO] create autogenerated files read-only

2008-03-17 Thread chromatic
On Monday 17 March 2008 16:20:42 James Keenan via RT wrote: > If someone could flesh out the intent of this ticket a bit more, I > suspect someone fluent in Perl 5 could take it, since most files are > written by Perl 5 processes. > > Some guidance as to how to create read-only files on various OS

[perl #37664] [TODO] create autogenerated files read-only

2008-03-17 Thread James Keenan via RT
On Sat Nov 12 09:22:47 2005, leo wrote: > Not the first time I or somenone else ran into the problem of editing an > autogenerated file. Creating these files r/o would prevent from > accidental changes. > If someone could flesh out the intent of this ticket a bit more, I suspect someone fluent