On Sun, 02 Sep 2018, Dominique Pellé wrote: > X can be used without any gui i.e. when configuring > with --enable-gui=none as X can be used for copy/paste.
OK, I see. > So I suppose that user name "stucki" is not shown > eithe when doing this from the shell: > > $ getent passwd > > But it is shown when doing: > > $ getenv passwd stucki > > Can you confirm? YES! Definitive so. I did not try that way. > It looks like we could improve function init_users() in > misc1.c by adding an entry for getpwnam(name) > where name is the value of the env variable $USER, > in case it's not already found by getpwent(). In my case it would help. > Or is there a better way to find all user names for > completion in init_users()? Sorry, no Idea. Thanks Stucki -- Christoph von Stuckrad * * | also XMPP = |Mail <[email protected]> \ Freie Universitaet Berlin |/_*| 'jabber' via|Tel(Mo.,Mi.):+49 30 838-75 459| IT Mathematik & Informatik|\ *|stucki@jabber| (Di,Do,Fr):+49 30 77 39 6600| Takustr. 9 / 14195 Berlin * * |.fu-berlin.de|Fax(home): +49 30 77 39 6601/ -- -- You received this message from the "vim_dev" 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_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
