Re: Am I subscribed?

2017-03-04 Thread Meino . Cramer
Erik Christiansen [17-03-04 12:12]: > On 04.03.17 11:42, meino.cra...@gmx.de wrote: > > Hi, > > > > I had to chance my mail address and that > > may / may not work half... > > But it hasn't changed in half a decade or more, Meino? > > > If someone could read me I would

Am I subscribed?

2017-03-04 Thread Meino . Cramer
Hi, I had to chance my mail address and that may / may not work half... If someone could read me I would be glad for an answer to the mailing list. Thanks a lot! Cheers Meino -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are

yanking a certain part of a line based on a regex (vim scripting)

2017-03-02 Thread Meino . Cramer
Hi, I want to yank a certain part of a line (the cursor is positioned on that line) from the position of the cursor to the point of the line where a certain regex matches into a register. The target positon is positioned on the right. "into a register" is not the problem here ;) I thought of

Re: Developing a simple vim script:Program-test-tune-loop?

2017-02-20 Thread Meino . Cramer
jrfrank...@georgiasouthern.edu [17-02-20 17:09]: > (5) One good mapping is... > > nmap s :update! | so % > > This will write the file if it has changed and source it immediately so you > can see the effect of your Vimscript. > > There are many more

Developing a simple vim script:Program-test-tune-loop?

2017-02-18 Thread Meino . Cramer
Hi, I want a simple vim script to go into my .vimrc. Nothing fancy...only a piece of code to parse and extract parts of a system file. But a recognized that for doing this efficiently that I dont know a important thing: The workflow! When developing the script in my .vimrc directly I had to

Channels and REPL (racket)

2016-10-17 Thread Meino . Cramer
Hi, since a long time SLIME on Emacs is THE solution for developers using Lisp like languages. Similiar solutions are available for vim. Now, with the new features of vim80 (channels for example), is it possible to use those for connecting to a REPL and feed input and outout to and from it...or

Re: Leader ?

2016-10-15 Thread Meino . Cramer
Mohammed [16-10-15 20:28]: > > > On 10/15/2016 09:22 PM, Mohammed wrote: > >On 10/15/2016 09:12 PM, meino.cra...@gmx.de wrote: > > > >>Hi Mohammed, > >> > >>thanks for your reply ! :) > >> > >>It seems, that my vim is somehow misconfigured... > >>Is there a way to check,

Re: Leader ?

2016-10-15 Thread Meino . Cramer
Mohammed [16-10-15 20:28]: > On 10/15/2016 09:12 PM, meino.cra...@gmx.de wrote: > > >Hi Mohammed, > > > >thanks for your reply ! :) > > > >It seems, that my vim is somehow misconfigured... > >Is there a way to check, what the leader is like > >":set ft" does for the filetype

Re: Leader ?

2016-10-15 Thread Meino . Cramer
Mohammed [16-10-15 20:08]: > On 10/15/2016 08:24 PM, meino.cra...@gmx.de wrote: > >Hi, > > > >Short question: > >I have installed a plugin (a variant of tslime), which > >uses for its commands. > >That /seems/ not to work ... or I am hitting the wrong leader. > >Is there a

Leader ?

2016-10-15 Thread Meino . Cramer
Hi, Short question: I have installed a plugin (a variant of tslime), which uses for its commands. That /seems/ not to work ... or I am hitting the wrong leader. Is there a way/command to show the leader, which is configured? Thank you very much in advance for any help! Cheers, Meino -- --

Re: How to anable lua for vim?

2016-09-29 Thread Meino . Cramer
Ben Fritz [16-09-29 19:24]: > On Wednesday, September 28, 2016 at 9:16:34 PM UTC-5, meino.cra...@gmx.de > wrote: > > Hi, > > > > To enable lua for vim I run configure as follows: > > > > ./configure --prefix=/usr/local --sysconfdir=/etc/vim --with-features=huge > >

How to anable lua for vim?

2016-09-28 Thread Meino . Cramer
Hi, To enable lua for vim I run configure as follows: ./configure --prefix=/usr/local --sysconfdir=/etc/vim --with-features=huge --with-luainterp=dynamic --with-lua-prefix=/usr/bin --enable-luainterp=yes --enable-pythoninterp . Vim compiles fine. But doing 'vim --version' produces (besides

Question born from pure curiosity...

2016-07-31 Thread Meino . Cramer
Hi, this NOT meant as implicit or explicit critism, complain or what else... Its just interest in vim and driven by curiosity... :) To set an option or feature inside vim one do : set = But why it is :colorscheme ??? Best regards, Meino -- -- You received this message from the

