Steve liu | 21 May 2013 10:53
Picon

how to set quickfix to get tags infomation

I'm enable ctags.

And if a lot of tags is matching when I stroke Ctrl+]. Some info will be shown.
I want those info goes into quickfix window.

how to do that.

thanks

--
--
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 subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe <at> googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Alberto Miorin | 21 May 2013 09:44
Picon

Cross platform vim script development

Hi all!

If you need to test your vim script in Microsoft Windows 8, I've written an article on my experience for
OSX/Linux vim users.

https://news.ycombinator.com/item?id=5742342

Best regards
Alberto Miorin

-- 
--

-- 
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 subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe <at> googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Steve liu | 21 May 2013 08:56
Picon

how to set omnifunc to at least 2 functions

Hi all

I want to set omnifunc to at least 2 functions.
e.g. set omnifunc=ccomplete#Complete,syntaxcomplete#Complete

but the syntax is not correct here.

could you pls help to tell me this?

I tried these 2
set omnifunc=ccomplete#Complete,syntaxcomplete#Complete
set omnifunc=ccomplete#Complete;syntaxcomplete#Complete

but either of one works

thanks



--
--
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 subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe <at> googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Aliaksandr Rahalevich | 20 May 2013 14:09
Picon
Gravatar

filed to open file - "invalid next size (normal)..."

Cannot open file that previously was created with vim. Can anybody help me with further debugging?

-- 
-- 
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 subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe <at> googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

VIM - Vi IMproved 7.3 (2010 Aug 15, compiled May 20 2013 13:56:23)
Included patches: 1-974
Big 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    +float           +mouse_urxvt     -tag_any_white
+browse          +folding         +mouse_xterm     -tcl
++builtin_terms  -footer          +multi_byte      +terminfo
+byte_offset     +fork()          +multi_lang      +termresponse
+cindent         +gettext         -mzscheme        +textobjects
+clientserver    -hangul_input    -netbeans_intg   +title
+clipboard       +iconv           +path_extra      +toolbar
+cmdline_compl   +insert_expand   -perl            +user_commands
+cmdline_hist    +jumplist        +persistent_undo +vertsplit
+cmdline_info    +keymap          +postscript      +virtualedit
+comments        +langmap         +printer         +visual
+conceal         +libcall         -profile         +visualextra
+cryptv          +linebreak       +python          +viminfo
+cscope          +lispindent      -python3         +vreplace
+cursorbind      +listcmds        +quickfix        +wildignore
+cursorshape     +localmap        +reltime         +wildmenu
+dialog_con_gui  -lua             +rightleft       +windows
+diff            +menu            +ruby/dyn        +writebackup
+digraphs        +mksession       +scrollbind      +X11
+dnd             +modify_fname    +signs           -xfontset
-ebcdic          +mouse           +smartindent     -xim
+emacs_tags      +mouseshape      -sniff           +xsmp_interact
+eval            +mouse_dec       +startuptime     +xterm_clipboard
+ex_extra        -mouse_gpm       +statusline      -xterm_save
+extra_search    -mouse_jsbterm   -sun_workshop
+farsi           +mouse_netterm   +syntax
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
      user exrc file: "$HOME/.exrc"
  system gvimrc file: "$VIM/gvimrc"
    user gvimrc file: "$HOME/.gvimrc"
    system menu file: "$VIMRUNTIME/menu.vim"
  fall-back for $VIM: "/usr/local/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK  -pthread -I/usr/include/gtk-2.0
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  
-I/usr/local/include  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: gcc   -L. -fstack-protector -rdynamic -Wl,-export-dynamic  -L/usr/local/lib -Wl,--as-needed
-o vim   -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0
-lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0   -lSM -lICE
-lXpm -lXt -lX11 -lXdmcp -lSM -lICE  -lm -ltinfo   -ldl    -L/usr/lib/python2.7/config -lpython2.7
-lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions

 *** glibc detected *** /usr/local/bin/gvim: free(): invalid next size (normal): 0x00000000040732a0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x7eb96)[0x7fa23dfadb96]
