Re: 7.1a.001 OSX colour scheme errors?

2007-05-09 Thread A.J.Mechelynck
Michael Wookey wrote: A.J.Mechelynck wrote: Michael Wookey wrote: Hello vimmers, I am running 7.1a.001 on OSX and have just noticed the following from console vim (running in Terminal.app and also occurs in iTerm.app). If I change the colour scheme I receive a lot of error output. For

(Doc RFE) rgb.txt

2007-05-09 Thread A.J.Mechelynck
I had a devil of a time locating the rgb.txt file on my SuSE 10.2 distro. In order to alleviate the task of fellow users, I propose the attached patch to :help rgb.txt. Best regards, Tony. -- hundred-and-one symptoms of being an internet addict: 223. You set up a web-cam as your home's

[SOLVED] RE: 7.1a.001 OSX colour scheme errors?

2007-05-09 Thread Michael Wookey
Hm... Maybe the console version checks the values of the guibg= guifg= settings even though it doesn't use them. Try dropping the attached file into your $VIMRUNTIME folder and see if it makes any difference. (See :help rgb.txt for an explanation of how Vim uses it. IIUC, on X11- and

Re: [SOLVED] RE: 7.1a.001 OSX colour scheme errors?

2007-05-09 Thread A.J.Mechelynck
Michael Wookey wrote: Hm... Maybe the console version checks the values of the guibg= guifg= settings even though it doesn't use them. Try dropping the attached file into your $VIMRUNTIME folder and see if it makes any difference. (See :help rgb.txt for an explanation of how Vim uses it. IIUC,

Re: vim_is_xterm() and screen

2007-05-09 Thread Micah Cowan
I wrote: Therefore, there would seem to be no harm whatsoever in detecting screen as an xterm-mouse-code-capable terminal, and sending the mouse-mode sequence (xterm protocol, since AFAIK screen provides no way to detect the underlying xterm version). If the underlying terminal claims to be

Re: (Doc RFE) rgb.txt

2007-05-09 Thread Yeti
On Wed, May 09, 2007 at 09:25:09AM +0200, A.J.Mechelynck wrote: I had a devil of a time locating the rgb.txt file on my SuSE 10.2 distro. locate rgb.txt Or, if you don't have locate installed for some reason, find /usr -name rgb.txt In order to alleviate the task of fellow users, I

RE: [SOLVED] RE: 7.1a.001 OSX colour scheme errors?

2007-05-09 Thread Michael Wookey
Michael Wookey wrote: Hm... Maybe the console version checks the values of the guibg= guifg= settings even though it doesn't use them. Try dropping the attached file into your $VIMRUNTIME folder and see if it makes any difference. (See :help rgb.txt for an explanation of how Vim uses

Re: vim_is_xterm() and screen

2007-05-09 Thread A.J.Mechelynck
Micah Cowan wrote: I wrote: Therefore, there would seem to be no harm whatsoever in detecting screen as an xterm-mouse-code-capable terminal, and sending the mouse-mode sequence (xterm protocol, since AFAIK screen provides no way to detect the underlying xterm version). If the underlying

Re: vim_is_xterm() and screen

2007-05-09 Thread Micah Cowan
A.J.Mechelynck wrote: Micah Cowan wrote: Attached is a proposed patch that effects the change I'm requesting. I would love to get some feedback/further discussion based on it. They say code talks, and so here is my concrete expression. :) Shouldn't it rather use the 'ttymouse' option? It

Re: vim_is_xterm() and screen

2007-05-09 Thread Micah Cowan
A.J.Mechelynck wrote: This is done as a result of sending the t_RV code and receiving an answer for it, which happens after the first file has been loaded and all -c commands have been processed: probably just before or just after the VimEnter event. IOW, you cannot test them in your vimrc

Re: vim_is_xterm() and screen

2007-05-09 Thread Micah Cowan
Micah Cowan wrote: A.J.Mechelynck wrote: This is done as a result of sending the t_RV code and receiving an answer for it, which happens after the first file has been loaded and all -c commands have been processed: probably just before or just after the VimEnter event. IOW, you cannot test

Re: [Announcement] Subversion repository location changed