Re: Compilation fails on Allwinner H3 platform (Orage PI PC)

2016-07-30 Thread Meino . Cramer
sycc [16-07-30 20:44]: > > > On 07/30/2016 09:54 AM, meino.cra...@gmx.de wrote: > >Hi, > > > >I got some problems to comile vim (current patch level) on an Orangs > >PI PC (Allwinner H3) and Armbian Linux. > > > >The make command: > >./configure --prefix=/usr/local

Compilation fails on Allwinner H3 platform (Orage PI PC)

2016-07-30 Thread Meino . Cramer
Hi, I got some problems to comile vim (current patch level) on an Orangs PI PC (Allwinner H3) and Armbian Linux. The make command: ./configure --prefix=/usr/local --sysconfdir=/etc/vim --with-features=huge --enable-luainterp=yes --enable-pythoninterp && make The compilation itsself does not

Re: Recent version of vim for windows?

2016-07-18 Thread Meino . Cramer
Steve Hall [16-07-18 05:16]: > On Sun, Jul 17, 2016 at 8:49 AM, Bram Moolenaar wrote: > > > > On Sun, Jul 17, 2016 at 2:33 AM, wrote: > > > > > > Since I had started to use vim I got the windows builds from here: > > >

Re: Recent version of vim for windows?

2016-07-17 Thread Meino . Cramer
Bram Moolenaar <b...@moolenaar.net> [16-07-17 15:00]: > > Meino Cramer wrote: > > > I confess: I am addicted to vim. As long as I am at my GENTOO Linux > > box at home, this is not a problem: Update the local repository, > > build a new and shiny vim and: TA

Re: Recent version of vim for windows?

2016-07-17 Thread Meino . Cramer
THX! Elimar Riesebieter [16-07-17 14:20]: > * meino.cra...@gmx.de [2016-07-17 08:33 +0200]: > > [...] > > Are there any newer builds of vim for Windows? > > https://github.com/vim/vim-win32-installer/releases > > -- > The path to source is always

Recent version of vim for windows?

2016-07-17 Thread Meino . Cramer
Hi, I confess: I am addicted to vim. As long as I am at my GENTOO Linux box at home, this is not a problem: Update the local repository, build a new and shiny vim and: TADA! :) At work (they use only Windows PCs as desktop machines) I am depending on prebuild binaries of vim since we are not

Re: E254?

2016-04-26 Thread Meino . Cramer
Nikolay Aleksandrovich Pavlov [16-04-26 18:20]: > 2016-04-26 19:08 GMT+03:00 : > > Christian Brabandt [16-04-26 17:03]: > >> Am 2016-04-26 05:10, schrieb meino.cra...@gmx.de: > >> >Hi, > >> >with the updates of yesterday (or the day

Re: E254?

2016-04-26 Thread Meino . Cramer
Christian Brabandt [16-04-26 17:03]: > Am 2016-04-26 05:10, schrieb meino.cra...@gmx.de: > >Hi, > >with the updates of yesterday (or the day before?) I got a lot of this > >output, which wasn't there before: > >line 16: > >E254: Cannot allocate color none > >E254: Cannot

E254?

2016-04-25 Thread Meino . Cramer
Hi, with the updates of yesterday (or the day before?) I got a lot of this output, which wasn't there before: line 16: E254: Cannot allocate color none E254: Cannot allocate color none line 17: E254: Cannot allocate color none line 18: E254: Cannot allocate color none line 19: E254:

'f','t','F','T' til word/regex instead of char

2016-02-01 Thread Meino . Cramer
Hi, with the movements f,F,t,T one can determine a certain point in a line, at which a movement of the cursor should end. This point is given by a single character. Is it possible to specifiy a regex or string instead of a single character for the same purpose without makeing a akademic

Re: Vim for android

2015-09-05 Thread Meino . Cramer
Nelo-Thara Wallus [15-09-05 12:24]: > On 09-05/ 4:24, meino.cra...@gmx.de wrote: > > Hi, > > > > For Android I only found "vimtouch" which behave somehow > > strange sometimes on my tablet (Android Lollipop). > > > > Where can I get an native and up-to-date vim for Android? > >

Re: Is this project dead?

2015-09-05 Thread Meino . Cramer
Steve Hall [15-09-05 17:36]: > On Fri, Sep 4, 2015 at 11:28 PM, wrote: > > Steve Hall [15-09-05 05:20]: > > > On Sep 4, 2015 10:21 PM, wrote: > > > > > > > > In the past, this was my source of reliable and

Re: Is this project dead?

2015-09-04 Thread Meino . Cramer
Steve Hall [15-09-05 05:20]: > On Sep 4, 2015 10:21 PM, wrote: > > > > In the past, this was my source of reliable and > > good working binaries... > > does anyone know, whether this project is dead: > > > >

Is this project dead?

2015-09-04 Thread Meino . Cramer
Hi, In the past, this was my source of reliable and good working binaries... does anyone know, whether this project is dead: http://sourceforge.net/projects/cream/files/Vim/ where can I get an up-to-date vim for Windows 7 else? Thank you very much in advance for any help! Best regards, Meino

Vim for android

2015-09-04 Thread Meino . Cramer
Hi, For Android I only found "vimtouch" which behave somehow strange sometimes on my tablet (Android Lollipop). Where can I get an native and up-to-date vim for Android? Best regards, Meino -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below

Auto-commenting

2015-06-27 Thread Meino . Cramer
Hi, when using vim for editing Perl sources, vim proceeds the next line with an comment sign '#', if the previous one was a comment line using RET in insert mode. To not to miss even one of the wonderful feature of vim ;) : Suppose the situation is as follows (inser mode) # this is a

Re: Auto-commenting

2015-06-27 Thread Meino . Cramer
Jack Stratton j...@phroa.net [15-06-28 07:08]: Hi, On 2015-06-27 21:00, meino.cra...@gmx.de wrote: Hi, when using vim for editing Perl sources, vim proceeds the next line with an comment sign '#', if the previous one was a comment line using RET in insert mode. To not to miss even one of

Re: Reverse CTRL-P list ?

2015-06-08 Thread Meino . Cramer
Jack Stratton j...@phroa.net [15-06-08 16:54]: On 2015-06-07 20:12, meino.cra...@gmx.de wrote: Hi, when programming I am using CTRL-P Is there a way to reverse this list? Hi, have you considered using Ctrl-N for completion instead? If I'm thinking straight, it should highlight them in

Reverse CTRL-P list ?

2015-06-07 Thread Meino . Cramer
Hi, when programming I am using CTRL-P in input mode a lot. There is only one thing, which I like to change: The sort order of the list in the little pop-up menu. Most often I am looking for the last element of the list, which seems to be the one of the nearest scope. Is there a way to reverse

[OT] Somehow reversed question

2015-05-24 Thread Meino . Cramer
Hi, this is a question, which is somehow the other wat around: When replacing character/words in a text with vim, I can limit the search'n'replace-areaa with a visual selection and giving a \%V in the search pattern. I need to build a shell script, which does exactliy this: Replaceing character

Re: [OT] Somehow reversed question

2015-05-24 Thread Meino . Cramer
Tim Chase v...@tim.thechases.com [15-05-24 20:12]: On 2015-05-24 16:21, meino.cra...@gmx.de wrote: When replacing character/words in a text with vim, I can limit the search'n'replace-areaa with a visual selection and giving a \%V in the search pattern. I need to build a shell script,

Re: How to ensure 1 byte per character

2015-05-03 Thread Meino . Cramer
Paul paul.domas...@gmail.com [15-05-01 03:46]: This is my first foray into character encoding, and I'm trying to ensure that a large file is of the size that one can expect for 1 byte per character. It is a simple text file that contains about 42 million characters. The file on the HD is

Bunch of files loaded == convertion into loaded into single tabs

2015-03-28 Thread Meino . Cramer
Hi, accidentally I have loaded a bunch of files into vim without giving the -p option. Is there a way to convert this loading scheme (or how can one name that? 8) into the with separated tabs-loading scheme without restart vim again? Thank you very much in advance for any help! Best regars,

Re: Looking for a simple LispIDE

2015-03-25 Thread Meino . Cramer
Charles E Campbell drc...@campbellfamily.biz [15-03-25 17:29]: meino.cra...@gmx.de wrote: Charles Campbell charles.e.campb...@nasa.gov [15-03-25 03:44]: meino.cra...@gmx.de wrote: Hi, I am starting to learn Lisp. And I want to use vim for that, because there is no other editor... ;)

Re: Looking for a simple LispIDE

2015-03-24 Thread Meino . Cramer
Charles Campbell charles.e.campb...@nasa.gov [15-03-25 03:44]: meino.cra...@gmx.de wrote: Hi, I am starting to learn Lisp. And I want to use vim for that, because there is no other editor... ;) I am looking for something simple, which executes my current lisp code in the buffer via

Re: Looking for a simple LispIDE

2015-03-24 Thread Meino . Cramer
Hi Matteo, thanks for your help! I downloaded it and will it try in the afternoon! Best regards, Meino Matteo Landi mat...@matteolandi.net [15-03-25 03:44]: Have you ever looked at this? I think it might be of interest for you: https://github.com/sjl/tslime2.vim It basically allows

Looking for a simple LispIDE

2015-03-24 Thread Meino . Cramer
Hi, I am starting to learn Lisp. And I want to use vim for that, because there is no other editor... ;) I am looking for something simple, which executes my current lisp code in the buffer via sbcl (Steel Bank Common lisp). I tried to install slimv and limp and failed ... and I think, they

Re: Searching for lines with different numbers

2015-03-14 Thread Meino . Cramer
Hi Ethan, thanks fpor your reply ! :) ...it does nearly work...;) The first part of the expression only catches one digit and compares this to the digits of the second number, which is different most of the time... Best regards, mcc Ethan Hereth advocateddrum...@gmail.com [15-03-14

...sorry cant remember...

2015-03-14 Thread Meino . Cramer
Hi, something is echoeing in my brain saying that there is some kind of ascii-html convertion tool, which is part of the vim software package, which - when called - will convert a buffer contents into html code... But damn, I cant remember its name...tried the usual things like ascii2html and

Re: ...sorry cant remember...

2015-03-14 Thread Meino . Cramer
Hi Tim, LIFESAVER! :) Thanks a lot! Best regards, mcc Tim Chase v...@tim.thechases.com [15-03-14 17:48]: On 2015-03-14 17:32, meino.cra...@gmx.de wrote: something is echoeing in my brain saying that there is some kind of ascii-html convertion tool, which is part of the vim software

Searching for lines with different numbers

2015-03-13 Thread Meino . Cramer
Hi, I have a logfiles (Gentoo: 'qcheck -a' ), which contains lines like: Checking dev-lua/luasocket-3.0_rc1-r3 ... * 69 out of 69 files are good Lines contains number_a out of number_b files are good Is it possible to find all lines, where number_a differs from number_b ? Does work

Re: Deleting lines steered by another file

2015-03-08 Thread Meino . Cramer
Paul Isambert zappathus...@free.fr [15-03-08 11:32]: Sorry, this line exe silent g/[^[:alnum:]] . matchstr(l, '\d\+') . [^[:alnum:]]/delete should have been: exe silent g/[^[:digit:]] . matchstr(l, '\d\+') . _/delete (I did not read your message properly.) Best, Paul

Re: Deleting lines steered by another file

2015-03-08 Thread Meino . Cramer
Hi Matthias, I did: grep -Fvf B.txt A.html which gaves me: grep: conflicting matchers specified and output nothing. Best regards, Meino Mathias Rav mathias...@gmail.com [15-03-08 09:52]: Hi Meino You can accomplish this using grep on the command-line. If you want to search A.html

Deleting lines steered by another file

2015-03-07 Thread Meino . Cramer
Hi, hopefully this can be done with vim in some way: (using Linux) I have an file (html) which contains lines containing lines like this one (some stuff)1741_word_anotherword(some stuff) (pattern: .*number_text.*) I another file I have only a list of numbers, which may or may not listed in the

Re: Vim and Lisp

2015-01-10 Thread Meino . Cramer
Hi, for wriiting Lisp code with vim I am looking for plugins, setups etc. which may ease my life ;) Since I will use that setup also on embedded systems, complete IDEs and such would have a too big footprint and cost too much performance (for example I have to switch syntax off on two of that

Re: Vim and Lisp

2015-01-10 Thread Meino . Cramer
Justin M. Keyes justi...@gmail.com [15-01-10 14:24]: On Sat, Jan 10, 2015 at 3:48 AM, meino.cra...@gmx.de wrote: Hi, for wriiting Lisp code with vim I am looking for plugins, setups etc. which may ease my life ;) Since I will use that setup also on embedded systems, complete IDEs and

Re: VIM on a small embedded system

2014-12-06 Thread meino . cramer
Oliver Rath r...@mglug.de [14-12-06 12:12]: Hi Meino, you can use the minimal flag to build a small vim variant. Additionally, on gentoo you can build app-editors/e3, which is an vi-clone, written in assembler (arm-code, too). If you only want to disable some features, the hints of Tom

vim (windows) == vim (unix)

2014-11-29 Thread meino . cramer
Hi, At home I am using vim on my Linux box. At work I use vim on Solaris and windows. I have configured vim on windows to act as identical as possible like the vim on Linux/Solaris/UNIX. But there is one thing left, which nags me too much as to be ignored and I cant find the configuration

When *~ and .*.swp will be written ?

2014-11-21 Thread meino . cramer
Hi, I am running vim (also) on a Gentoo Linux on this little thing of board: http://www.acmesystems.it/arietta Since there is no harddisc but only a sdcard -- and flash memeory has a limited amount of write cycles -- I want to eliminated unneccary writes to the sdcard. One source of unessary

Re: Question about Vim logo

2014-04-02 Thread meino . cramer
亀田義裕 kameda.s...@gmail.com [14-04-03 04:12]: Hi, Gary. Is there any reasonable way to purchase these from the U.S.? I don't know. But, I try to ask Suzuri support how to purchase items from the U.S. . Hi, Is there any reasonable way to purchase items from Germany also ? Thank you

Re: local hlsearch

2014-04-01 Thread meino . cramer
John Beckett johnb.beck...@gmail.com [14-04-01 17:28]: meino wrote: I often use a search'n'replace on an area, which is limited by a previously selected visual block. Additional hlsearch is on by default. After the searech'n'replace has ended, the found places are marked all over the

Re: local hlsearch

2014-04-01 Thread meino . cramer
Hi Jean-Rene, Ah! Enlightment! I missed the '/' in the beginning! THANKS! 8) Best regards, mcc Jean-Rene David vim_...@levelnine.net [14-04-01 20:20]: * meino.cra...@gmx.de [2014.04.01 14:10]: By the way: I treid to find the expression \%V inside the vim help...but didnt foudn a

local hlsearch

2014-03-31 Thread meino . cramer
Hi, I often use a search'n'replace on an area, which is limited by a previously selected visual block. Additional hlsearch is on by default. After the searech'n'replace has ended, the found places are marked all over the whole text. This is often irritating to me. Is there a way to limit the

Programming Lua with vim

2014-03-11 Thread meino . cramer
Hi, I want to write Lua code with vim. Currently I am missing the function of '%' to jump from one scope delimiter to the corresponding one for things like function name() end . Here the missing scope delimiter are 'function' and 'end'. There are several others more. I am using a 6

set colorscheme vs. colorscheme

2014-03-09 Thread meino . cramer
Hi, my question is based on curiosity only...no implied critism or such ... Is there a reason why so many option (parameter-value pairs) are set via set parameter=value but the colorscheme is set via parameter value ??? Have a nice rest of sunday! :) Best regards, mcc --

Re: Switch off .swp-files and backup files only when editing a certain file

2014-02-12 Thread meino . cramer
Hi, thank you for all the help! Will try it out! Best regards, mcc justrajdeep justrajd...@gmail.com [14-02-13 02:44]: On Wednesday, February 12, 2014 11:26:53 AM UTC+5:30, Gary Johnson wrote: On 2014-02-12, meino cramer wrote: Hi, I want to swicth off vim (good

Switch off .swp-files and backup files only when editing a certain file

2014-02-11 Thread meino . cramer
Hi, I want to swicth off vim (good!) behaviour of creating a backup file (*~) and a swap file (*.swp) in way, that they not only will created and deleted afterwards, but the should not created in first place at all. and this should only happen, when a cerain file (path+filename as

Re: ANN: EnchantedVim, System, CommandAlias

2014-02-08 Thread meino . cramer
Marcin Szamotulski msza...@gmail.com [14-02-08 09:16]: On 04:26 Sat 08 Feb , meino.cra...@gmx.de wrote: Marcin Szamotulski msza...@gmail.com [14-02-07 17:53]: Hello, I would like to announce a new plugin: EnchantedVim https://github.com/coot/EnchantedVim

Re: ANN: EnchantedVim, System, CommandAlias

2014-02-08 Thread meino . cramer
Marcin Szamotulski msza...@gmail.com [14-02-08 11:20]: On 10:48 Sat 08 Feb , meino.cra...@gmx.de wrote: Marcin Szamotulski msza...@gmail.com [14-02-08 09:16]: On 04:26 Sat 08 Feb , meino.cra...@gmx.de wrote: Marcin Szamotulski msza...@gmail.com [14-02-07 17:53]:

Re: ANN: EnchantedVim, System, CommandAlias

2014-02-07 Thread meino . cramer
Marcin Szamotulski msza...@gmail.com [14-02-07 17:53]: Hello, I would like to announce a new plugin: EnchantedVim https://github.com/coot/EnchantedVim http://www.vim.org/scripts/script.php?script_id=4849 It makes persistent very magic searches, in various commands: /, ?,

Re: regular expression blindness

2014-02-03 Thread meino . cramer
Marcin Szamotulski msza...@gmail.com [14-02-03 18:24]: On 20:09 Mon 03 Feb , Erik Christiansen wrote: On 02.02.14 13:48, Marcin Szamotulski wrote: On 19:17 Sun 02 Feb , Erik Christiansen wrote: Now if Vim had a config option to preset \v (posix ERE), then we'd be in the 21st

Re: regular expression blindness

2014-02-03 Thread meino . cramer
Marcin Szamotulski msza...@gmail.com [14-02-03 20:04]: On 19:39 Mon 03 Feb , meino.cra...@gmx.de wrote: Marcin Szamotulski msza...@gmail.com [14-02-03 18:24]: On 20:09 Mon 03 Feb , Erik Christiansen wrote: On 02.02.14 13:48, Marcin Szamotulski wrote: On 19:17 Sun 02 Feb

regular expression blindness

2014-02-01 Thread meino . cramer
Hi, sorry, this may be a very stupdi question (tm) but... I try to find an error-line in a very longis tar output log (and do later some editing with it). By the way...I am doing this on Linux...:) Except for the error reporting line all lines start with '\.\/' but I dont know it contents.

Vim on an embedded system

2013-10-26 Thread meino . cramer
Hi, I am running vim on a Beaglebone Black with Gentoo Linux (512MB DD3, 1GHZ ARM Cortex A8 CPU). I am connected to the Beaglebone black via SSH, which is -- for example while using shell commands -- fast. Currently I am mainly editing Lua code. Unfortunately this seems to be damn

Re: Vim on an embedded system

2013-10-26 Thread meino . cramer
Tim Chase v...@tim.thechases.com [13-10-26 19:36]: On 2013-10-26 18:08, meino.cra...@gmx.de wrote: I am running vim on a Beaglebone Black with Gentoo Linux (512MB DD3, 1GHZ ARM Cortex A8 CPU). Those specs should be abundantly good for basic vimming. I've used it on a 128MB 600MHz

Vim Lua and such

2013-07-07 Thread meino . cramer
Hi, My vim (Gentoo Linux, compiled by myself) is configured as follows: Huge version with GTK2 GUI. Features included (+) or not (-): +arabic +file_in_path+mouse_sgr +tag_binary +autocmd +find_in_path-mouse_sysmouse +tag_old_static +balloon_eval

Re: Vim Lua and such

2013-07-07 Thread meino . cramer
Dominique Pellé dominique.pe...@gmail.com [13-07-07 14:24]: Meino Cramer wrote: Hi, My vim (Gentoo Linux, compiled by myself) is configured as follows: Huge version with GTK2 GUI. Features included (+) or not (-): +arabic +file_in_path+mouse_sgr +tag_binary

Re: Vim Lua and such

2013-07-07 Thread meino . cramer
Dominique Pellé dominique.pe...@gmail.com [13-07-07 15:48]: Meino Cramer wrote: Dominique Pellé dominique.pe...@gmail.com [13-07-07 14:24]: Meino Cramer wrote: Hi, My vim (Gentoo Linux, compiled by myself) is configured as follows: Huge version with GTK2 GUI. Features

Re: Measuring lines

2013-06-10 Thread meino . cramer
Paul Isambert zappathus...@free.fr [13-06-10 04:00]: Tim Chasev...@tim.thechases.com a écrit: On 2013-06-09 20:37, meino.cra...@gmx.de wrote: Paul Isambert zappathus...@free.fr [13-06-09 20:28]: I’m not sure I understand you correctly, but perhaps the following will help:

Re: Measuring lines

2013-06-10 Thread meino . cramer
Paul Isambert zappathus...@free.fr [13-06-11 02:12]: meino.cra...@gmx.de a écrit: Paul Isambert zappathus...@free.fr [13-06-10 04:00]: Tim Chasev...@tim.thechases.com a écrit: On 2013-06-09 20:37, meino.cra...@gmx.de wrote: Paul Isambert zappathus...@free.fr [13-06-09 20:28]:

Re: Measuring lines

2013-06-09 Thread meino . cramer
Paul Isambert zappathus...@free.fr [13-06-09 20:28]: meino.cra...@gmx.de a écrit: Hi, I have a lng line of text (it is not really text...) with a bunch of pipe symbols (|) in it. The distance between the bars differ. And I am to lazy to do the error prone job to count the

VIM for Win

2013-06-06 Thread meino . cramer
Hi, until now I downloaded a recent version of vim from http://sourceforge.net/projects/cream/files/Vim/ but this seems to be longer updated anymore... Where can I an up-to-date version of vim for windows ? Best regards, mcc -- -- You received this message from the vim_use maillist. Do

Re: VIM for Win

2013-06-06 Thread meino . cramer
The newest version I could find there is of October 2010too old. Any other places where I can look for a *recent* version ? mccramer Diep Pham Van i...@favadi.com [13-06-07 05:40]: On Fri, 7 Jun 2013 04:22:17 +0200 meino.cra...@gmx.de wrote: Where can I an up-to-date version of vim

Re: replace/change certain positions in line of text

2013-05-20 Thread meino . cramer
Gary Johnson garyj...@spocom.com [13-05-18 20:36]: On 2013-05-18, meino cramer wrote: Hi, is there a way to replace (for example) position 110-117 in each line of a text to (for example) to . ? I only found regular expressions handling the length of matches but not their position

replace/change certain positions in line of text

2013-05-18 Thread meino . cramer
Hi, is there a way to replace (for example) position 110-117 in each line of a text to (for example) to . ? I only found regular expressions handling the length of matches but not their position in a line. Since what I want to acchieve lastly is lot of work I dont want to add n '.' or do wild

Rubiks Cube simulator

2013-04-17 Thread meino . cramer
Hi, I am looking for a rubiks cube simulator for vim. The one I found from 2005 seems not to work anymore. Does anyone know of a working version ? Thank you very much in advance for any help! Best regards, mcc -- -- You received this message from the vim_use maillist. Do not top-post! Type

Moving the cursors down without scrolling the text

2013-04-14 Thread meino . cramer
Hi, I have two questions: How can one move the cursor in vim (not gvim) from any point in the text to the last/first currently displayed line without scrolling the displayed text. and I tried things like : h move : h moving : h move cursor : h move-cursor : h cursor-movements and

Question regarding 'diffput' 'diffget'

2012-10-19 Thread meino . cramer
Hi, at my work and at home I often I use vimdiff -- its simply great! If there is a change in one of the files, which is missing in the other file and you want to add the difference to the other file, you can diffput the stuff while the cursor is in the according lines. On the other side there

How to destructive vimdiff ;) two files ?

2012-10-06 Thread meino . cramer
Hi, There are two files (A and B) - both sorted alphabetically and of comparable contents. A is missing some entries of B and B is missing some entries of A. I want to delete all entries both files have in common. Is this possible with vim in a easy way? Thank you very much in advance for any

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

2012-09-30 Thread meino . cramer
Hi, it is often said, taht certain software has a steep learning curve. Vi/vim is such an example for the use of this phrase... I was thinking of this phrase and the graph I would draw if I had to show an example for such a steep learning curve... I would take the time as measure for the x-axis

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

2012-09-30 Thread meino . cramer
Gerald Klein j...@zognet.com [12-09-30 20:00]: I think I got that? I myself have found that any software that does to much for you give you less choice, the more it takes to learn the better the prize at the end (more control). Yes? On Sun, Sep 30, 2012 at 8:37 AM, meino.cra...@gmx.de

Searching for a specific kind of difference with vimdiff

2012-08-05 Thread meino . cramer
Hi, I am using vim on Gentoo Linux, which package manager allows to dump all available packages description into a textfile. This is what I am doing from time to time. When comparing the current and previous package lists, I am interested in the differences, which are highlighted blue...which

Lua setup for vim

2012-07-20 Thread meino . cramer
Hi, what scripts and settings are recommended for using vim to programm in lua? Thank you very much in advance for any help! Have a nice weekend! Best regards, mcc -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying

How to remove empty lines except of one

2012-07-04 Thread meino . cramer
Hi, (using vim v.:7.3.584 under Gentoo-Linux with most features set on) I tried things like :s/^\r\r\r/\r/g but with no success... How can I reduce a bunch of empty lines to one single empty line? Best regards, mcc -- You received this message from the vim_use maillist. Do not top-post!