/usr/local/bin/gvim[0x531711]
/usr/local/bin/gvim(vim_regcomp+0x5b)[0x53551b]
/usr/local/bin/gvim[0x56d218]
/usr/local/bin/gvim[0x571982]
/usr/local/bin/gvim(ex_syntax+0xc2)[0x56e6c2]
/usr/local/bin/gvim(do_cmdline+0x1344)[0x48b224]
/usr/local/bin/gvim(do_source+0x3be)[0x4805ce]
/usr/local/bin/gvim(do_in_runtimepath+0x255)[0x47ff25]
/usr/local/bin/gvim(do_cmdline+0x1344)[0x48b224]
/usr/local/bin/gvim(do_source+0x3be)[0x4805ce]
/usr/local/bin/gvim(do_in_runtimepath+0x255)[0x47ff25]
/usr/local/bin/gvim[0x56beaf]
/usr/local/bin/gvim(ex_syntax+0xc2)[0x56e6c2]
/usr/local/bin/gvim(do_cmdline+0x1344)[0x48b224]
/usr/local/bin/gvim[0x4635ba]
/usr/local/bin/gvim[0x463dc2]
/usr/local/bin/gvim[0x468064]
/usr/local/bin/gvim(ex_call+0x23c)[0x46ba2c]
/usr/local/bin/gvim(do_cmdline+0x1344)[0x48b224]
/usr/local/bin/gvim[0x4a00bd]
/usr/local/bin/gvim(apply_autocmds+0x1a)[0x4a048a]
/usr/local/bin/gvim[0x50df8e]
/usr/local/bin/gvim(set_option_value+0xdf)[0x513a3f]
/usr/local/bin/gvim[0x46d65a]
/usr/local/bin/gvim(ex_let+0x188)[0x46dbb8]
/usr/local/bin/gvim(do_cmdline+0x1344)[0x48b224]
/usr/local/bin/gvim[0x4635ba]
/usr/local/bin/gvim[0x463dc2]
/usr/local/bin/gvim[0x468064]
/usr/local/bin/gvim[0x466a06]
/usr/local/bin/gvim[0x466c54]
/usr/local/bin/gvim[0x466eb1]
/usr/local/bin/gvim[0x467ac6]
/usr/local/bin/gvim[0x467c56]
/usr/local/bin/gvim[0x46817e]
/usr/local/bin/gvim(ex_return+0x58)[0x46e558]
/usr/local/bin/gvim(do_cmdline+0x1344)[0x48b224]
/usr/local/bin/gvim[0x4635ba]
/usr/local/bin/gvim[0x463dc2]
/usr/local/bin/gvim[0x468064]
/usr/local/bin/gvim[0x466a06]
/usr/local/bin/gvim[0x466c54]
/usr/local/bin/gvim[0x466eb1]
/usr/local/bin/gvim[0x467ac6]
/usr/local/bin/gvim[0x467c56]
/usr/local/bin/gvim[0x46817e]
/usr/local/bin/gvim(ex_return+0x58)[0x46e558]
/usr/local/bin/gvim(do_cmdline+0x1344)[0x48b224]
/usr/local/bin/gvim[0x4635ba]
/usr/local/bin/gvim[0x463dc2]
/usr/local/bin/gvim[0x468064]
/usr/local/bin/gvim(ex_call+0x23c)[0x46ba2c]
/usr/local/bin/gvim(do_cmdline+0x1344)[0x48b224]
/usr/local/bin/gvim[0x4a00bd]
/usr/local/bin/gvim[0x4a0c78]
/usr/local/bin/gvim(readfile+0x32e8)[0x4a4e88]
/usr/local/bin/gvim(open_buffer+0xb5)[0x43af55]
/usr/local/bin/gvim(do_ecmd+0xc91)[0x474f21]
/usr/local/bin/gvim(do_arg_all+0x6bb)[0x436a5b]
/usr/local/bin/gvim(do_cmdline+0x1344)[0x48b224]
/usr/local/bin/gvim[0x4f36de]
/usr/local/bin/gvim(normal_cmd+0x873)[0x4f9be3]
======= Memory map: ========
00400000-00627000 r-xp 00000000 08:01 201881756                          /usr/local/bin/vim
00826000-00827000 r--p 00226000 08:01 201881756                          /usr/local/bin/vim
00827000-0083e000 rw-p 00227000 08:01 201881756                          /usr/local/bin/vim
0083e000-0084d000 rw-p 00000000 00:00 0
0172a000-03924000 rw-p 00000000 00:00 0                                  [heap]
03924000-040fa000 rw-p 00000000 00:00 0                                  [heap]
7fa227df9000-7fa227dff000 r-xp 00000000 08:01 136043299                  /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so
7fa227dff000-7fa227ffe000 ---p 00006000 08:01 136043299                  /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so
7fa227ffe000-7fa227fff000 r--p 00005000 08:01 136043299                  /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so
7fa227fff000-7fa228000000 rw-p 00006000 08:01 136043299                  /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so
7fa228000000-7fa228022000 rw-p 00000000 00:00 0
7fa228022000-7fa22c000000 ---p 00000000 00:00 0
7fa22c000000-7fa22c022000 rw-p 00000000 00:00 0
7fa22c022000-7fa230000000 ---p 00000000 00:00 0
7fa230000000-7fa230022000 rw-p 00000000 00:00 0
7fa230022000-7fa234000000 ---p 00000000 00:00 0
7fa2340f8000-7fa234158000 rw-s 00000000 00:04 26411023                   /SYSV00000000 (deleted)
7fa234158000-7fa23415c000 r-xp 00000000 08:01 136043290                  /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fa23415c000-7fa23435c000 ---p 00004000 08:01 136043290                  /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fa23435c000-7fa23435d000 r--p 00004000 08:01 136043290                  /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fa23435d000-7fa23435e000 rw-p 00005000 08:01 136043290                  /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fa23435e000-7fa23437a000 r--s 00000000 08:01 1124121                    /usr/share/mime/mime.cache
7fa23437a000-7fa2343a1000 r--p 00000000 08:02 562618285                  /home/saks/.fonts/Monaco for Powerline.otf
7fa2343a1000-7fa2343a3000 r-xp 00000000 08:01 1242011                    /usr/lib/x86_64-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
7fa2343a3000-7fa2345a2000 ---p 00002000 08:01 1242011                    /usr/lib/x86_64-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
7fa2345a2000-7fa2345a3000 r--p 00001000 08:01 1242011                    /usr/lib/x86_64-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
7fa2345a3000-7fa2345a4000 rw-p 00002000 08:01 1242011                    /usr/lib/x86_64-linux-gnu/pango/1.6.0/modules/pango-basic-fc.so
7fa2345a4000-7fa2345a5000 r--s 00000000 08:02 537282091                  /home/saks/.fontconfig/d1af61072abab14fcf75a42939afc4be-le64.cache-3
7fa2345a5000-7fa2345a6000 r--s 00000000 08:01 68801227                   /var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le64.cache-3
7fa2345a6000-7fa2345af000 r--s 00000000 08:01 68801226                   /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-3
7fa2345af000-7fa2345b1000 r--s 00000000 08:01 68801224                   /var/cache/fontconfig/99e8ed0e538f840c565b6ed5dad60d56-le64.cache-3
7fa2345b1000-7fa2345b5000 r--s 00000000 08:01 68801223                   /var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-3
7fa2345b5000-7fa2345b6000 r--s 00000000 08:01 68801222                   /var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-le64.cache-3
7fa2345b6000-7fa2345b7000 r--s 00000000 08:01 68801221                   /var/cache/fontconfig/0d8c3b2ac0904cb8a57a757ad11a4a08-le64.cache-3
7fa2345b7000-7fa2345bd000 r--s 00000000 08:01 68801220                   /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-le64.cache-3
7fa2345bd000-7fa2345c6000 r--s 00000000 08:01 68801219                   /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le64.cache-3
7fa2345c6000-7fa2345d6000 r--s 00000000 08:01 68801218                   /var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-3
7fa2345d6000-7fa234604000 r--s 00000000 08:01 68801458                   /var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-le64.cache-3
7fa234604000-7fa234614000 r--s 00000000 08:01 68801453                   /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-3
7fa234614000-7fa234615000 ---p 00000000 00:00 0
7fa234615000-7fa234e15000 rw-p 00000000 00:00 0
7fa234e15000-7fa234e2f000 r-xp 00000000 08:01 1243521                    /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13
7fa234e2f000-7fa23502e000 ---p 0001a000 08:01 1243521                    /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13
7fa23502e000-7fa23502f000 r--p 00019000 08:01 1243521                    /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13
7fa23502f000-7fa235030000 rw-p 0001a000 08:01 1243521                    /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13
7fa235030000-7fa235042000 r-xp 00000000 08:01 231686                     /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4.0.13
7fa235042000-7fa235241000 ---p 00012000 08:01 231686                     /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4.0.13
7fa235241000-7fa235242000 r--p 00011000 08:01 231686                     /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4.0.13
7fa235242000-7fa235243000 rw-p 00012000 08:01 231686                     /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4.0.13
7fa235243000-7fa235248000 r-xp 00000000 08:01 68387466                   /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies/libappmenu.so
7fa235248000-7fa235447000 ---p 00005000 08:01 68387466                   /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies/libappmenu.so
7fa235447000-7fa235448000 r--p 00004000 08:01 68387466                   /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies/libappmenu.so
7fa235448000-7fa235449000 rw-p 00005000 08:01 68387466                   /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies/libappmenu.so
7fa235449000-7fa23544f000 r-xp 00000000 08:01 568682                     /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
7fa23544f000-7fa23564e000 ---p 00006000 08:01 568682                     /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
7fa23564e000-7fa23564f000 r--p 00005000 08:01 568682                     /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
7fa23564f000-7fa235650000 rw-p 00006000 08:01 568682                     /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1
7fa235650000-7fa23567b000 r-xp 00000000 08:01 568936                     /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7fa23567b000-7fa23587a000 ---p 0002b000 08:01 568936                     /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7fa23587a000-7fa23587b000 r--p 0002a000 08:01 568936                     /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7fa23587b000-7fa23587c000 rw-p 0002b000 08:01 568936                     /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7fa23587c000-7fa235884000 r-xp 00000000 08:01 568639                     /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7fa235884000-7fa235a84000 ---p 00008000 08:01 568639                     /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7fa235a84000-7fa235a85000 r--p 00008000 08:01 568639                     /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7fa235a85000-7fa235a86000 rw-p 00009000 08:01 568639                     /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7fa235a86000-7fa235a96000 r-xp 00000000 08:01 568871                     /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.9
7fa235a96000-7fa235c95000 ---p 00010000 08:01 568871                     /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.9
7fa235c95000-7fa235c96000 r--p 0000f000 08:01 568871                     /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.9
7fa235c96000-7fa235c97000 rw-p 00010000 08:01 568871                     /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.9
7fa235c97000-7fa235c9e000 r-xp 00000000 08:01 568940                     /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
7fa235c9e000-7fa235e9d000 ---p 00007000 08:01 568940                     /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
7fa235e9d000-7fa235e9e000 r--p 00006000 08:01 568940                     /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
7fa235e9e000-7fa235e9f000 rw-p 00007000 08:01 568940                     /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
7fa235e9f000-7fa235eae000 r-xp 00000000 08:01 568345                     /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7fa235eae000-7fa2360ad000 ---p 0000f000 08:01 568345                     /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7fa2360ad000-7fa2360ae000 r--p 0000e000 08:01 568345                     /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7fa2360ae000-7fa2360af000 rw-p 0000f000 08:01 568345                     /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7fa2360af000-7fa2360b3000 r-xp 00000000 08:01 568341                     /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.8
7fa2360b3000-7fa2362b2000 ---p 00004000 08:01 568341                     /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.8
7fa2362b2000-7fa2362b3000 r--p 00003000 08:01 568341                     /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.8
7fa2362b3000-7fa2362b4000 rw-p 00004000 08:01 568341                     /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.8
7fa2362b4000-7fa2362b9000 r-xp 00000000 08:01 136043448                  /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
7fa2362b9000-7fa2364b8000 ---p 00005000 08:01 136043448                  /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
7fa2364b8000-7fa2364b9000 r--p 00004000 08:01 136043448                  /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
7fa2364b9000-7fa2364ba000 rw-p 00005000 08:01 136043448                  /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
7fa2364ba000-7fa2364e9000 r-xp 00000000 08:01 201880890                  /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7fa2364e9000-7fa2366e9000 ---p 0002f000 08:01 201880890                  /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7fa2366e9000-7fa2366ea000 r--p 0002f000 08:01 201880890                  /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7fa2366ea000-7fa2366eb000 rw-p 00030000 08:01 201880890                  /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7fa2366eb000-7fa2366ec000 ---p 00000000 00:00 0
7fa2366ec000-7fa236eec000 rw-p 00000000 00:00 0
7fa236eec000-7fa236eed000 ---p 00000000 00:00 0
7fa236eed000-7fa2376ed000 rw-p 00000000 00:00 0
7fa2376ed000-7fa2376f4000 r-xp 00000000 08:01 201961002                  /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7fa2376f4000-7fa2378f3000 ---p 00007000 08:01 201961002                  /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7fa2378f3000-7fa2378f4000 r--p 00006000 08:01 201961002                  /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7fa2378f4000-7fa2378f5000 rw-p 00007000 08:01 201961002                  /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7fa2378f5000-7fa237905000 r-xp 00000000 08:01 68286520                   /usr/lib/liboverlay-scrollbar-0.2.so.0.0.16
7fa237905000-7fa237b04000 ---p 00010000 08:01 68286520                   /usr/lib/liboverlay-scrollbar-0.2.so.0.0.16
7fa237b04000-7fa237b05000 r--p 0000f000 08:01 68286520                   /usr/lib/liboverlay-scrollbar-0.2.so.0.0.16
7fa237b05000-7fa237b06000 rw-p 00010000 08:01 68286520                   /usr/lib/liboverlay-scrollbar-0.2.so.0.0.16
7fa237b06000-7fa237b12000 r-xp 00000000 08:01 134435009                  /lib/x86_64-linux-gnu/libnss_files-2.15.so
7fa237b12000-7fa237d11000 ---p 0000c000 08:01 134435009                  /lib/x86_64-linux-gnu/libnss_files-2.15.so
7fa237d11000-7fa237d12000 r--p 0000b000 08:01 134435009                  /lib/x86_64-linux-gnu/libnss_files-2.15.so
7fa237d12000-7fa237d13000 rw-p 0000c000 08:01 134435009                  /lib/x86_64-linux-gnu/libnss_files-2.15.so
7fa237d13000-7fa237d1d000 r-xp 00000000 08:01 134434991                  /lib/x86_64-linux-gnu/libnss_nis-2.15.so
7fa237d1d000-7fa237f1d000 ---p 0000a000 08:01 134434991                  /lib/x86_64-linux-gnu/libnss_nis-2.15.so
7fa237f1d000-7fa237f1e000 r--p 0000a000 08:01 134434991                  /lib/x86_64-linux-gnu/libnss_nis-2.15.so
7fa237f1e000-7fa237f1f000 rw-p 0000b000 08:01 134434991                  /lib/x86_64-linux-gnu/libnss_nis-2.15.so
7fa237f1f000-7fa237f36000 r-xp 00000000 08:01 134435433                  /lib/x86_64-linux-gnu/libnsl-2.15.so
7fa237f36000-7fa238135000 ---p 00017000 08:01 134435433                  /lib/x86_64-linux-gnu/libnsl-2.15.so
7fa238135000-7fa238136000 r--p 00016000 08:01 134435433                  /lib/x86_64-linux-gnu/libnsl-2.15.so
7fa238136000-7fa238137000 rw-p 00017000 08:01 134435433                  /lib/x86_64-linux-gnu/libnsl-2.15.so
7fa238137000-7fa238139000 rw-p 00000000 00:00 0
7fa238139000-7fa238141000 r-xp 00000000 08:01 134435163                  /lib/x86_64-linux-gnu/libnss_compat-2.15.so
7fa238141000-7fa238340000 ---p 00008000 08:01 134435163                  /lib/x86_64-linux-gnu/libnss_compat-2.15.so
7fa238340000-7fa238341000 r--p 00007000 08:01 134435163                  /lib/x86_64-linux-gnu/libnss_compat-2.15.so
7fa238341000-7fa238342000 rw-p 00008000 08:01 134435163                  /lib/x86_64-linux-gnu/libnss_compat-2.15.so
7fa238342000-7fa238345000 r-xp 00000000 08:01 68360670                   /usr/lib/python2.7/lib-dynload/_heapq.so
7fa238345000-7fa238544000 ---p 00003000 08:01 68360670                   /usr/lib/python2.7/lib-dynload/_heapq.so
7fa238544000-7fa238545000 r--p 00002000 08:01 68360670                   /usr/lib/python2.7/lib-dynload/_heapq.so
7fa238545000-7fa238547000 rw-p 00003000 08:01 68360670                   /usr/lib/python2.7/lib-dynload/_heapq.so
7fa238547000-7fa238552000 r-xp 00000000 08:01 68357356                   /usr/lib/python2.7/lib-dynload/_json.so
7fa238552000-7fa238751000 ---p 0000b000 08:01 68357356                   /usr/lib/python2.7/lib-dynload/_json.so
7fa238751000-7fa238752000 r--p 0000a000 08:01 68357356                   /usr/lib/python2.7/lib-dynload/_json.so
7fa238752000-7fa238753000 rw-p 0000b000 08:01 68357356                   /usr/lib/python2.7/lib-dynload/_json.so
7fa238753000-7fa238f6c000 r--p 00000000 08:01 419992                     /usr/lib/locale/locale-archive
7fa238f6c000-7fa238f71000 r-xp 00000000 08:01 557787                     /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fa238f71000-7fa239170000 ---p 00005000 08:01 557787                     /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fa239170000-7fa239171000 r--p 00004000 08:01 557787                     /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fa239171000-7fa239172000 rw-p 00005000 08:01 557787                     /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fa239172000-7fa239174000 r-xp 00000000 08:01 557776                     /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fa239174000-7fa239373000 ---p 00002000 08:01 557776                     /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fa239373000-7fa239374000 r--p 00001000 08:01 557776                     /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fa239374000-7fa239375000 rw-p 00002000 08:01 557776                     /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fa239375000-7fa23939c000 r-xp 00000000 08:01 136259770                  /lib/x86_64-linux-gnu/libexpat.so.1.5.2
7fa23939c000-7fa23959c000 ---p 00027000 08:01 136259770                  /lib/x86_64-linux-gnu/libexpat.so.1.5.2
7fa23959c000-7fa23959e000 r--p 00027000 08:01 136259770                  /lib/x86_64-linux-gnu/libexpat.so.1.5.2
7fa23959e000-7fa23959f000 rw-p 00029000 08:01 136259770                  /lib/x86_64-linux-gnu/libexpat.so.1.5.2
7fa23959f000-7fa2395b7000 r-xp 00000000 08:01 134434989                  /lib/x86_64-linux-gnu/libresolv-2.15.so
7fa2395b7000-7fa2397b7000 ---p 00018000 08:01 134434989                  /lib/x86_64-linux-gnu/libresolv-2.15.so
7fa2397b7000-7fa2397b8000 r--p 00018000 08:01 134434989                  /lib/x86_64-linux-gnu/libresolv-2.15.so
7fa2397b8000-7fa2397b9000 rw-p 00019000 08:01 134434989                  /lib/x86_64-linux-gnu/libresolv-2.15.so
7fa2397b9000-7fa2397bb000 rw-p 00000000 00:00 0
7fa2397bb000-7fa2397d8000 r-xp 00000000 08:01 134322986                  /lib/x86_64-linux-gnu/libselinux.so.1
7fa2397d8000-7fa2399d7000 ---p 0001d000 08:01 134322986                  /lib/x86_64-linux-gnu/libselinux.so.1
7fa2399d7000-7fa2399d8000 r--p 0001c000 08:01 134322986                  /lib/x86_64-linux-gnu/libselinux.so.1
7fa2399d8000-7fa2399d9000 rw-p 0001d000 08:01 134322986                  /lib/x86_64-linux-gnu/libselinux.so.1
7fa2399d9000-7fa2399da000 rw-p 00000000 00:00 0
7fa2399da000-7fa2399e2000 r-xp 00000000 08:01 1266882                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fa2399e2000-7fa239be2000 ---p 00008000 08:01 1266882                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fa239be2000-7fa239be3000 r--p 00008000 08:01 1266882                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fa239be3000-7fa239be4000 rw-p 00009000 08:01 1266882                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fa239be4000-7fa239be6000 r-xp 00000000 08:01 1241981                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fa239be6000-7fa239de5000 ---p 00002000 08:01 1241981                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fa239de5000-7fa239de6000 r--p 00001000 08:01 1241981                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fa239de6000-7fa239de7000 rw-p 00002000 08:01 1241981                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fa239de7000-7fa239e0d000 r-xp 00000000 08:01 134322973                  /lib/x86_64-linux-gnu/libpng12.so.0.46.0
7fa239e0d000-7fa23a00d000 ---p 00026000 08:01 134322973                  /lib/x86_64-linux-gnu/libpng12.so.0.46.0
7fa23a00d000-7fa23a00e000 r--p 00026000 08:01 134322973                  /lib/x86_64-linux-gnu/libpng12.so.0.46.0
7fa23a00e000-7fa23a00f000 rw-p 00027000 08:01 134322973                  /lib/x86_64-linux-gnu/libpng12.so.0.46.0
7fa23a00f000-7fa23a090000 r-xp 00000000 08:01 568778                     /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
7fa23a090000-7fa23a28f000 ---p 00081000 08:01 568778                     /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
7fa23a28f000-7fa23a295000 r--p 00080000 08:01 568778                     /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
7fa23a295000-7fa23a296000 rw-p 00086000 08:01 568778                     /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.24.4
7fa23a296000-7fa23a32c000 r-xp 00000000 08:01 1242080                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
7fa23a32c000-7fa23a52b000 ---p 00096000 08:01 1242080                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
7fa23a52b000-7fa23a531000 r--p 00095000 08:01 1242080                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
7fa23a531000-7fa23a532000 rw-p 0009b000 08:01 1242080                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.0
7fa23a532000-7fa23a547000 r-xp 00000000 08:01 134322915                  /lib/x86_64-linux-gnu/libgcc_s.so.1
7fa23a547000-7fa23a746000 ---p 00015000 08:01 134322915                  /lib/x86_64-linux-gnu/libgcc_s.so.1
7fa23a746000-7fa23a747000 r--p 00014000 08:01 134322915                  /lib/x86_64-linux-gnu/libgcc_s.so.1
7fa23a747000-7fa23a748000 rw-p 00015000 08:01 134322915                  /lib/x86_64-linux-gnu/libgcc_s.so.1
7fa23a748000-7fa23a74a000 r-xp 00000000 08:01 134435280                  /lib/x86_64-linux-gnu/libutil-2.15.so
7fa23a74a000-7fa23a949000 ---p 00002000 08:01 134435280                  /lib/x86_64-linux-gnu/libutil-2.15.so
7fa23a949000-7fa23a94a000 r--p 00001000 08:01 134435280                  /lib/x86_64-linux-gnu/libutil-2.15.so
7fa23a94a000-7fa23a94b000 rw-p 00002000 08:01 134435280                  /lib/x86_64-linux-gnu/libutil-2.15.so
7fa23a94b000-7fa23a961000 r-xp 00000000 08:01 134323009                  /lib/x86_64-linux-gnu/libz.so.1.2.3.4
7fa23a961000-7fa23ab60000 ---p 00016000 08:01 134323009                  /lib/x86_64-linux-gnu/libz.so.1.2.3.4
7fa23ab60000-7fa23ab61000 r--p 00015000 08:01 134323009                  /lib/x86_64-linux-gnu/libz.so.1.2.3.4
7fa23ab61000-7fa23ab62000 rw-p 00016000 08:01 134323009                  /lib/x86_64-linux-gnu/libz.so.1.2.3.4
7fa23ab62000-7fa23ad13000 r-xp 00000000 08:01 136462464                  /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7fa23ad13000-7fa23af13000 ---p 001b1000 08:01 136462464                  /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7fa23af13000-7fa23af2e000 r--p 001b1000 08:01 136462464                  /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7fa23af2e000-7fa23af39000 rw-p 001cc000 08:01 136462464                  /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7fa23af39000-7fa23af3d000 rw-p 00000000 00:00 0
7fa23af3d000-7fa23af91000 r-xp 00000000 08:01 136274522                  /lib/x86_64-linux-gnu/libssl.so.1.0.0
7fa23af91000-7fa23b191000 ---p 00054000 08:01 136274522                  /lib/x86_64-linux-gnu/libssl.so.1.0.0
7fa23b191000-7fa23b194000 r--p 00054000 08:01 136274522                  /lib/x86_64-linux-gnu/libssl.so.1.0.0
7fa23b194000-7fa23b19a000 rw-p 00057000 08:01 136274522                  /lib/x86_64-linux-gnu/libssl.so.1.0.0
7fa23b19a000-7fa23b19b000 rw-p 00000000 00:00 0
7fa23b19b000-7fa23b1b8000 r-xp 00000000 08:01 1255553                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fa23b1b8000-7fa23b3b7000 ---p 0001d000 08:01 1255553                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fa23b3b7000-7fa23b3b8000 r--p 0001c000 08:01 1255553                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fa23b3b8000-7fa23b3b9000 rw-p 0001d000 08:01 1255553                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fa23b3b9000-7fa23b3bd000 r-xp 00000000 08:01 134323005                  /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7fa23b3bd000-7fa23b5bc000 ---p 00004000 08:01 134323005                  /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7fa23b5bc000-7fa23b5bd000 r--p 00003000 08:01 134323005                  /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7fa23b5bd000-7fa23b5be000 rw-p 00004000 08:01 134323005                  /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7fa23b5be000-7fa23b5c5000 r-xp 00000000 08:01 134434978                  /lib/x86_64-linux-gnu/librt-2.15.so
7fa23b5c5000-7fa23b7c4000 ---p 00007000 08:01 134434978                  /lib/x86_64-linux-gnu/librt-2.15.so
7fa23b7c4000-7fa23b7c5000 r--p 00006000 08:01 134434978                  /lib/x86_64-linux-gnu/librt-2.15.so
7fa23b7c5000-7fa23b7c6000 rw-p 00007000 08:01 134434978                  /lib/x86_64-linux-gnu/librt-2.15.so
7fa23b7c6000-7fa23b802000 r-xp 00000000 08:01 134322969                  /lib/x86_64-linux-gnu/libpcre.so.3.12.1
7fa23b802000-7fa23ba01000 ---p 0003c000 08:01 134322969                  /lib/x86_64-linux-gnu/libpcre.so.3.12.1
7fa23ba01000-7fa23ba02000 r--p 0003b000 08:01 134322969                  /lib/x86_64-linux-gnu/libpcre.so.3.12.1
7fa23ba02000-7fa23ba03000 rw-p 0003c000 08:01 134322969                  /lib/x86_64-linux-gnu/libpcre.so.3.12.1
7fa23ba03000-7fa23ba0a000 r-xp 00000000 08:01 568457                     /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
7fa23ba0a000-7fa23bc09000 ---p 00007000 08:01 568457                     /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
7fa23bc09000-7fa23bc0a000 r--p 00006000 08:01 568457                     /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
7fa23bc0a000-7fa23bc0b000 rw-p 00007000 08:01 568457                     /usr/lib/x86_64-linux-gnu/libffi.so.6.0.0
7fa23bc0b000-7fa23bc0e000 r-xp 00000000 08:01 1146637                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.4
7fa23bc0e000-7fa23be0d000 ---p 00003000 08:01 1146637                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.4
7fa23be0d000-7fa23be0e000 r--p 00002000 08:01 1146637                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.4
7fa23be0e000-7fa23be0f000 rw-p 00003000 08:01 1146637                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3200.4
7fa23be0f000-7fa23be11000 r-xp 00000000 08:01 557785                     /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7fa23be11000-7fa23c010000 ---p 00002000 08:01 557785                     /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7fa23c010000-7fa23c011000 r--p 00001000 08:01 557785                     /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7fa23c011000-7fa23c012000 rw-p 00002000 08:01 557785                     /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7fa23c012000-7fa23c014000 r-xp 00000000 08:01 557781                     /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7fa23c014000-7fa23c213000 ---p 00002000 08:01 557781                     /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7fa23c213000-7fa23c214000 r--p 00001000 08:01 557781                     /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7fa23c214000-7fa23c215000 rw-p 00002000 08:01 557781                     /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7fa23c215000-7fa23c21e000 r-xp 00000000 08:01 557783                     /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fa23c21e000-7fa23c41d000 ---p 00009000 08:01 557783                     /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fa23c41d000-7fa23c41e000 r--p 00008000 08:01 557783                     /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fa23c41e000-7fa23c41f000 rw-p 00009000 08:01 557783                     /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fa23c41f000-7fa23c426000 r-xp 00000000 08:01 440162                     /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7fa23c426000-7fa23c625000 ---p 00007000 08:01 440162                     /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7fa23c625000-7fa23c626000 r--p 00006000 08:01 440162                     /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7fa23c626000-7fa23c627000 rw-p 00007000 08:01 440162                     /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7fa23c627000-7fa23c635000 r-xp 00000000 08:01 557795                     /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7fa23c635000-7fa23c834000 ---p 0000e000 08:01 557795                     /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7fa23c834000-7fa23c835000 r--p 0000d000 08:01 557795                     /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7fa23c835000-7fa23c836000 rw-p 0000e000 08:01 557795                     /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7fa23c836000-7fa23c838000 r-xp 00000000 08:01 557797                     /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7fa23c838000-7fa23ca37000 ---p 00002000 08:01 557797                     /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7fa23ca37000-7fa23ca38000 r--p 00001000 08:01 557797                     /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7fa23ca38000-7fa23ca39000 rw-p 00002000 08:01 557797                     /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7fa23ca39000-7fa23ca42000 r-xp 00000000 08:01 557809                     /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fa23ca42000-7fa23cc41000 ---p 00009000 08:01 557809                     /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fa23cc41000-7fa23cc42000 r--p 00008000 08:01 557809                     /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fa23cc42000-7fa23cc43000 rw-p 00009000 08:01 557809                     /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fa23cc43000-7fa23cc53000 r-xp 00000000 08:01 557789                     /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fa23cc53000-7fa23ce52000 ---p 00010000 08:01 557789                     /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fa23ce52000-7fa23ce53000 r--p 0000f000 08:01 557789                     /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fa23ce53000-7fa23ce54000 rw-p 00010000 08:01 557789                     /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fa23ce54000-7fa23ce88000 r-xp 00000000 08:01 440219                     /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
7fa23ce88000-7fa23d088000 ---p 00034000 08:01 440219                     /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
7fa23d088000-7fa23d089000 r--p 00034000 08:01 440219                     /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
7fa23d089000-7fa23d08a000 rw-p 00035000 08:01 440219                     /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.4.4
7fa23d08a000-7fa23d0b3000 r-xp 00000000 08:01 1264008                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
7fa23d0b3000-7fa23d2b2000 ---p 00029000 08:01 1264008                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
7fa23d2b2000-7fa23d2b3000 r--p 00028000 08:01 1264008                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
7fa23d2b3000-7fa23d2b4000 rw-p 00029000 08:01 1264008                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3000.0
7fa23d2b4000-7fa23d3fc000 r-xp 00000000 08:01 1146641                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.4
7fa23d3fc000-7fa23d5fb000 ---p 00148000 08:01 1146641                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.4
7fa23d5fb000-7fa23d5ff000 r--p 00147000 08:01 1146641                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.4
7fa23d5ff000-7fa23d601000 rw-p 0014b000 08:01 1146641                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3200.4
7fa23d601000-7fa23d603000 rw-p 00000000 00:00 0
7fa23d603000-7fa23d6f6000 r-xp 00000000 08:01 1225137                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11200.2
7fa23d6f6000-7fa23d8f5000 ---p 000f3000 08:01 1225137                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11200.2
7fa23d8f5000-7fa23d8f8000 r--p 000f2000 08:01 1225137                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11200.2
7fa23d8f8000-7fa23d8f9000 rw-p 000f5000 08:01 1225137                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11200.2
7fa23d8f9000-7fa23d8fb000 rw-p 00000000 00:00 0
7fa23d8fb000-7fa23d91a000 r-xp 00000000 08:01 568299                     /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
7fa23d91a000-7fa23db1a000 ---p 0001f000 08:01 568299                     /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
7fa23db1a000-7fa23db1c000 r--p 0001f000 08:01 568299                     /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
7fa23db1c000-7fa23db1d000 rw-p 00021000 08:01 568299                     /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.20409.1
7fa23db1d000-7fa23db22000 r-xp 00000000 08:01 557791                     /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fa23db22000-7fa23dd21000 ---p 00005000 08:01 557791                     /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fa23dd21000-7fa23dd22000 r--p 00004000 08:01 557791                     /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fa23dd22000-7fa23dd23000 rw-p 00005000 08:01 557791                     /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fa23dd23000-7fa23dd2e000 r-xp 00000000 08:01 1264016                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
7fa23dd2e000-7fa23df2d000 ---p 0000b000 08:01 1264016                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
7fa23df2d000-7fa23df2e000 r--p 0000a000 08:01 1264016                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
7fa23df2e000-7fa23df2f000 rw-p 0000b000 08:01 1264016                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3000.0
7fa23df2f000-7fa23e0e4000 r-xp 00000000 08:01 134421818                  /lib/x86_64-linux-gnu/libc-2.15.so
7fa23e0e4000-7fa23e2e3000 ---p 001b5000 08:01 134421818                  /lib/x86_64-linux-gnu/libc-2.15.so
7fa23e2e3000-7fa23e2e7000 r--p 001b4000 08:01 134421818                  /lib/x86_64-linux-gnu/libc-2.15.so
7fa23e2e7000-7fa23e2e9000 rw-p 001b8000 08:01 134421818                  /lib/x86_64-linux-gnu/libc-2.15.so
7fa23e2e9000-7fa23e2ee000 rw-p 00000000 00:00 0
7fa23e2ee000-7fa23e306000 r-xp 00000000 08:01 134434925                  /lib/x86_64-linux-gnu/libpthread-2.15.so
7fa23e306000-7fa23e505000 ---p 00018000 08:01 134434925                  /lib/x86_64-linux-gnu/libpthread-2.15.so
7fa23e505000-7fa23e506000 r--p 00017000 08:01 134434925                  /lib/x86_64-linux-gnu/libpthread-2.15.so
7fa23e506000-7fa23e507000 rw-p 00018000 08:01 134434925                  /lib/x86_64-linux-gnu/libpthread-2.15.so
7fa23e507000-7fa23e50b000 rw-p 00000000 00:00 0
7fa23e50b000-7fa23e78c000 r-xp 00000000 08:01 68368537                   /usr/lib/libpython2.7.so.1.0
7fa23e78c000-7fa23e98b000 ---p 00281000 08:01 68368537                   /usr/lib/libpython2.7.so.1.0
7fa23e98b000-7fa23e98d000 r--p 00280000 08:01 68368537                   /usr/lib/libpython2.7.so.1.0
7fa23e98d000-7fa23e9f6000 rw-p 00282000 08:01 68368537                   /usr/lib/libpython2.7.so.1.0
7fa23e9f6000-7fa23ea08000 rw-p 00000000 00:00 0
7fa23ea08000-7fa23ea0a000 r-xp 00000000 08:01 134323130                  /lib/x86_64-linux-gnu/libdl-2.15.so
7fa23ea0a000-7fa23ec0a000 ---p 00002000 08:01 134323130                  /lib/x86_64-linux-gnu/libdl-2.15.so
7fa23ec0a000-7fa23ec0b000 r--p 00002000 08:01 134323130                  /lib/x86_64-linux-gnu/libdl-2.15.so
7fa23ec0b000-7fa23ec0c000 rw-p 00003000 08:01 134323130                  /lib/x86_64-linux-gnu/libdl-2.15.so
7fa23ec0c000-7fa23ec2e000 r-xp 00000000 08:01 134322995                  /lib/x86_64-linux-gnu/libtinfo.so.5.9
7fa23ec2e000-7fa23ee2e000 ---p 00022000 08:01 134322995                  /lib/x86_64-linux-gnu/libtinfo.so.5.9
7fa23ee2e000-7fa23ee32000 r--p 00022000 08:01 134322995                  /lib/x86_64-linux-gnu/libtinfo.so.5.9
7fa23ee32000-7fa23ee33000 rw-p 00026000 08:01 134322995                  /lib/x86_64-linux-gnu/libtinfo.so.5.9
7fa23ee33000-7fa23ef2e000 r-xp 00000000 08:01 134434993                  /lib/x86_64-linux-gnu/libm-2.15.so
7fa23ef2e000-7fa23f12d000 ---p 000fb000 08:01 134434993                  /lib/x86_64-linux-gnu/libm-2.15.so
7fa23f12d000-7fa23f12e000 r--p 000fa000 08:01 134434993                  /lib/x86_64-linux-gnu/libm-2.15.so
7fa23f12e000-7fa23f12f000 rw-p 000fb000 08:01 134434993                  /lib/x86_64-linux-gnu/libm-2.15.so
7fa23f12f000-7fa23f25e000 r-xp 00000000 08:01 557774                     /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fa23f25e000-7fa23f45e000 ---p 0012f000 08:01 557774                     /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fa23f45e000-7fa23f45f000 r--p 0012f000 08:01 557774                     /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fa23f45f000-7fa23f463000 rw-p 00130000 08:01 557774                     /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fa23f463000-7fa23f4c2000 r-xp 00000000 08:01 557811                     /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0
7fa23f4c2000-7fa23f6c2000 ---p 0005f000 08:01 557811                     /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0
7fa23f6c2000-7fa23f6c3000 r--p 0005f000 08:01 557811                     /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0
7fa23f6c3000-7fa23f6c8000 rw-p 00060000 08:01 557811                     /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0
7fa23f6c8000-7fa23f6c9000 rw-p 00000000 00:00 0
7fa23f6c9000-7fa23f6df000 r-xp 00000000 08:01 534655                     /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7fa23f6df000-7fa23f8de000 ---p 00016000 08:01 534655                     /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7fa23f8de000-7fa23f8df000 r--p 00015000 08:01 534655                     /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7fa23f8df000-7fa23f8e0000 rw-p 00016000 08:01 534655                     /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7fa23f8e0000-7fa23f8e3000 rw-p 00000000 00:00 0
7fa23f8e3000-7fa23f8ea000 r-xp 00000000 08:01 557770                     /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7fa23f8ea000-7fa23fae9000 ---p 00007000 08:01 557770                     /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7fa23fae9000-7fa23faea000 r--p 00006000 08:01 557770                     /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7fa23faea000-7fa23faeb000 rw-p 00007000 08:01 557770                     /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7fa23faeb000-7fa23fbdd000 r-xp 00000000 08:01 136462585                  /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
7fa23fbdd000-7fa23fddd000 ---p 000f2000 08:01 136462585                  /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
7fa23fddd000-7fa23fdde000 r--p 000f2000 08:01 136462585                  /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
7fa23fdde000-7fa23fddf000 rw-p 000f3000 08:01 136462585                  /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
7fa23fddf000-7fa23fde0000 rw-p 00000000 00:00 0
7fa23fde0000-7fa23fe2d000 r-xp 00000000 08:01 1223204                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.4
7fa23fe2d000-7fa24002d000 ---p 0004d000 08:01 1223204                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.4
7fa24002d000-7fa24002e000 r--p 0004d000 08:01 1223204                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.4
7fa24002e000-7fa24002f000 rw-p 0004e000 08:01 1223204                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3200.4
7fa24002f000-7fa240075000 r-xp 00000000 08:01 1264012                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
7fa240075000-7fa240275000 ---p 00046000 08:01 1264012                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
7fa240275000-7fa240277000 r--p 00046000 08:01 1264012                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
7fa240277000-7fa240278000 rw-p 00048000 08:01 1264012                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3000.0
7fa240278000-7fa240296000 r-xp 00000000 08:01 568484                     /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
7fa240296000-7fa240496000 ---p 0001e000 08:01 568484                     /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
7fa240496000-7fa240497000 r--p 0001e000 08:01 568484                     /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
7fa240497000-7fa240498000 rw-p 0001f000 08:01 568484                     /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2600.1
7fa240498000-7fa240545000 r-xp 00000000 08:01 568482                     /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
7fa240545000-7fa240744000 ---p 000ad000 08:01 568482                     /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
7fa240744000-7fa240748000 r--p 000ac000 08:01 568482                     /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
7fa240748000-7fa24074a000 rw-p 000b0000 08:01 568482                     /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.10
7fa24074a000-7fa240b77000 r-xp 00000000 08:01 568577                     /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
7fa240b77000-7fa240d77000 ---p 0042d000 08:01 568577                     /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
7fa240d77000-7fa240d7e000 r--p 0042d000 08:01 568577                     /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
7fa240d7e000-7fa240d82000 rw-p 00434000 08:01 568577                     /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.10
7fa240d82000-7fa240d84000 rw-p 00000000 00:00 0
7fa240d84000-7fa240da6000 r-xp 00000000 08:01 134435270                  /lib/x86_64-linux-gnu/ld-2.15.so
7fa240da6000-7fa240da8000 rw-p 00000000 00:00 0
7fa240da8000-7fa240da9000 r--s 00000000 08:02 537293102                  /home/saks/.local/share/mime/mime.cache
7fa240da9000-7fa240dac000 r--s 00000000 08:01 68801217                   /var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-3
7fa240dac000-7fa240daf000 r--s 00000000 08:01 68801459                   /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-3
7fa240daf000-7fa240db4000 r--s 00000000 08:01 68801457                   /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-3
7fa240db4000-7fa240dbd000 r--s 00000000 08:01 68361476                   /var/cache/fontconfig/cabbd14511b9e8a55e92af97fb3a0461-le64.cache-3
7fa240dbd000-7fa240dde000 r--s 00000000 08:02 537281500                  /home/saks/.fontconfig/063958cc89f301ee7f6685220a50bdec-le64.cache-3
7fa240dde000-7fa240de0000 r--p 00000000 08:01 202632019                  /usr/local/share/glib-2.0/schemas/gschemas.compiled
7fa240de0000-7fa240e0b000 r--p 00000000 08:01 68389376                   /usr/share/glib-2.0/schemas/gschemas.compiled
7fa240e0b000-7fa240e7d000 rw-p 00000000 00:00 0
7fa240e7d000-7fa240e7e000 rw-p 00000000 00:00 0
7fa240e7e000-7fa240f85000 rw-p 00000000 00:00 0
7fa240f85000-7fa240f86000 r--s 00000000 08:01 68351772                   /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-3
7fa240f86000-7fa240f87000 r--s 00000000 08:01 68801456                   /var/cache/fontconfig/56cf4f4769d0f4abc89a4895d7bd3ae1-le64.cache-3
7fa240f87000-7fa240f88000 r--s 00000000 08:01 68801455                   /var/cache/fontconfig/b9d506c9ac06c20b433354fa67a72993-le64.cache-3
7fa240f88000-7fa240f8d000 r--s 00000000 08:01 68801454                   /var/cache/fontconfig/b47c4e1ecd0709278f4910c18777a504-le64.cache-3
7fa240f8d000-7fa240f90000 r--s 00000000 08:01 68361472                   /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-3
7fa240f90000-7fa240f94000 r--s 00000000 08:01 68801452                   /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-3
7fa240f94000-7fa240f9c000 r--p 00000000 08:02 832338072                  /home/saks/.config/dconf/user
7fa240f9c000-7fa240f9d000 r--s 00000000 08:02 281952009                  /home/saks/.cache/dconf/user
7fa240f9d000-7fa240fa4000 r--s 00000000 08:01 136409648                  /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7fa240fa4000-7fa240fa6000 rw-p 00000000 00:00 0
7fa240fa6000-7fa240fa7000 r--p 00022000 08:01 134435270                  /lib/x86_64-linux-gnu/ld-2.15.so
7fa240fa7000-7fa240fa9000 rw-p 00023000 08:01 134435270                  /lib/x86_64-linux-gnu/ld-2.15.so
7fffc8fea000-7fffc900b000 rw-p 00000000 00:00 0                          [stack]
7fffc9117000-7fffc9118000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

