bugWeeChat - Bugs: bug #28041, Unexpected behavior of '/aspell...

 
 

bug #28041: Unexpected behavior of '/aspell enable xx,yy', '/aspell disable'

Submitter:  rettub <rettub>
Submitted:  Tue 17 Nov 2009 09:53:59 PM UTC
   
 
Category:  plugins Severity:  3 - Normal
Item Group:  command Status:  Need Info
Privacy:  Public Assigned to:  flashcode
Originator Name:  Open/Closed:  Closed
Release:  * 0.3.0 IRC nick: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 20 Jul 2013 06:12:01 AM UTC, comment #2: 

Closing old bug.
If there is still problem, please add comment or file a new bug.

Sebastien Helleu <flashcode>
Group administrator
Sat 12 Jan 2013 04:12:01 PM UTC, comment #1: 

Now /aspell command uses other arguments (see /help aspell for help), it should work.
Please confirm me if it's OK for you or not.

Sebastien Helleu <flashcode>
Group administrator
Tue 17 Nov 2009 09:53:59 PM UTC, original submission:  
  • If you want to add a language for a buffer ('en': default):

    /aspell enable en,de
  This will not work as expected.
 
  First you have to disable aspell:
    /aspell disable
  and now you can set the language(s) for the buffer with:
    /aspell enable en,de

  BTW: Changing the lang works:
    /aspell enable en    # uses 'en' for spellcheck
    /aspell enable de    # now 'de' is used
    /aspell enable en    # and back to 'en'

  • Disable aspell will not work if a default dict is set.

    /aspell disable
    aspell: "server.#test1-qwertz3" removed
  but spell checking still goes on, using the default dict.
  Actually additional languages will be removed only:
    # aspell.check.default_dict     "en"
    /aspell disable
    /aspell enable en,de
    /aspell disable
  This will remove 'de'

  • If you want to disable aspell complete you have to:

  /set  aspell.check.default_dict=""

  • in weechat_user.en.txt 'enable lang[,lang]' should be mentioned:

/aspell dictlist | enable lang[,lang] | disable | addword [lang] word

Default settings:
aspell.check.commands         "ame,amsg,away,command,cycle,kick,kian,me,msg,notice,part,query,quit,topic"
aspell.check.default_dict     "en"
aspell.check.during_search    off
aspell.check.real_time        off
aspell.check.word_min_length  2
aspell.look.color             lightred

Tested with weechat git: 435b57e641e766ed04f6e0b5910390c238ce04dc

rettub <rettub>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by flashcode (Updated the item)
  • -email is unavailable- added by rettub (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-07-20 flashcode Open/ClosedOpen Closed
    2013-01-12 flashcode StatusNone Need Info
        Assigned toNone flashcode
    2009-11-18 flashcode Release3.3-dev 0.3.0

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code