[Geany] autocomplete.conf is not working for me

Jeff Pohlmeyer yetanothergeek at xxxxx
Wed Oct 17 20:04:46 UTC 2007


On 10/17/07, kib2 <kib2 at free.fr> wrote:
> Thanks for that tip, here's my output :
>
> open("/home/kib/opt/share/geany//autocomplete.conf",
> O_RDONLY|O_LARGEFILE) = 5
> open("/home/kib/.geany/autocomplete.conf", O_RDONLY|O_LARGEFILE) = 5
>
> What's wrong, the two '//' in the path or the permissions ?
> >

> > Just a shot in the dark,
> I don't think so... it seems to point the problem.

Hello, Kib -

It looks to me like this is not the problem - as long as the open() call returns
something >= 0, then the file was successfully opened. The // doesn't hurt
anything, and the O_RDONLY just means that Geany explicitly opened the
file as read-only.


 - Jeff



More information about the Users mailing list