Re: Dropping mmap from the virtual file system

2005-02-27 Thread Roland Illig
Roland Illig wrote: I would like to drop the mmap() and munmap() methods from the vfs code. Leonard den Ottolander wrote: Why? Roland Illig wrote: To make the source code of mc smaller and better understandable. For the virtual file system, it nearly makes no sense to provide an mmap() method, a

Re: Dropping mmap from the virtual file system

2005-02-27 Thread Roland Illig
Leonard den Ottolander wrote: Hi Roland, I would like to drop the mmap() and munmap() methods from the vfs code. Why? To make the source code of mc smaller and better understandable. For the virtual file system, it nearly makes no sense to provide an mmap() method, as most of the filesystems w

Re: Dropping mmap from the virtual file system

2005-02-27 Thread Leonard den Ottolander
Hi Roland, > I would like to drop the mmap() and munmap() methods from the vfs code. Why? Leonard. -- mount -t life -o ro /dev/dna /genetic/research ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

Dropping mmap from the virtual file system

2005-02-27 Thread Roland Illig
Hi all, I would like to drop the mmap() and munmap() methods from the vfs code. The only place where it is used is the internal viewer, which I would rewrite if you agree. Roland ___ Mc-devel mailing list http://mail.gnome.org/mailman/listinfo/mc-devel

Re: File renaming helper request

2005-02-27 Thread wwp
Hello /dev/rob0, On Sun, 27 Feb 2005 10:59:01 -0600 /dev/rob0 <[EMAIL PROTECTED]> wrote: > [ CC'ed because I don't know if this address can post on mc-devel ] It appears that a few posts of mine already landed to mc-devel in the past year, nothing incorrect I hope. > On Sunday 27 February 200

File renaming helper request

2005-02-27 Thread wwp
Hello all, I wonder if there would be a way to allow easy 1-file renaming by including the filename itself in the Move dialog (when only 1 file is selected) so that the filename can just be "changed". For instance, if I want to rename a very long filename in order to fix a typo in the filename,