[bug #9550] Text file failure in F3 when is beginning with BM

2005-08-03 Thread anonymous
Follow-up Comment #2, bug #9550 (project mc): This is an issue with file (incorrectly) reporting this as a bitmap file. Not something we can easily fix for mc, or we would need implement logic to test every file that might not be reported correctly by file. I suggest you use shift-F3 for such

Re: Reconfigure bugzilla to only allow reports by logged in users

2005-08-03 Thread Leonard den Ottolander
Hi Pavel, On Tue, 2005-08-02 at 06:23, Pavel Roskin wrote: Would it be possible to reconfigure mc bugzilla so only logged in users can post (to) bug reports. I see it is now indeed impossible to report new bugs without being logged in. Thanks. However, it is still possible to anonymously

Re: Reconfigure bugzilla to only allow reports by logged in users

2005-08-03 Thread Pavel Roskin
On Wed, 2005-08-03 at 16:00 +0200, Leonard den Ottolander wrote: Hi Pavel, On Tue, 2005-08-02 at 06:23, Pavel Roskin wrote: Would it be possible to reconfigure mc bugzilla so only logged in users can post (to) bug reports. I see it is now indeed impossible to report new bugs without

Re: Reconfigure bugzilla to only allow reports by logged in users

2005-08-03 Thread Leonard den Ottolander
Hi Pavel, On Wed, 2005-08-03 at 18:38, Pavel Roskin wrote: Please report it to Savannah admins as a bug. Sure. What would be their address? [EMAIL PROTECTED] Leonard. -- mount -t life -o ro /dev/dna /genetic/research ___ Mc-devel mailing list

Re: Edit selected/hilighted text

2005-08-03 Thread Gergely Szasz
On Mon, Aug 01, 2005 at 09:39:39PM +0200, Roland Illig wrote: Michelle Konzack wrote: Am 2005-08-01 18:42:37, schrieb Roland Illig: It had been possible for a short while, somewhere in 2004. I had replaced some parts of the editor with code that did exactly what you want. But because some

Re: Reconfigure bugzilla to only allow reports by logged in users

2005-08-03 Thread Pavel Roskin
On Wed, 2005-08-03 at 20:59 +0200, Leonard den Ottolander wrote: Hi Pavel, On Wed, 2005-08-03 at 18:38, Pavel Roskin wrote: Please report it to Savannah admins as a bug. Sure. What would be their address? [EMAIL PROTECTED] See https://savannah.gnu.org/contact.php Where to post if your

Re: shell scripting advise: Don't use backslashes inside backtick quotes

2005-08-03 Thread Oswald Buddenhagen
On Thu, Aug 04, 2005 at 07:31:42AM +0200, Oswald Buddenhagen wrote: On Thu, Aug 04, 2005 at 01:19:50AM +0200, Roland Illig wrote: quote() { _sedexpr=s,',''',g _quotestr=`echo x$1 | sed -e '1s,^x,,' -e ${_sedexpr}` echo '${_quotestr}' } So if you ever use