Eric Weir | 20 May 2013 13:19

Errors in vim app on android


I am still not getting the vim touch app for android to run without problems. 

One set of errors don't prevent vim touch from running, but they are puzzling and I suspect they are preventing spell check from working. 

Error detected while processing /storage/emulated/legacy/.vimrc line 39:
E518 unknown option: /storage/emulated/0/.vim/spell/en.utf-8.add.spl line:

Line 39 in the .vimrc is"

set spellfile=/storage/emulated/0/.vim/spell/en.utf-8.add /storage/emulated/0/.vim/spell/en.utf-8.add.spl

I'm taking it that this is one error. I've checked the help on E518 and it is total Greek to me. I believe line 39 is the correct specification in android of the paths to the the spell check files; no one on the android forums where I've also sought help with this has said it is not. 

Anyone have a clue why I'm getting this error.

Thanks,
------------------------------------------------------------------------------------------
Eric Weir
Decatur, GA

"It is the mark of an educated man to look for precision in 
each class of things just so far as the nature of the subject admits." 

- Aristotle, Nichomachean Ethics

--
--
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 subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe <at> googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
John Little | 20 May 2013 06:22
Picon

Re: kubuntu 13.04 green has changed

On Monday, May 20, 2013 2:29:32 PM UTC+12, pansz wrote:
> So you should mail to ubuntu group instead? (rgb.txt does not belong to kubuntu so you should ask ubuntu
devs for that, or fire a bug on launchpad.net)

