Re: Any non-programmer users of Vim here?

2011-04-08 Thread Boyko Bantchev
There is also the question how you get text edited with vim into some format you can submit. vim isn't particularly good at editing text with no hard line breaks (tw=0), i.e. soft wrap. In order to get some text formatting into e.g. Word, most likely requires the use of some command line

Re: Dubious scripts at vim.org

2011-11-23 Thread Boyko Bantchev
Any thoughts on whether scripts like this should be kept? Besides being potentially dangerous to Windows users, distribution of .exe files as scripts runs counter to the idea that scripts' execution depends on Vim alone, and not on a particular operating system. -- You received this message

Re: What's your favorite color scheme?

2012-01-10 Thread Boyko Bantchev
Please share your the name of your favorite color scheme . Concerning colour schemes: 0. I regret to say that I don't know of any online and worth mentioning publication that can be used as a guide or reference on this topic (although I did some searching). Has any of you guys

Re: What's your favorite color scheme?

2012-01-10 Thread Boyko Bantchev
http://code.google.com/p/vimcolorschemetest/ see the links at the bottom of the page ala http://vimcolorschemetest.googlecode.com/svn/html/index-c.html I was unaware of this. Thanks! But ... I realized I was unclear about what I actually meant (sorry about that). I wonder if there is a

Re: accent grave in french(France) keyboard layout is not printing. win32 (Win XP) Platform

2010-01-18 Thread Boyko Bantchev
2010/1/18 Sergey Vakulenko ppdl...@gmail.com: When i worked in gvim(win32) last time, i had found strange behaivor with french layout. When i type è (accent grave) character (in fr. layout it will be type ' 7 ' ), vim put some phrases in my active window. In different machines he put different

Re: Typing accents