2007-05-09 Thread Gregory Seidman
On Wed, May 09, 2007 at 10:27:24AM +0800, Edward L. Fox wrote: On 5/9/07, Suresh Govindachar [EMAIL PROTECTED] wrote: Edward L. Fox announced: Hi Vimmers, The directories structure of the Subversion repository has been changed. Please use this command to checkout the

Re: Patch: Recent visit folder selection in gtk2 filechooser

2007-05-09 Thread Jochen Baier
Jochen Baier wrote: hi, the attached patch will add a combobox to the gtk2 filechooser to easy switch between recent visit folder. (=folder you opened a file) maybe worth to add to gvim. screenshot: http://www.jochen-baier.de/vim_recent.jpg regards jochen

Re: surprised by beta

2007-05-09 Thread scott
On Tuesday 08 May 2007 21:29, you wrote: On 5/8/07, scott [EMAIL PROTECTED] wrote: i was surpised by the fact that simply running 'svn update' bumped me up to 7.1a -- from previous posts i had thought there was something extra that had to be done to get the beta, like create a new 71a

Re: VimWiki - again - but with a brand new option

2007-05-09 Thread Tom Purl
On Tue, May 8, 2007 3:32 pm, Bram Moolenaar wrote: The main goal now is to get the Vim tips collection back to live. It has been dead for three months now! I wasn't aware of this, and it's definitely a problem. Here's what I propose we do: 1. Finalize a tip formatting standard. 2. Use the

Re: VimWiki - again - but with a brand new option

2007-05-09 Thread Sebastian Menge
Am Mittwoch, den 09.05.2007, 10:33 -0500 schrieb Tom Purl: I wasn't aware of this, and it's definitely a problem. Here's what I propose we do: First, im not sure about what you mean by a) formatting standard and b) a script that supports the standard is a) something like a template in

[PATCH] vim_is_xterm() and screen

2007-05-09 Thread Micah Cowan
Sorry for the repost; but I realized I should've drawn more attention to the message with the patch in it, both so other lurkers know the thread now includes a proposed patch, and so that we know what message to go back to if we want to refer to the code we're discussing. I have made a slight

Re: Tab right-click menu hardcoded

2007-05-09 Thread A.J.Mechelynck
Setting followups to vim-dev Steve Hall wrote: The current right-click menu on GUI tabs is hardcoded and presents a whole host of issues for anyone who uses code to manage buffers, tabs, or windows. It pretends to be a sophisticated menu but it really executes a basic Vim command which may or

Re: VimWiki - again - but with a brand new option

2007-05-09 Thread Tom Purl
On Wed, May 9, 2007 11:37 am, Sebastian Menge wrote: First, im not sure about what you mean by a) formatting standard and b) a script that supports the standard is a) something like a template in mediawiki-speak? see: http://home.comcast.net/~gerisch/MediaWikiTemplates.html

Re: (Doc bug) Error in options.txt

2007-05-09 Thread Bram Moolenaar
Tony Mechelynck wrote: One word under :help 'ttymouse' was obviously forgotten when that option got more possible settings. See suggested patch, attached. To avoid it being forgotten again, I'll simply remove the count. -- From know your smileys: :-{} Too much lipstick /// Bram

Re: Could you please give me the most bleeding-edge sources?

2007-05-09 Thread Bram Moolenaar
Edward L Fox wrote: I noticed that you also maintained another CVS repository besides the sf.net's CVS repository. And many changes to that internal CVS won't be applied to the sf.net's CVS repository unless a large release is to be made. In my opinion, as the SVN repository is now

Re: VimWiki - again - but with a brand new option