I'm thinking surely there must be another gvim user using Kubuntu Raring, or Ubuntu Raring, and I wonder if
their gvim green has changed.  I will pose my question on a Kubuntu forum, but because gvim is a GTK app, I
don't expect much attention.

If I use the colour picker in a KDE app, such as kate or konsole, and use the "named colours" selection,
"green" is still #00FF00, aka 0 255 0.

(I happen to use green a lot, a habit gained in the days of poor quality CGA monitors; because green is the
middle phosphor of R G and B, using green would be less blurry.)

Regards, John Little

-- 
--

-- 
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 subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe <at> googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Jean-Marcel Belmont | 20 May 2013 00:22
Picon

Vim opens perl files slowly everytime

Hello:

Whenever I open a Perl file in vim with .pl file extension it takes many seconds for vim to open
and when vim does open I see the following message in the vim command line
Please install scripts to ~/.vim/bin

This message appears whenever I open any Perl file in vim. Why is this occurring every time?
I am using Mac OS X 10.7 and Vim 7.3 version in the terminal

Sincerely,

Jean-Marcel Belmont

-- 
--

-- 
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 subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe <at> googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Jeri Raye | 19 May 2013 19:00
Picon

How to do math in vim ?

Hi,

Can you do math in Vim?
Can you do subtractions?

