Question about indentation of if in lisp mode

2022-08-15 Thread Wolf
Hello, I've recently started learning lisp and noticed that vim (when in lisp mode) tries to indent if in this way: (if ) However, my impression from the learning resources I have at hand (SICP book, guile source code and glimpse at how emacs does it) is that the "common" way is:

Re: When selecting text the cursor jumps in a weird way

2019-04-27 Thread Wolf Bogacz
This is just a theory based on what I understand your symptoms to be. Check the settings and their meanings of scrolloff and scrolljump, and where they are/were set. :verbose set scrolloff? :verbose set scrolljump? Then interpret their meanings as they apply to your conditions. :he scrolloff

Re: Personal syntax highligth for ToDo and else.

2019-04-23 Thread white-wolf
ok thanks On Tue, 2019-04-23 at 11:18 -0400, Marvin Renich wrote: > * white-wolf [190423 04:25]: > > hi, > > i use txt to organize my ToDo, my AdresseBook en else. > > i would like to colorize my txt by a personnal syntax hightlight. > > > > how can do ? &

Re: Personal syntax highligth for ToDo and else.

2019-04-23 Thread white-wolf
_ some other \___ some else other with category and title... BR WW On Tue, 2019-04-23 at 10:39 +0200, Magnus Woldrich wrote: > On 4/23/19, white-wolf wrote: > > hi, > > Hi, > > > i use txt to organize my ToDo, my AdresseBook en else. > > i would like to c

Personal syntax highligth for ToDo and else.

2019-04-23 Thread white-wolf
hi, i use txt to organize my ToDo, my AdresseBook en else. i would like to colorize my txt by a personnal syntax hightlight. how can do ? Best Regard, Wolf. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you ar

Re: str2float() issue

2018-11-25 Thread Wolf Bogacz
See help for str2float() - all "text after the number is silently ignored" for the second case. See help in the Variables section 1.1, under the section for conversion. For the first case; octal conversion happened in the first case before applying the str2float(). On Sun, Nov 25, 2018 at 12:51

Re: dbext: unable to connect to MySQL database

2018-05-02 Thread Wolf Bogacz
localhost is, as always, an alias to a specific IP address. Most connection strings can be also provided with the IP address stated. Can this be as simple as an IPv4/IPv6 mismatch, say dbext collects and uses the one, but requires the other? See the manual regarding hostname at:

Re: Open terminal at the bottom

2017-10-27 Thread Wolf Bogacz
You should investigate help for the window sizing and positions settings. :he terminal see the paragraphs about settings for t_WP (for postion) and t_WS (for size). On Fri, Oct 27, 2017 at 2:33 PM, Cesar Romani wrote: > I'm using vim 8.0.1226 on Windows 7. > When I

Re: vim74 cannot see selected line number in ubuntu desktop

2017-08-31 Thread Wolf Bogacz
I have something similar which shows as a construct of my statusline. help statusline especially the values vV c lL P The relevant part of mine includes: col:%c%V\ lin:%l\/%L\ %P which shows like this: col:5 lin:10/20 50% meaning column 5, line 10 of 20, 50% file lines. On Thu, Aug 31, 2017

Re: VIM-internal colorscheme creator ?

2017-03-18 Thread Wolf Bogacz
I have used HiColors in the past. It has a number of schemes available to it, and includes an editor for fine tuning. https://vim.sourceforge.io/scripts/script.php?script_id=1081 found with google query: 'vim colorscheme editor' On Sat, Mar 18, 2017 at 1:49 AM, wrote: > Hi, >

Re: autcommand problem.

2017-03-02 Thread Wolf Bogacz
It could also be the 'silent exectue' misspell in GeneratetagFiles, unless that was transcribed incorrectly rather than copied. On Thu, Mar 2, 2017 at 2:07 AM, sinbad wrote: > why doesn't the following auto command work. If i run the same command > manually it works. >

Re: Cursor doesn't move to top of screen when issuing a 'zt'

2016-09-24 Thread Wolf Bogacz
See the settings for scrolloff, which controls the minimal number of screen lines to keep above and below the cursor. On Sat, Sep 24, 2016 at 11:40 AM, Scott Friedemann wrote: > After installing v8.0 on two different Windows computers, when I issue a > 'zt' to move the

Re: My E-mail to the Mailing List Did Not Arrive

2016-03-21 Thread Wolf Bogacz
I don't recognize your handle. If you are new, subscriber's first messages to the list are moderated. This could be an explanation. If not new subscriber, then I can't explain it. On Mon, Mar 21, 2016 at 7:54 AM, Shlomi Fish wrote: > Hi all, > > my E-mail to the

Re: Printing bug in gVim?

2015-10-27 Thread Wolf Bogacz
Windows 2008R2 I'm not sure about Feature Level, but here's the output from the Help menu, assuming its what you want: VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 10 2013 14:38:33) MS-Windows 32-bit GUI version with OLE support On Tue, Oct 27, 2015 at 10:01 AM, Ben Fritz

Re: Printing bug in gVim?

2015-10-27 Thread Wolf Bogacz
/machine:i386 /nodefaultlib libcmt.lib oleaut32.lib user32.lib /nodefaultlib:python27.lib /nodefaultlib:python32.lib "E:\tcl\lib\tclstub85.lib" WSock32.lib xpm\x86\lib\libXpm.lib /PDB:gvim.pdb -debug On Tue, Oct 27, 2015 at 12:50 PM, Charles E Campbell < drc...@campbellfamily.bi

Printing bug in gVim?

2015-10-26 Thread Wolf Bogacz
When trying to print ten copies of a multi-page document today, I found the printer had made 100 copies each of the first 2 pages, before I got to the printer. I killed the job, and assumed I had mistyped 100 into the "Number of Copies" field on the dialog. Tried it again, with 10, specifically,

Printing bug in gVim?

2015-10-26 Thread Wolf Bogacz
When trying to print ten copies of a multi-page document today, I found the printer had made 100 copies each of the first 2 pages, before I got to the printer. I killed the job, and assumed I had mistyped 100 into the "Number of Copies" field on the dialog. Tried it again, with 10, specifically,