Re: portability of mc

2005-05-21 Thread Oswald Buddenhagen
On Fri, May 20, 2005 at 10:41:02AM -0400, Pavel Roskin wrote: On Fri, 2005-05-20 at 10:09 +0200, Roland Illig wrote: Pavel Roskin wrote: No. In particular, I don't think we need to support Win64, where long cannot hold a pointer. Why not? What's wrong about that? Because it's a

Re: portability of mc

2005-05-21 Thread Roland Illig
Oswald Buddenhagen wrote: On Fri, May 20, 2005 at 10:41:02AM -0400, Pavel Roskin wrote: On Fri, 2005-05-20 at 10:09 +0200, Roland Illig wrote: Pavel Roskin wrote: No. In particular, I don't think we need to support Win64, where long cannot hold a pointer. Why not? What's wrong about

Re: [patch] improvements to the internal viewer

2005-05-21 Thread Roland Illig
Roland Illig wrote: * the F2 key does not switch between the text/hex sections in hexedit mode, but switches back to view mode. It is now a simple toggle, as the others. I just committed this. * provide functions for translating file offsets into line/column pairs and vice versa. *

Re: portability of mc

2005-05-21 Thread Oswald Buddenhagen
On Sat, May 21, 2005 at 01:11:35PM +0200, Roland Illig wrote: And even size_t has nothing to do with the representation of pointers. i don't think we're speaking about such stupid things as casting between pointers and non-pointers (for other purposes than abusing a void* as a variant type

[bug #13143] quick save may clobber files

2005-05-21 Thread Oswald Buddenhagen
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=13143 Summary: quick save may clobber files Project: GNU Midnight Commander Submitted by: ossi Submitted on: Sat 05/21/2005 at 17:24 Category: Editor

[bug #6415] syntax highlighting breaks on more complicated shell regexps

2005-05-21 Thread Oswald Buddenhagen
Follow-up Comment #2, bug #6415 (project mc): that's very unfortunate, because it makes mcedit a pretty bad editor for sophisticated scrips. i don't think this very hard to fix. i already did a simple parser that skips over nested sh constructs. with recursive contexts (nested contexts need to

Re: [PATCH] space on prompt bugfix

2005-05-21 Thread Oswald Buddenhagen
On Mon, Mar 21, 2005 at 09:19:34AM +0100, Jindrich Novy wrote: Hi mc-devel! There's a bug I've been annoyed with for some time so I finally decided to fix it. To reproduce: 1. start mc 2. go to some directory where you see some further subdirectories 3. press space once or for more

[bug #7872] Suggested changes in Python syntax bindings

2005-05-21 Thread Oswald Buddenhagen
Follow-up Comment #3, bug #7872 (project mc): err, i misread it. in fact, this is very similar to what i have submitted some time ago (and somehow i thought it was already committed ... which is sort of like believing in santa claus ;). it's only pointless to look for env somewhere else than in

[bug #13146] make tabs and trailing spaces visible

2005-05-21 Thread Oswald Buddenhagen
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=13146 Summary: make tabs and trailing spaces visible Project: GNU Midnight Commander Submitted by: ossi Submitted on: Sat 05/21/2005 at 19:25 Category: Editor