I have a srt file where I want to subtract 7 from all the seconds in the file.
So this:
+------------------------------------+
24
00:07:55,641 --> 00:07:58,393
You can't do that to us!
We'll tell you a secret.

25
00:07:58,603 --> 00:07:59,769
A secret? Who by?
+------------------------------------+


becomes:
+------------------------------------+
24
00:07:48,641 --> 00:07:51,393
You can't do that to us!
We'll tell you a secret.

25
00:07:51,603 --> 00:07:52,769
A secret? Who by?
+------------------------------------+
The changes in this are:
(55 becomes 48)
(58 becomes 51)
(59 becomes 52)


Meaning:
- search for the lines with -->
- search for the number before the first , (comma)
- subtract that number with 7
- search for the number before the second , (comma)
- subtract that number with 7


I don't know if vim can subtract it also to negative numbers?
In case you have this:
+------------------------------------+
27
00:08:01,898 --> 00:08:04,316
She's visiting--

28
00:08:04,525 --> 00:08:07,277
Who wants to know about her?
+------------------------------------+

becomes:
+------------------------------------+
27
00:08:-06,898 --> 00:08:-03,316
She's visiting--

28
00:08:-03,525 --> 00:08:00,277
Who wants to know about her?
+------------------------------------+
The changes in this are:
(01 becomes -06)
(04 becomes -03)
(07 becomes 00)

Although not correct for srt syntax, these are manual fixable .

Rgds,
Jeri


--
--
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 subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe <at> googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
John Little | 19 May 2013 13:30
Picon

kubuntu 13.04 green has changed

Hi all

I recently upgraded my Kubuntu to 13.04, Raring Ringtail, and it has had a weird effect on gvim: the meaning
of "green" in highlight statements has changed, from #00FF00 to #008000. "blue" is still #0000FF and red
is still #FF0000, but "green" is half as bright. "green1" remains #00FF00.

Green is the only colour I've noticed, and I've checked a few with a colour picker; f.ex. "dark slate grey" is
still what runtime/rgb.txt says it is, #2F4F4F.

/usr/share/X11/rgb.txt still has "0 255   0		green".

I've tried changing colour schemes, and other system settings, but nothing affects the colours gvim uses.

Now I can easily work around this by replacing "green" with #00FF00, or "green1", but it's strange.

Regards, John Little

-- 
--

-- 
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 subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe <at> googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

ping | 18 May 2013 22:41
Picon

vim: format each long lines and insert just one break afterward

tested long time no good results...

so the goal here sounds simple: say I have

* a long text file (over 50K lines), and
* each line by itself is a nature paragraph, so sometime is very long 
(over 1000 charactors).
* there are sometimes one of more empty line in between, sometimes not

I wanted to format it into:

1. if 2 lines are adjoining, add an empty line to as a break
2. if 2 lines already have more than 1 empty lines in between, remove 
the extra and make sure only one empty line left.
3. trunk the long lines to  multiple lines with each of 80 charactors

initially I though its simple, just a ranged :g can do:

:'<, '>global/.*/exec "normal! gqq"

but this can only do task 3 above. for the task 1 and 2.
I don't know of how to pass the lines found by :g to a function and some 
more magic there.

so I turned to a normal function, with which I can read each line and do 
some adjustment there:

func! GQeachline(...) range             "ping: comments
     let lnum=a:firstline

     while lnum <= a:lastline

         let line = getline(lnum)
         let l1len = len(line)
         echom "linenum: " . lnum . "length " . l1len

         if l1len >= 80
             echom "gq this line (" . l1len . " > tw!"
             exec "normal! gqqj"
         elseif line =~ '^\s*$'            "if it's an empty line
             echom "this line is empty"
         else
             echom "this line is short " . l1len
         endif

         let lnum=lnum+1

     endwhile

endfunc

""line number all changed
"    let lnum=a:firstline
"    while lnum <= a:lastline
"
"        let line = getline(lnum)
"        let l1len = len(line)
"
"        let nlinenum=lnum+1
"        let nline=getline(nlinenum)
"
"        if  nline =~ '^\s*$'
"        else
"            exec "normal! o\<esc>"
"        endif
"
"        let lnum=lnum+1
"
"    endwhile

command! -range=% -nargs=* GQeachline :<line1>,<line2>call 
GQeachline(<q-args>)

map ,gQ  :GQeachline<CR>

these doesn't work well either --- once I did a gqq whenver got a 
longline, I changed the "current" text lines and so the next iteration 
might not work well.
this is especially hard when I tried to insert empty lines based on what 
are the current lines
I did some research and didn't find an existing solution on this.

I feel this is a very generic task --- think about you got a ure text 
book (bible) and you just want to format it better...

are there a good way to do it?

thanks!

regards
ping

-- 
--

-- 
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 subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe <at> googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

meino.cramer | 18 May 2013 19:32
Picon
Picon

replace/change certain positions in line of text

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 calculations from positions to lengths
of strings.

Directly using the positions themselves would be nice.

Is that possible with vim? How?

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 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 subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe <at> googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Gmane