pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pan-users] Re: Re: gtkspell: Add to Dictionary???


From: CRH
Subject: [Pan-users] Re: Re: gtkspell: Add to Dictionary???
Date: Sat, 17 May 2003 10:28:25 -0500
User-agent: Pan/0.14.0 (I'm Being Nibbled to Death by Cats!)

On Sat, 17 May 2003 05:16:32 -0700, Duncan Combobulated:


 
> You might try stracing it out to see what sort of file it might be looking 
> for 
> that isn't there.. <shrug>

Well, it looks like it's looking for the correct file:

6161  stat64("/home/craig/.aspell.en.pws", {st_mode=S_IFREG|0644, st_size=281, 
...}) = 0
6161  access("/home/craig/.aspell.en.pws", F_OK) = 0
6161  open("/home/craig/.aspell.en.pws", O_RDONLY) = 9
6161  fcntl64(9, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0
6161  fstat64(9, {st_mode=S_IFREG|0644, st_size=281, ...}) = 0
6161  old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 
0) = 0x4001b000
6161  read(9, "personal_ws-1.1 en 35\nconf\nLTWin"..., 4096) = 281
6161  access("/usr/lib/aspell/en.dat", F_OK) = -1 ENOENT (No such file or 
directory)
6161  open("/usr/share/aspell/en.dat", O_RDONLY) = 10
6161  fstat64(10, {st_mode=S_IFREG|0644, st_size=113, ...}) = 0
6161  old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 
0) = 0x4091a000
6161  read(10, "# Generated with Aspell Dicts \"p"..., 4096) = 113

/home/craig/.aspell.en.pws is the correct file. Why is it being
opened RDONLY?

-- 
Ciao,
CRH






reply via email to

[Prev in Thread] Current Thread [Next in Thread]