Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable personal dictionary #545

Closed
m3gat0nn4ge opened this issue Aug 14, 2018 · 3 comments
Closed

Disable personal dictionary #545

m3gat0nn4ge opened this issue Aug 14, 2018 · 3 comments

Comments

@m3gat0nn4ge
Copy link

Hi,

I tried to disable the personal dictionary using 'personal /dev/null' in the conf file, however at times aspell will hang trying to obtain a write lock on /dev/null:

fcntl(5, F_SETLKW, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l_len=0}

Are there any other methods to disable the personal dictionary?.. I couldn't find anything in the man page

many thanks

@kevina kevina added this to the 0.60.7 milestone May 5, 2019
@kevina
Copy link
Member

kevina commented Jul 6, 2019

You can use --dont-use-other-dicts to disable the personal and session dictionary. With this option any commands to add to those respective dictionary will be ignored. This option is not documented in the man page or info docs but is shown when using aspell --help.

kevina added a commit that referenced this issue Jul 9, 2019
@kevina kevina removed this from the 0.60.7 milestone Jul 9, 2019
@m3gat0nn4ge
Copy link
Author

Thanks @kevina .. so if I am using "extra-dicts " in my conf file ... will the --dont-use-other-dicts option affect that?

@kevina
Copy link
Member

kevina commented Jul 19, 2019

No. I just tested it and that option will not effect any extra dictionaries explicitly specified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants