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 > > be glad for an answer

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 so

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 optimizations. Discovering them is part o

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 re

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, what the leader is like

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 ? > > > >Cheers, > >M

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 way/command to show the

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 -- -- Yo

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 > > --with-luainterp=dynamic --w

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 oth

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 "vim_us

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 --sysconfdir=/etc/vim > >--wi

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 pro

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: > > > https://sourceforge.net/projects/cream/files/Vim/ > > > Since the last update

Re: Recent version of vim for windows?

2016-07-17 Thread Meino . Cramer
Bram Moolenaar [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: TADA! :) > > > >

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 uphill! > -u

Recent version of vim for windows?

2016-07-16 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 allo

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 before?) I got a lot of this > >> >output, which wasn't there b

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 allocate color none > >l

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: Canno

'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 adventur

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 good working > > > > binaries... does anyone know, whether this project is dead: > > > >

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? > > > > Best regards, >

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: > > > > http://sourceforge.net/projects/cream/files/Vim/ > > It's not dead yet! I'll see if I ca

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 t

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

Re: Auto-commenting

2015-06-27 Thread Meino . Cramer
Jack Stratton [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 in insert mode. > >To not to miss even one of the w

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 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 comment

Regex "stealing" from another history

2015-06-13 Thread Meino . Cramer
Hi, (I am using the terminal based vim on Gentoo Linux. The terminal is urxvt.) when trying to do complex regexp things, which even may be destructive to the text I use to try the regexp "pure" with "/" or similiar. Later, when the regexp do what I want it to do (READ:when I have managed to fix

Re: Reverse CTRL-P list ?

2015-06-08 Thread Meino . Cramer
Jack Stratton [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 revers

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 th

Re: [OT] Somehow "reversed" question

2015-05-24 Thread Meino . Cramer
Tim Chase [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, which does ex

[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: How to ensure 1 byte per character

2015-05-03 Thread Meino . Cramer
Paul [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 84MB. I've set encodin

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 Lisp"""IDE"""

2015-03-25 Thread Meino . Cramer
Charles E Campbell [15-03-25 17:29]: > meino.cra...@gmx.de wrote: > > Charles Campbell [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 so

Re: Looking for a simple Lisp"""IDE"""

2015-03-24 Thread Meino . Cramer
Charles Campbell [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 sbcl (Steel

Re: Looking for a simple Lisp"""IDE"""

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 [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 you to send snippet

Looking for a simple Lisp"""IDE"""

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 are

Re: ...sorry cant remember...

2015-03-14 Thread Meino . Cramer
Hi Tim, LIFESAVER! :) Thanks a lot! Best regards, mcc Tim Chase [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 package, which

...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 s

Re: Searching for lines with different numbers

2015-03-13 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 [15-03-14 06:40]: > Hi mcc, > > On Sat, M

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 " out of files are good" Is it possible to find all lines, where "" differs from "" ? Does work backrefrences here? Best regards,

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 [15-03-08 09:52]: > Hi Meino > > You can accomplish this using grep on the command-line. If you want to > search A.html for the strings gi

Re: Deleting lines steered by another file

2015-03-08 Thread Meino . Cramer
Paul Isambert [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

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: .*_.*) I another file I have only a list of numbers, which may or may not listed in the first file

Re: Vim and Lisp

2015-01-10 Thread Meino . Cramer
Justin M. Keyes [15-01-10 14:24]: > On Sat, Jan 10, 2015 at 3:48 AM, 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 such would have a too bi

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 syst

Re: VIM on a small embedded system

2014-12-06 Thread meino . cramer
Oliver Rath [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 are fin

VIM on a small embedded system

2014-12-05 Thread meino . cramer
Hi, on an Arietta G25 I have installed Gentoo Linux and (of course :) vim. The Arietta (http://www.acmesystems.it/arietta) has enough power to use vim ... but it has not plenty of it. I am using vim in the terminal version via ssh on the Arietta. (The following question is *NO* reflection on vim

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 option

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 wri

Re: Question about Vim logo

2014-04-02 Thread meino . cramer
亀田義裕 [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 very much for a

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 [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 match. What is the cor

Re: "local hlsearch"

2014-04-01 Thread meino . cramer
John Beckett [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 whole text. > >

"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 high

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 = but the colorscheme is set via ??? Have a nice rest of sunday! :) Best regards, mcc -- -- You received this messag

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 [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, > > > > > &g

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 identificati

Re: ANN: EnchantedVim, System, CommandAlias

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

Re: ANN: EnchantedVim, System, CommandAlias

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

Re: ANN: EnchantedVim, System, CommandAlias

2014-02-07 Thread meino . cramer
Marcin Szamotulski [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: /, ?, > :subsitute, :globa

Re: regular expression blindness

2014-02-03 Thread meino . cramer
Marcin Szamotulski [14-02-03 20:04]: > On 19:39 Mon 03 Feb , meino.cra...@gmx.de wrote: > > Marcin Szamotulski [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

Re: regular expression blindness

2014-02-03 Thread meino . cramer
Marcin Szamotulski [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 ce

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. Searc

Re: Vim on an embedded system

2013-10-26 Thread meino . cramer
Tim Chase [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 Celeron (both locally

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 slow...partly

Re: Vim Lua and such

2013-07-07 Thread meino . cramer
Dominique Pellé [13-07-07 15:48]: > Meino Cramer wrote: > > > Dominique Pellé [13-07-07 14:24]: > >> Meino Cramer wrote: > >> > >> > Hi, > >> > > >> > My vim (Gentoo Linux, compiled by myself) is configured as follows: &g

Re: Vim Lua and such

2013-07-07 Thread meino . cramer
Dominique Pellé [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_

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: Measuring lines

2013-06-10 Thread meino . cramer
Paul Isambert [13-06-11 02:12]: > meino.cra...@gmx.de a écrit: > > Paul Isambert [13-06-10 04:00]: > > > Tim Chase a écrit: > > > > On 2013-06-09 20:37, meino.cra...@gmx.de wrote: > > > > > Paul Isambert [13-06-09 20:28]: > > > > > > I’m not sure I understand you correctly, but perhaps the follo

Re: Measuring lines

2013-06-10 Thread meino . cramer
Paul Isambert [13-06-10 04:00]: > Tim Chase a écrit: > > On 2013-06-09 20:37, meino.cra...@gmx.de wrote: > > > Paul Isambert [13-06-09 20:28]: > > > > I’m not sure I understand you correctly, but perhaps the following > > >> will help: > > >> > > >> function! s:bars () > > [snip] > > >>

Re: Measuring lines

2013-06-09 Thread meino . cramer
Paul Isambert [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 spaces... >

Measuring lines

2013-06-09 Thread meino . cramer
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 spaces... Is there a easy way to ask vim to do that for me? Best would be if it would put the coun

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 [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 for window

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 n

Re: replace/change certain positions in line of text

2013-05-20 Thread meino . cramer
Gary Johnson [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 th

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! Typ

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 i

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 adva

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

2012-09-30 Thread meino . cramer
Gerald Klein [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, wrote: > > > Hi, > > > > it is

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-a

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 does

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

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

2012-05-13 Thread meino . cramer
Toddintr [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 writing n

Re: sorting...

2012-05-13 Thread meino . cramer
John Beckett [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 before-and-after exa

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 reply

Re: ...missing expansion of ~/...

2012-03-24 Thread meino . cramer
Christian Brabandt [12-03-24 14:00]: > Hi meino.cramer! > > On Sa, 24 Mär 2012, meino.cra...@gmx.de wrote: > > > Hi, > > > > when doing something like (mccramer is me) > > > > :r ~mccramer/> > > > > nothing happens while > > > > : r~/ > > > > works. I doing this on Linux. > > I thi

...missing expansion of ~/...

2012-03-24 Thread meino . cramer
Hi, when doing something like (mccramer is me) :r ~mccramer/> nothing happens while : r~/ works. I doing this on Linux. Why does it behave like this? Best regards, mcc -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are

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 working

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 such

Re: Colorscheme-Spy

2012-03-08 Thread meino . cramer
Benjamin R. Haskell [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

Functionkey confusion

2012-03-07 Thread meino . cramer
Hi, I am using vim 7.3.470 on a Gentoo Linux system. It seems, that comes out as , comes out as and 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 xkeycaps everything seems

Re: Colorscheme-Spy

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

  1   2   3   4   >