2007-05-09 Thread Sebastian Menge
Am Mittwoch, den 09.05.2007, 13:06 -0500 schrieb Tom Purl: We do have a Wikia site available if we want it (http://vim.wikia.com/wiki/Main_Page). I agree with you; it has a lot of nice features, and may give us a bit more flexibility than the wikibooks option. I think we should revisit this

Re: 7.1a.001 OSX colour scheme errors?

2007-05-09 Thread Bram Moolenaar
Michael Wookey wrote: I am running 7.1a.001 on OSX and have just noticed the following from console vim (running in Terminal.app and also occurs in iTerm.app). If I change the colour scheme I receive a lot of error output. For example: :colorscheme desert Results in:

Re: [Announcement] Subversion repository location changed

2007-05-09 Thread Yakov Lerner
On 5/9/07, Edward L. Fox [EMAIL PROTECTED] wrote: If you had checked out a copy of the sources before, please run this command in your source root directory to switch into the current branch: svn switch https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.1 This switch command gives me

Re: [Announcement] Subversion repository location changed

2007-05-09 Thread Micah Cowan
Yakov Lerner wrote: On 5/9/07, Edward L. Fox [EMAIL PROTECTED] wrote: If you had checked out a copy of the sources before, please run this command in your source root directory to switch into the current branch: svn switch https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.1 This

Re: [PATCH] vim_is_xterm() and screen

2007-05-09 Thread Bram Moolenaar
Micah Cowan wrote: Sorry for the repost; but I realized I should've drawn more attention to the message with the patch in it, both so other lurkers know the thread now includes a proposed patch, and so that we know what message to go back to if we want to refer to the code we're discussing.

Re: VimWiki - again - but with a brand new option

2007-05-09 Thread Bram Moolenaar
Ian Tegebo wrote: On 5/6/07, Sebastian Menge [EMAIL PROTECTED] wrote: Hi all Independent of the implementation used, I suggest to develop good guidelines. The Wiki should be really valuable and not redundant to vim-tips or mailing-lists. I would like to make another

Re: [PATCH] vim_is_xterm() and screen

2007-05-09 Thread Micah Cowan
Bram Moolenaar wrote: Micah Cowan wrote: Sorry for the repost; but I realized I should've drawn more attention to the message with the patch in it, both so other lurkers know the thread now includes a proposed patch, and so that we know what message to go back to if we want to refer to the

RE: 7.1a.001 OSX colour scheme errors?

2007-05-09 Thread Michael Wookey
Has anyone else noticed this? You apparently are missing the runtime/rgb.txt file. It's part of the extra archive. Perhaps you didn't unpack it correctly? You must have unpacked it, since it contains src/gui_mac.c. And you must not change the directory structure, otherwise Vim.app

Re: [Announcement] Subversion repository location changed

2007-05-09 Thread Gautam Iyer
On Wed, May 09, 2007 at 02:20:52PM -0700, Micah Cowan wrote: If you had checked out a copy of the sources before, please run this command in your source root directory to switch into the current branch: svn switch https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.1

Re: VimWiki - again - but with a brand new option

2007-05-09 Thread Mark Woodward
On Wed, 2007-05-09 at 13:06 -0500, Tom Purl wrote: On Wed, May 9, 2007 11:37 am, Sebastian Menge wrote: First, im not sure about what you mean by a) formatting standard and b) a script that supports the standard is a) something like a template in mediawiki-speak? see:

Re: [Announcement] Subversion repository location changed

2007-05-09 Thread Edward L. Fox
On 5/10/07, Gautam Iyer [EMAIL PROTECTED] wrote: On Wed, May 09, 2007 at 02:20:52PM -0700, Micah Cowan wrote: If you had checked out a copy of the sources before, please run this command in your source root directory to switch into the current branch: svn switch

Re: [Announcement] Subversion repository location changed

2007-05-09 Thread A.J.Mechelynck
Micah Cowan wrote: Edward L. Fox wrote: On 5/10/07, Gautam Iyer [EMAIL PROTECTED] wrote: I got the same error. My response was rm -rf vim7 svn co https://svn.sourceforge.net/svnroot/vim/trunk vim7 svn switch can only switch from a directory into another directory inside the same

Re: [PATCH] vim_is_xterm() and screen

2007-05-09 Thread Gary Johnson
On 2007-05-09, Micah Cowan [EMAIL PROTECTED] wrote: Towards a better solution: how straightforward do you think it'll be to talk the ncurses guys into adding support for some of screen's extensions? AFAIK, the only one I care about is the xterm mouse support; another interesting one is a

Re: [PATCH] vim_is_xterm() and screen