2010-03-02 Thread Boyko Bantchev
John Culleton wrote: ... A crude but universal solution: append a Unicode combining accent (http://unicode.org/charts/PDF/U0300.pdf) to the letter you want to modify. E.g., e + 0300 gives è. You can still keymap certain combinations that you'd need most frequently, or map the accent itself to

detecting the current mode?

2008-11-05 Thread Boyko Bantchev
Hello all, How can a script detect whether Vim is in video mode? The mode() function does not seem to return correct results. Thank you! Boyko B. --~--~-~--~~~---~--~~ You received this message from the vim_use maillist. For more information, visit

Re: Compile and run program in Vim

2008-12-16 Thread Boyko Bantchev
2008/12/16 Jakub Marian kuba...@gmail.com: ... Is there any way to compile currently opened file and, if there were no errors during compilation, execute it - all of that by one command like :run? ... I wanted to do this, and several other simple things with C and C++ programs, so I

Re: key bindings chart

2009-02-06 Thread Boyko Bantchev
2009/2/6 James Freer jesseja...@googlemail.com: I've spent sometime this evening trying to find a decent key bindings chart. The best i've found is vimqrc.pdf. The vi-vim-tutorial.gif is good but i'd rather just have a single page listing if possible. Does anyone know of a better one? You

Re: Hanging Paragraphs

2009-03-19 Thread Boyko Bantchev
2009/3/19 corp.m...@gmail.com: I would like to create hanging paragraphs.  I haven't found anything that explains whether Vim can do this or how it's done.  Does anyone here know where I could find information about this? You could program such things in the vimscript language, of

utf-8 characters

2010-04-15 Thread Boyko Bantchev
In Vim 7.2 under Windows XP, I cannot see some characters in utf-8 encoded files, e.g. ∀ (U+2200), ∃ (U+2203), ∈ (U+2208), ℝ (U+211d) etc. However, such a file looks o.k. in Firefox. In Vim I use Courier New font, which I believe is also used for plain text in the browser. Do others have the

some bugs

2010-07-27 Thread Boyko Bantchev
Recently I've spotted the following problems using GUI (GTK2) Vim 7.2.330 on Ubuntu 10.04 (April 2010) with GNOME 2.30.2 (build 25.6.2010). -1- Unicode characters with grave (U+0300) or acute (U+0301) combining accents do not display correctly. -2- The following behaviour contradicts the

Re: some bugs

2010-07-28 Thread Boyko Bantchev
On 27 July 2010 18:18, Tony Mechelynck antoine.mechely...@gmail.com wrote: ... You may have ncurses, but do you have ncurses-dev ? ... Bram, Tony, thank you for helping! I did what you suggested. More precisely (I am mentioning this for the benefit of those who would also want to build

Re: some bugs

2010-07-29 Thread Boyko Bantchev
On 28 July 2010 20:49, Tony Mechelynck antoine.mechely...@gmail.com wrote: Works for me. The 'keymap' option is still present, but it's (always ben) a compile-time feature. I know it is a compile-time feature, but I never compiled Vim myself so far, and I thought it is included by default. I'd

Re: I think vim.org should have a common plugin package on vim.org

2010-08-04 Thread Boyko Bantchev
On 3 August 2010 21:54, H Xu xusu...@gmail.com wrote: Many people quit using vim because they think vim is not as powerful as emacs. However, mostly this is because they don't install vim plugins. The way you put it already places Vim in an inferior position w.r.t. Emacs. As if something must

Re: Vim 7.3d ready for beta testing

2010-08-05 Thread Boyko Bantchev
On 4 August 2010 20:15, Bram Moolenaar b...@moolenaar.net wrote: ... Please report every problem you find!  The 7.3 release should not contain a problem because you didn't report it. ... Well, I did point out to two bugs earlier, and they are still present in 7.3d. 1. Function input()'s echo

Fwd: Vim 7.3d ready for beta testing

2010-08-07 Thread Boyko Bantchev
Hitting Reply, I didn't realize this post of mine was only sent to Bram. It might be of interest to others, so I am forwarding to the group now. Best regards, Boyko -- Forwarded message -- From: Boyko Bantchev boyk...@gmail.com Date: 6 August 2010 15:25 Subject: Re: Vim 7.3d

Re: Vim 7.3d ready for beta testing

2010-08-07 Thread Boyko Bantchev
2010/8/7 Tony Mechelynck antoine.mechely...@gmail.com: So I suspect that this is a font-related problem. Boyko, what 'guifont' are you using? I set it to Monospace, which I think actually is DejaVu Sans Mono. Best regards, Boyko -- You received this message from the vim_use maillist. Do

Re: Vim 7.3e ready for beta testing

2010-08-09 Thread Boyko Bantchev
On 8 August 2010 23:01, Bram Moolenaar b...@moolenaar.net wrote: ... We are getting close to the 7.3 release!  If nothing goes wrong I will release 7.3 in less than a week.  Last chance to report problems! ... Bram, Great thanks to you for doing all this huge work on keeping Vim the best

Re: Vim 7.3e ready for beta testing

2010-08-10 Thread Boyko Bantchev
Bram Moolenaar b...@moolenaar.net wrote: - it's not a new problem in 7.3 Isn't a/the purpose of a new release resolving known issues? Specifically, the manifest bug that I described in ==3== and the first part of ==4== has been known for at least two years now. - it is going to be

Re: Starting out with VIM and C++

2011-01-29 Thread Boyko Bantchev
I just started an introductory course on C++, and I would like to take the time to use VIM as an IDE. What do I need to do to get colored syntax and make it more usable for C++ programming? Nick, Since you are new to C++, you are likely to write mostly single-file console/terminal programs.

Re: Vim manual

2012-04-05 Thread Boyko Bantchev
On 5 April 2012 22:17, Sujith Abraham milkyway8...@gmail.com wrote: In this respect Emacs wins. They have a much more beautifully rendered PDF manual. In comparison, vim manual in PDF look amateurish. The Emacs manual is written as a book and typeset with TeX (TexInfo). Vim manual is just an

Re: How to search in digraphs?

2012-04-11 Thread Boyko Bantchev
I have a hard time to find the symbol that I need in :diagraph. Is there a table that better organize the symbols? In particular, I want to type in $\times$. Could anybody let me know what is the shortcut? rfc1345 is worth checking at times, but its digraph set is different from Vim's, and

Re: How to search in digraphs?

2012-04-12 Thread Boyko Bantchev
That is not true. Since 7.3.116 digraph.txt contains all digraphs available. Nice to know that, but it seems a very recent addition. I happen to be using several versions of Vim, the most recent being 7.3.46, and none of them has all the chars in digraph.txt. So, perhaps we should say, `That

Re: How to search in digraphs?

2012-04-12 Thread Boyko Bantchev
On 12 April 2012 09:30, Christian Brabandt cbli...@256bit.org wrote: If I recall correctly, it's more than a year ago, that I provided the patch: . I wouldn't call that recent anymore ;) Your version of digraph.txt is not in the compiled versions of Vim distributed from vim.org. It

Re: How to search in digraphs?

2012-04-12 Thread Boyko Bantchev
Your version of digraph.txt is not in the compiled versions of Vim distributed from vim.org.  It is not even in the source packages for those who would compile Vim themselves. It is. I provided the patch and Bram committed it to the runtime files No it isn't, effectively. It is nowhere in

Re: Current Vim Versions [was: Re: How to search in digraphs?]

2012-04-12 Thread Boyko Bantchev
Only the Windows-native versions are behind the 7.3.116 patch that's under discussion I use both Ubuntu and Windows, and know many people who do the same. On Windows, changing Vim to a newer compiled version is the easiest thing to do, but the official package is indeed not very

Re: OT: The so called steep learning curve of vim...

2012-10-01 Thread Boyko Bantchev
In my personal opinion, saying that Vim's learning curve is steep is nothing but a gross exaggeration. Why should it be? Are Vim's potential users computer illiterates, incapable of adapting to simple albeit new concepts? Highly improbable. Are they not learning to use many other and much more

Re: OT: The so called steep learning curve of vim...

2012-10-02 Thread Boyko Bantchev
On 2 October 2012 03:25, Steve Litt sl...@troubleshooters.com wrote: The fact is, that for X amount of time, the Vim newbie will be helpless with Vim. That's not true of Notepad or GEdit. How is that a fact? If one only does in Vim the kind of editing that they do in Notepad (e.g. when using

Re: spell check latex German umlauts

2012-12-13 Thread Boyko Bantchev
On 13 December 2012 12:13, Andreas Groh andreas.g...@tu-dresden.de wrote: . I know that one can directly use umlauts in latex (\usepackage[utf8]{inputenc}), but sometimes a German keyboard is not available and then it is more convenient to use the Latex style solution (a). Hence, I'm

Re: Windows Utility to Edit Any Text

2013-02-01 Thread Boyko Bantchev
http://code.google.com/p/external-exe/ f/w5xepx;3xd;,pr. -- -- 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 --- You received this message because you are

Re: How to do math in vim ?

2013-05-19 Thread Boyko Bantchev
On 19 May 2013 20:00, Jeri Raye jeri.r...@gmail.com wrote: Can you do subtractions? In Vim, do :he ^x and see if this is what you want. -- -- 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,

Re: Simplified logo concept

2013-07-09 Thread Boyko Bantchev
According to http://www.vim.org/trivia.php there is just one official Vim logo, but it has a number of variations found at http://www.vim.org/logos.php What's wrong with it? As James said, his version is simplified. I do like it. I also think that at least some of those previous variations

Re: Simplified logo concept

2013-07-10 Thread Boyko Bantchev
If we are considering new vim icons, is it really important to keep the diamond? Fitting a text within a diamond implies that either the letters are too small and too close or the diamond is too large: in any case the text is too small as compared with the diamond. Having to fit the diamond

Re: Simplified logo concept

2013-07-10 Thread Boyko Bantchev
I have two different Vim icons visible on my desktop at the moment: one for Windows and one for KDE on Fedora 11. In both cases, the word Vim is laid over the diamond and the letters are quite clear. The diamond appears as a background rather than a container. Even when the word Vim is laid

Re: Paste with movements

2013-11-05 Thread Boyko Bantchev
I have text like this a href=http://example.com/; class=test-classLink/a Now I want change link text. Also in buffer I have text I need to set to link. I need to put cursor on L paste from buffer with P key and then delete text from L till . Is it possible to paste text with deleting word?

Re: vim rpn calculator

2013-11-25 Thread Boyko Bantchev
On 25 November 2013 00:14, Bee fo...@calcentral.com wrote: Is there an rpn calculator for vim? I have a web page where a simple RPN calculator is shown implemented in a number of languages, including Vim script -- see http://www.math.bas.bg/bantchev/place and, in particular,

Re: use vim to properly formal HTML source code

2014-06-22 Thread Boyko Bantchev
On 22 June 2014 16:54, DwigtArmyOfChampions dwightarmyofchampi...@hotmail.com wrote: I want to be able to use Vim to properly format HTML source code. Is any of this possible in Vim? If not, can someone recommend another utility to accomplish this? Anything is possible to

Re: Unions,Intersections, and Difference...not in sequence

2014-09-06 Thread Boyko Bantchev
Just an FYI, I coded it in Python and it worked correctly. When I did it in vim, I got the errors. As you have been pointed out already, sets in Python are unordered collections. So, what you call 'correctly' is what you expect to be the norm, but in fact it isn't. And what you perceive as an

Re: Indentation problem

2014-09-21 Thread Boyko Bantchev
If the my notes field spans over more than one line, I would like the continuation lines to be indented aligned at the TAB position .. I am using TAB and keeping my comments/notes as ONE line .. Perhaps you would like to format your file so that it

word completion inconvenience

2014-09-29 Thread Boyko Bantchev
When using word completion, if the word that is to be chosen is near the bottom of the pop-up word list, it is more efficient to walk the list in upward direction, starting from the bottom. But moving from top to bottom upwards or from bottom to top downwards, there is always a blind position

Re: Any poets here?

2015-01-30 Thread Boyko Bantchev
On 30 January 2015 at 22:11, kouzenn...@gmail.com wrote: Personally I think Vim is the antithesis of something poetic, because of the vast difficulty in doing simple things :p. I am curious to actually see at least one example of a simple thing necessarily done in a vastly difficult way in

Re: Trying to learn to Work with Text without using J,K,H,L and arrow keys

2016-09-15 Thread Boyko Bantchev
> I find it still difficult to go to next lines or browsing up or down through > the text. > Can any one please help me with efficient use of working with text without a > usual j,k,h,l use? You may want to move the cursor within the text, or scroll the text itself, or both. There are means

Re: colors missing in rgb.txt?

2018-01-09 Thread Boyko Bantchev
The Wikipedia article titled "X11 color names" http://en.wikipedia.org/wiki/X11_color_names says w.r.t. the so called "X11 colours" the following: "Color names are not standardized by Xlib or the X11 protocol. The list does not show continuity either in selected color values

Re: How about dropping the MzScheme interface?

2020-01-29 Thread Boyko Bantchev
On Wed, 29 Jan 2020 at 22:19, Tony Mechelynck wrote: > Could be trolling; that user started a side-thread with a post "What > the f*** is Vim?" and I decided to answer "seriously and friendly", > giving him the benefit of the doubt. I'm still wondering whether or > not I've been unduly "feeding

Re: viw / how to select a one char word ?

2020-02-03 Thread Boyko Bantchev
On Mon, 3 Feb 2020 at 13:16, M Kelly wrote: > > Hi, > > Is there a way to select a one char word ? > lbve or viw or ? All my attempts seem to continue on to the beginning (or > end) of the next word. > Is it that a 'word' cannot be a single char ? If you are in a normal mode, typing ‘v’

Re: Changing encoding of an already loaded buffer

2020-12-10 Thread Boyko Bantchev
On Thu, 10 Dec 2020 at 15:04, A. Wik wrote: > > On Wed, 9 Dec 2020 at 20:20, Gabriele F wrote: > .. > > I imagine most of the critics are from countries that never needed more > > than ASCII > > There is something to it. People who use only ASCII seem to like > UTF-8 better than

language specific glyphs

2023-10-04 Thread Boyko Bantchev
Modern fonts provide for `language specific typography' by mapping, depending on the language or other preference, distinct sets of glyphs to the same Unicode code points. Such is the case e.g. with Cyrillic, where one may expect certain letters to look differently in, say, Bulgarian, Russian, and