Re: behavior of mouseclick positioning cursor with concealed chars

2011-06-18 Thread Bram Moolenaar
Christian Brabandt wrote: > On Di, 14 Jun 2011, hsitz wrote: > > > On Jun 14, 7:35 pm, Bram Moolenaar wrote: > > > That's a bug. > > > > Thanks for confirming. I will move to vim-dev. Here are some steps > > to reproduce it. > > > > 1. Create a document with this line of text: > > This is

Re: Disable vim line wrap

2011-06-18 Thread Farid
I tried the method Gary mentioned, and it worked well. Thanks again Gary. Bram, I don't know abaqus myself. Wikipedia shows one software for finite element analysis and computer aided engineering called abaqus. I'm not sure whether they're related or not. --Farid On Jun 18, 1:30 pm, Bram Moole

Re: Exasperated with folding

2011-06-18 Thread Eric Weir
On Jun 18, 2011, at 6:03 PM, Vlad Irnov wrote: > Vim 7.3 has support for Markdown by default. You just need to set > buffer 'filetype' to "markdown". MultiMarkdown and other dialects are > very similar, there is no need to create a new filetype. Great! Thanks a ton for bringing this to my attent

Re: Exasperated with folding

2011-06-18 Thread Vlad Irnov
On Jun 18, 7:31 am, Eric Weir wrote: > On Jun 17, 2011, at 3:57 PM, Vlad Irnov wrote: > > You can also try one the popular light-weight markup languages: > > Markdown, txt2tags, reST. In theory, they all can have folding set up > > on headlines. I posted foldexpr for Markdown here: > >http://gro

Re: Issue: clipboard=unnamed

2011-06-18 Thread Bram Moolenaar
Robert Chan wrote: > Setting 'clipboard' to the value 'unnamed' and using commands which affect > the clipboard results in vim hanging and windows frozen for over 1-2 > minutes; once vim returns, the operating system feels laggy and slugish. > > Example: > > 1. create a buffer with 10,000 lines

Re: Disable vim line wrap

2011-06-18 Thread Bram Moolenaar
Farid wrote: > Ah nvm. I edited the filetype.vim and comment out the "set ftype > abaqus" line and everything works well now. Appparently, abaqus type > will do the folding if the file begins with * or ** or *** etc as the > header. Which is what I've been working with most. > > I like the tr

Re: Vim and XML -- best setup ?

2011-06-18 Thread eNG1Ne
I hope/think/believe there should be a plugin available that will automatically close tags for you … that will save a lot of typing, and help cut down on errors. I'll watch this thread, because I'd be interested in the same plugin myself ;-} NGN -- You received this message from the "vim_use" ma

OT: XML/XSL/XSLT/XSL: FO/FOP...whereareyou?

2011-06-18 Thread meino . cramer
Hi, for my work I want to get a deeper look into XML/XSL/XSLT/XSL:FO/FOP and family in a shorten way. I have searched the web and until now I only find both ends of way from which I want to start in the middle: One end explains in detail the very basic concepts like "well-formed documents" and su

keymap with langmap

2011-06-18 Thread dima makeev
Hi. I have a strange vim behavior. I use russian keyboard. So I have set keymap=russian-jcukenwin" for use ctrl-^ and enter russian letters. But also I have set langmap=ёйцукенгшщзхъфывапролджэячсмитьбюЁЙЦУКЕHГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ;`qwertyuiop[]asdfghjkl\\;'zxcvbnm\\,.~QWERTYUIOP{}ASDFGHJKL

Re: Exasperated with folding

2011-06-18 Thread Eric Weir
On Jun 17, 2011, at 3:57 PM, Vlad Irnov wrote: > Manual folding is the wrong tool, you are going to create more > problems than you solve. Perhaps I've been experiencing some of them. My experience with it is that folds end up at random locations unrelated to the ones used in establishing them

Re: Exasperated with folding

2011-06-18 Thread Eric Weir
On Jun 17, 2011, at 12:28 PM, Gary Johnson wrote: > On 2011-06-17, Eric Weir wrote: > >> I wonder, also, how this way of doing it would be affected by >> editing of an entry at a later date. Would it change the date of >> the fold? > > That's one of the advantages to using expression folding in

Re: menu.vim: reference to another menu line command

2011-06-18 Thread rameo
Thank you very much. When I read that I had to put the menu command inside the :execute I placed the :exe before delmatches (I thought the menu command was the command in the menu) and not before the whole menu command. -- You received this message from the "vim_use" maillist. Do not top-post! Ty

Re: menu.vim: reference to another menu line command

2011-06-18 Thread Tony Mechelynck
On 18/06/11 10:57, rameo wrote: I believe that I have found it. it is the/ command let delmatches = ':g///d C' an 98.002&Edit\ Menu.Delete\ Matches\:exe delmatches ---> doesn't work (E486 pattern not found:) an 98.002&Edit\ Menu.Delete\ Matches\:g///d C ---> does work. Any idea? A

Re: Font Rendering Issues on Linux But Not Windows

2011-06-18 Thread Mathew Brown
I'm not sure if you read my 2nd reply. So here it is again: I take that back. Even Courier New didn't display the Arabic properly for all scenarios. By the way, I'm pretty sure that this is a Vim issue, not a GTK issue because I tried some of the exact same fonts on gedit and they showed the Ar

Re: menu.vim: reference to another menu line command

2011-06-18 Thread rameo
I believe that I have found it. it is the / command let delmatches = ':g///d C' an 98.002&Edit\ Menu.Delete\ Matches\:exe delmatches ---> doesn't work (E486 pattern not found: ) an 98.002&Edit\ Menu.Delete\ Matches\:g///d C ---> does work. Any idea? -- You received this message from th

Re: Font Rendering Issues on Linux But Not Windows

2011-06-18 Thread Tony Mechelynck
On 18/06/11 09:59, Mathew Brown wrote: Hi Tony, On Sat, 18 Jun 2011 09:11 +0200, "Tony Mechelynck" wrote: [...] When viewing pointed Arabic text in GTK2 gvim, I don't always see it displayed correctly; moving the cursor over the text may correct the error. This is the exact issue that I

Re: menu.vim: reference to another menu line command

2011-06-18 Thread rameo
Anyone has an idea how to resolve my question? -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: Font Rendering Issues on Linux But Not Windows

2011-06-18 Thread Mathew Brown
On Sat, 18 Jun 2011 00:59 -0700, "Mathew Brown" wrote: > Hi Tony, > > On Sat, 18 Jun 2011 09:11 +0200, "Tony Mechelynck" > wrote: > > On 17/06/11 22:02, Mathew Brown wrote: > > > Hi Tony, > > > > > >Thanks for your reply. To make sure that I'm using the exact same > > >fonts, I copied t

Re: Vim and XML -- best setup ?

2011-06-18 Thread Tony Mechelynck
On 18/06/11 07:40, meino.cra...@gmx.de wrote: Hi, in the *very* near future I will to hack a lot XML/XSLT/XSL/XMP... stuff at work and I will do it with vim. Unfortunately I am not allowed to install any binary executable (with the exeption of the vim package, which is already there) on the ma

Re: Font Rendering Issues on Linux But Not Windows

2011-06-18 Thread Mathew Brown
Hi Tony, On Sat, 18 Jun 2011 09:11 +0200, "Tony Mechelynck" wrote: > On 17/06/11 22:02, Mathew Brown wrote: > > Hi Tony, > > > >Thanks for your reply. To make sure that I'm using the exact same > >fonts, I copied the ttf fonts used by Windows and replaced the ones on > >Linux and the

Re: Font Rendering Issues on Linux But Not Windows

2011-06-18 Thread Tony Mechelynck
On 17/06/11 22:02, Mathew Brown wrote: Hi Tony, Thanks for your reply. To make sure that I'm using the exact same fonts, I copied the ttf fonts used by Windows and replaced the ones on Linux and then proceeded with running fc-cache. I'm still running into the same problem. So why