2007-05-09 Thread Micah Cowan
Gary Johnson wrote: On 2007-05-09, Micah Cowan [EMAIL PROTECTED] wrote: Towards a better solution: how straightforward do you think it'll be to talk the ncurses guys into adding support for some of screen's extensions? AFAIK, the only one I care about is the xterm mouse support; another

Re: replace number with zero-packed number

2007-05-09 Thread A.J.Mechelynck
Luke Vanderfluit wrote: Hi. I have a csv file that contains a field with a number, say 98. I need to zerofill the fields to be 6 digits. So any field that is say 98, should become 98. Is there an easy way to do this with search and replace? Thanks. Kind regards. There are several ways

Re: what feature is required to return to last editing position?

2007-05-09 Thread Yakov Lerner
On 5/8/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: When opening a file in vim, the cursor will move to the last position when the file was saved. The feature is enabled by some autocommands in vimrc_example.vim, I copied the code into my .vimrc and use it in all platform. It really does

Re: what feature is required to return to last editing position?

2007-05-09 Thread Micah Cowan
Yakov Lerner wrote: On 5/8/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: When opening a file in vim, the cursor will move to the last position when the file was saved. The simplest way to fix this is to add this line to your .vimrc: $VIMRUNTIME/vimrc_example.vim Another, more

Re: what feature is required to return to last editing position?

2007-05-09 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: When opening a file in vim, the cursor will move to the last position when the file was saved. The feature is enabled by some autocommands in vimrc_example.vim, I copied the code into my .vimrc and use it in all platform. It really does work in my WindowsXP gvim,

Re: what feature is required to return to last editing position?

2007-05-09 Thread François Ingelrest
Hello, I'm also using vim with an Ubuntu Feisty. Here is what I have in my .vimrc: Try to restore cursor position when reading a buffer au BufReadPost * if line('\) | exe normal '\ | endif It works quite well. On 5/9/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote:

Re: what feature is required to return to last editing position?

2007-05-09 Thread A.J.Mechelynck
François Ingelrest wrote: Hello, I'm also using vim with an Ubuntu Feisty. Here is what I have in my .vimrc: Try to restore cursor position when reading a buffer au BufReadPost * if line('\) | exe normal '\ | endif It works quite well. Yeah, that is almost the same as the code in the

omni-completion

2007-05-09 Thread Normandie Azucena
hi all! this will seem to be a dumb question. what is omni-completion? How can I use it in vim? How can I create my own? tnx in advance!

Re: omni-completion

2007-05-09 Thread Gary Johnson
On 2007-05-09, Normandie Azucena [EMAIL PROTECTED] wrote: hi all! this will seem to be a dumb question. what is omni-completion? How can I use it in vim? How can I create my own? :help compl-omni :help 24.3 HTH, Gary -- Gary Johnson | Agilent Technologies [EMAIL

Re: VimWiki - again - but with a brand new option

2007-05-09 Thread Tom Purl
On Tue, May 8, 2007 3:32 pm, Bram Moolenaar wrote: The main goal now is to get the Vim tips collection back to live. It has been dead for three months now! I wasn't aware of this, and it's definitely a problem. Here's what I propose we do: 1. Finalize a tip formatting standard. 2. Use the

Re: omni-completion

2007-05-09 Thread Jean-Rene David
* Normandie Azucena [2007.05.09 09:30]: this will seem to be a dumb question. what is omni-completion? How can I use it in vim? How can I create my own? Have you given :h omni-completion a try? -- JR

Tab right-click menu hardcoded

2007-05-09 Thread Steve Hall
The current right-click menu on GUI tabs is hardcoded and presents a whole host of issues for anyone who uses code to manage buffers, tabs, or windows. It pretends to be a sophisticated menu but it really executes a basic Vim command which may or may not be what the user expects. Could we at

Re: what feature is required to return to last editing position?

2007-05-09 Thread Charles E Campbell Jr
[EMAIL PROTECTED] wrote: When opening a file in vim, the cursor will move to the last position when the file was saved. The feature is enabled by some autocommands in vimrc_example.vim, I copied the code into my .vimrc and use it in all platform. It really does work in my WindowsXP gvim,

^M displayed in vi but not in vim

2007-05-09 Thread Dan Fabrizio
Hi all, Does anyone know why vim don't show the ^M characters in a file but vi does? :set list in vim shows $ at the end of the lines but no ^M characters? :set ff=unix :w This removed the ^M characters but I had to use vi to verify. Is there some setting I'm missing that needed to show

$HOME inconsistent in Windows?

2007-05-09 Thread Chris Sutcliffe
Hey All, I've defined a HOME environment variable as %HOMEDRIVE%%HOMEPATH%. In a command prompt, if get the following: echo %HOME% C:\Documents and Settings\user ID In gvim, I get the following: :e $HOME\ which expands to :e c:\Documents\ and\ Settings\user ID\Application\ Data\ Is there

RE: replace number with zero-packed number

2007-05-09 Thread Timothy Adams
Could I ask a follow-up question along these lines? I've never used \=, but I see it only works at the beginning of the substitute string and makes the entire replacement an expression. Is there a way to put it in the middle. For example, I was thinking if the CSV file had other numbers, and

Re: replace number with zero-packed number

2007-05-09 Thread Tim Chase
I've never used \=, but I see it only works at the beginning of the substitute string and makes the entire replacement an expression. Is there a way to put it in the middle. For example, I was thinking if the CSV file had other numbers, and only one field should be 0 padded, ex: Blah,

Re: ^M displayed in vi but not in vim

2007-05-09 Thread A.J.Mechelynck
Dan Fabrizio wrote: Hi all, Does anyone know why vim don't show the ^M characters in a file but vi does? :set list in vim shows $ at the end of the lines but no ^M characters? :set ff=unix :w This removed the ^M characters but I had to use vi to verify. Is there some setting I'm

Re: ^M displayed in vi but not in vim

2007-05-09 Thread Yeti
On Wed, May 09, 2007 at 12:39:45PM -0400, Dan Fabrizio wrote: Does anyone know why vim don't show the ^M characters in a file but vi does? Vim understands all EOL types. All types included in 'fileformats' are equal, whatever characters they are physically represented with. :set list in

Re: $HOME inconsistent in Windows?

2007-05-09 Thread A.J.Mechelynck
Chris Sutcliffe wrote: Hey All, I've defined a HOME environment variable as %HOMEDRIVE%%HOMEPATH%. In a command prompt, if get the following: echo %HOME% C:\Documents and Settings\user ID In gvim, I get the following: :e $HOME\ which expands to :e c:\Documents\ and\ Settings\user

Re: Tab right-click menu hardcoded

2007-05-09 Thread A.J.Mechelynck
Setting followups to vim-dev Steve Hall wrote: The current right-click menu on GUI tabs is hardcoded and presents a whole host of issues for anyone who uses code to manage buffers, tabs, or windows. It pretends to be a sophisticated menu but it really executes a basic Vim command which may or

Re: VimWiki - again - but with a brand new option

2007-05-09 Thread Tom Purl
On Wed, May 9, 2007 11:37 am, Sebastian Menge wrote: First, im not sure about what you mean by a) formatting standard and b) a script that supports the standard is a) something like a template in mediawiki-speak? see: http://home.comcast.net/~gerisch/MediaWikiTemplates.html

is there a list-administrator ?

2007-05-09 Thread Toon Knapen
Is there a list-administrator also listening in ? I have tried to unsubscribe a zillion times now and I'm still on this list. I would appreciate if the ml-admin could help me out here. thanks toon

Re: Could you please give me the most bleeding-edge sources?

2007-05-09 Thread Bram Moolenaar
Edward L Fox wrote: I noticed that you also maintained another CVS repository besides the sf.net's CVS repository. And many changes to that internal CVS won't be applied to the sf.net's CVS repository unless a large release is to be made. In my opinion, as the SVN repository is now

RE: is there a list-administrator ?