sorting...

2012-05-13 Thread meino . cramer
Hi, is it possible to a portion of one line of text alphabetically? And if yes...how can I do that? Thanks a lot for any help in advance! Best regards, mcc -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are

Re: sorting...

2012-05-13 Thread meino . cramer
John Beckett johnb.beck...@gmail.com [12-05-13 12:56]: meino.cramer wrote: is it possible to a portion of one line of text alphabetically? There is an example using Python which sorts a whole line at: http://vim.wikia.com/wiki/Use_filter_commands_to_process_text You should provide a

Re: Lost file using Vim (first time ever in 15 years)

2012-05-13 Thread meino . cramer
Toddintr amsabu...@gmail.com [12-05-13 16:00]: Christian: The copy is still in the buffer. It is valid. The problem is, that writing failed because converting to your desired fileencoding failed. The problem is probably, that Vim opened the file for writing, truncated it and when

vims source repository gone?

2012-03-23 Thread meino . cramer
Hi, when pulling the newest vim source from the repository I get this: hg pull pulling from https://vim.googlecode.com/hg/ abort: HTTP Error 404: Not Found 0 files updated, 0 files merged, 0 files removed, 0 files unresolved This is since version 7.3.471 (470 was the last

Re: Colorscheme-Spy

2012-03-08 Thread meino . cramer
Benjamin R. Haskell v...@benizi.com [12-03-08 18:12]: On Thu, 8 Mar 2012, Charles Campbell wrote: meino.cra...@gmx.de wrote: Hi, is there a way to print out that informations which is responnsible for giving the symbol under the cursor its appearance in a way which enables me to directly

What Syntax-Highlightning where no syntax is?

2012-03-08 Thread meino . cramer
Hi, in exploring the 'what is what' in coloring vims display, I found the next -- at least for me -- confusing item: Suppose one has loaded two files into vimdiff. Next one may recognize is, that the coloring of the differences is in a waay, that the text at that lines becomes unreadable. I

Colorscheme-Spy

2012-03-07 Thread meino . cramer
Hi, is there a way to print out that informations which is responnsible for giving the symbol under the cursor its appearance in a way which enables me to directly find the according line in the current colorscheme to modify that line to my needs? Thank you very much in advance for any help!

Re: Colorscheme-Spy

2012-03-07 Thread meino . cramer
Ney claudiney.n...@gmail.com [12-03-07 20:24]: I use F5: Show syntax highlighting groups for word under cursor nmap F5 :call SIDSynStack()CR function! SIDSynStack() if !exists(*synstack) return endif echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, name)') endfunc

Functionkey confusion

2012-03-07 Thread meino . cramer
Hi, I am using vim 7.3.470 on a Gentoo Linux system. It seems, that S-F1 comes out as F11, S-F2 comes out as F12 and C-Fn does not work any longer (it did, since I had some mapping for that). I checked with xkeycaps, whether this keys are remapped before vim can noticed them. But with

Re: Inserting ',' without changing anything else...

2012-01-21 Thread meino . cramer
Florian Rehnisch eix...@gmx.de [12-01-21 08:32]: On Sat, Jan 21, 2012 at 08:05:56AM +0100, meino.cra...@gmx.de wrote: With vim I want to edit a table, which unfortunately has no format... To make this table machine readable I need to insert ,s at certain and known positions at each

Inserting ',' without changing anything else...

2012-01-20 Thread meino . cramer
Hi, With vim I want to edit a table, which unfortunately has no format... To make this table machine readable I need to insert ,s at certain and known positions at each line. Since the table is LONG I am looking for a fast way to do this. A macro works technically but is too slow. How can I do

reporting maps

2011-12-10 Thread meino . cramer
Hi, is there a way to script a vim function which returns the function a certain hotkey is bound to? Mapped keys can be reported via 'map' and friends. But how can I report for example the function behind I ? Thank you very much in advance for any help! Have a nice weekend! Best regards, mcc

Re: reporting maps

2011-12-10 Thread meino . cramer
Taylor Hedberg tmhedb...@gmail.com [11-12-10 18:12]: Vim's built-in mappings like `I` aren't mapped to any function. Well, they're mapped to a C function in the Vim source code, but not to any VimScript function whose name would be useful for a user. So no, there's no way to do this. Hi

  1   2   3   4   >