2007-05-09 Thread Mike Hansen
-Original Message- From: Toon Knapen [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 1:11 PM To: vim@vim.org Subject: is there a list-administrator ? Is there a list-administrator also listening in ? I have tried to unsubscribe a zillion times now and I'm still

Re: is there a list-administrator ?

2007-05-09 Thread Tim Chase
I'm not a list-admin, but did you try sending a message to [EMAIL PROTECTED] From the account with which you subscribed? (just to make sure) It should be the same one with which you posted to the list, as the list shouldn't let you post if you're not subscribed. -tim

RE: VimWiki - again - but with a brand new option

2007-05-09 Thread Gene Kwiecinski
We do have a Wikia site available if we want it (http://vim.wikia.com/wiki/Main_Page). I agree with you; it has a lot of nice features, and may give us a bit more flexibility than the wikibooks option. I think we should revisit this topic once we're ready to start the real conversion. No

Re: is there a list-administrator ?

2007-05-09 Thread Charles E Campbell Jr
Toon Knapen wrote: Is there a list-administrator also listening in ? I have tried to unsubscribe a zillion times now and I'm still on this list. I would appreciate if the ml-admin could help me out here. Somewhat modified version of what Tony M sent awhile ago... Unsubscribing from

Re: VimWiki - again - but with a brand new option

2007-05-09 Thread Sebastian Menge
Am Mittwoch, den 09.05.2007, 13:06 -0500 schrieb Tom Purl: We do have a Wikia site available if we want it (http://vim.wikia.com/wiki/Main_Page). I agree with you; it has a lot of nice features, and may give us a bit more flexibility than the wikibooks option. I think we should revisit this

Re: is there a list-administrator ?

2007-05-09 Thread A.J.Mechelynck
Toon Knapen wrote: Is there a list-administrator also listening in ? I have tried to unsubscribe a zillion times now and I'm still on this list. I would appreciate if the ml-admin could help me out here. thanks toon AFAIK, there is no list-admin; just the mail robot. Or if there is

Re: is there a list-administrator ?

2007-05-09 Thread A.J.Mechelynck
Charles E Campbell Jr wrote: Toon Knapen wrote: Is there a list-administrator also listening in ? I have tried to unsubscribe a zillion times now and I'm still on this list. I would appreciate if the ml-admin could help me out here. Somewhat modified version of what Tony M sent awhile

Re: is there a list-administrator ?

2007-05-09 Thread Micah Cowan
A.J.Mechelynck wrote: AFAIK, there is no list-admin; just the mail robot. Or if there is one, he only reads the list when the moon is blue on the 4th Thursday of a week, and I don't know his phone number (if any). The Vim mailing list page (http://www.vim.org/maillist.php) mentions [EMAIL

Re: VimWiki - again - but with a brand new option

2007-05-09 Thread russ
Original Message Subject: RE: VimWiki - again - but with a brand new option From: Gene Kwiecinski [EMAIL PROTECTED] Date: Wed, May 09, 2007 1:35 pm To: Tom Purl [EMAIL PROTECTED], Vim Mailing List vim@vim.org [snip] Yeah, it's a good idea, but there are more important

RE: VimWiki - again - but with a brand new option

2007-05-09 Thread Gene Kwiecinski
Yeah, it's a good idea, but there are more important things I have for you to do...), Wow, you had one of those guys too? We just barely got rid of ours a few weeks ago. He moved on to greater opportunities. Bright guy, but to follow his lead, you'd just never get to do anything! Thankfully, I'm

Re: [Announcement] Subversion repository location changed

2007-05-09 Thread Yakov Lerner
On 5/9/07, Edward L. Fox [EMAIL PROTECTED] wrote: If you had checked out a copy of the sources before, please run this command in your source root directory to switch into the current branch: svn switch https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.1 This switch command gives me

Re: [Announcement] Subversion repository location changed

2007-05-09 Thread Micah Cowan
Yakov Lerner wrote: On 5/9/07, Edward L. Fox [EMAIL PROTECTED] wrote: If you had checked out a copy of the sources before, please run this command in your source root directory to switch into the current branch: svn switch https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.1 This

Re: VimWiki - again - but with a brand new option

2007-05-09 Thread Bram Moolenaar
Ian Tegebo wrote: On 5/6/07, Sebastian Menge [EMAIL PROTECTED] wrote: Hi all Independent of the implementation used, I suggest to develop good guidelines. The Wiki should be really valuable and not redundant to vim-tips or mailing-lists. I would like to make another

Re: VimWiki - again - but with a brand new option

2007-05-09 Thread Mark Woodward
On Wed, 2007-05-09 at 13:06 -0500, Tom Purl wrote: On Wed, May 9, 2007 11:37 am, Sebastian Menge wrote: First, im not sure about what you mean by a) formatting standard and b) a script that supports the standard is a) something like a template in mediawiki-speak? see:

Re: Tab right-click menu hardcoded

2007-05-09 Thread Steve Hall
On Wed, 2007-05-09 at 20:04 +0200, A.J.Mechelynck wrote: Steve Hall wrote: The current right-click menu on GUI tabs is hardcodedCould we at least change the menu item names to the exact command being executed barring the option to customize these? When using GUI-style tabs (in the

[Fwd: Re: $HOME inconsistent in Windows?]

2007-05-09 Thread A.J.Mechelynck
Forward to list Original Message Subject: Re: $HOME inconsistent in Windows? Date: Wed, 9 May 2007 20:22:53 -0400 From: Chris Sutcliffe [EMAIL PROTECTED] To: A.J.Mechelynck [EMAIL PROTECTED] References: [EMAIL PROTECTED] [EMAIL PROTECTED] Maybe you set it to something

Re: [Fwd: Re: $HOME inconsistent in Windows?]

2007-05-09 Thread Chris Sutcliffe
Forward to list Sorry, forgot to check the To field in the reply... Cheers! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com http://ir0nh34d.blogspot.com http://emergedesktop.org

Re: [Fwd: Re: $HOME inconsistent in Windows?]

2007-05-09 Thread A.J.Mechelynck
Chris Sutcliffe wrote: Forward to list Sorry, forgot to check the To field in the reply... Cheers! Chris Next time, use Reply to All (or Reply to List if your mailer offers it). Best regards, Tony. -- George Orwell 1984. Northwestern 0. -- Chicago Reader 10/15/82

Re: what feature is required to return to last editing position?

2007-05-09 Thread panshizhu
Vincent BEFFARA [EMAIL PROTECTED] 写于 2007-05-09 23:54:27: Hi, Recently I installed Ubuntu Feisty and the feature seems to have gone (I installed vim-gnome version 7.0.135). Since I use the same .vimrc in all platform, it is unlikely to be the fault of my .vimrc script, the problem is I do

Blocking of save

2007-05-09 Thread meino . cramer
Hi, is there a way to disabling the saveing and writing of/to a file and leaving of vim until a certain condition of the contents of the file is not given (in this case certain characters are not allowed as contents of the file)? The whole thing should only be active for a C-/C++-Files.

Re: Blocking of save

2007-05-09 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: Hi, is there a way to disabling the saveing and writing of/to a file and leaving of vim until a certain condition of the contents of the file is not given (in this case certain characters are not allowed as contents of the file)? The whole thing should only be

Re: automatically enter normal mode

2007-05-09 Thread John Little
Hi all No one has mentioned the feedkeys() work-around (ahem, swallow) for this, if you want periodic events. For example, function! Timer() echo strftime(%c) let K_IGNORE = \x80\xFD\x35internal key code that is ignored call feedkeys(K_IGNORE) endfunction au

Re: Blocking of save

2007-05-09 Thread A.J.Mechelynck
A.J.Mechelynck wrote: [EMAIL PROTECTED] wrote: Hi, is there a way to disabling the saveing and writing of/to a file and leaving of vim until a certain condition of the contents of the file is not given (in this case certain characters are not allowed as contents of the file)? The whole

Re: automatically enter normal mode

2007-05-09 Thread A.J.Mechelynck
John Little wrote: Hi all No one has mentioned the feedkeys() work-around (ahem, swallow) for this, if you want periodic events. For example, function! Timer() echo strftime(%c) let K_IGNORE = \x80\xFD\x35internal key code that is ignored call feedkeys(K_IGNORE)

Re: what feature is required to return to last editing position?

2007-05-09 Thread Micah Cowan
[EMAIL PROTECTED] wrote: Vincent BEFFARA [EMAIL PROTECTED] 写于 2007-05-09 23:54:27: Hi, Recently I installed Ubuntu Feisty and the feature seems to have gone (I installed vim-gnome version 7.0.135). Since I use the same .vimrc in all platform, it is unlikely to be the fault of my .vimrc