Optional prefixes: [g]oogle, [m]ap  
[w]ikipedia, [snopes]  

home » howto » spellcheck in irssi

Spellcheck in irssi

Table of Contents

Introduction

This page explains how to set up spelling in Irssi on Debian Lenny. It assumes that you have already installed irssi.


top

Install packages

# apt-get install aspell-en libaspell-dev aspell libtext-aspell-perl

Don’t forget to change the localisation to match your own locale.


top

Create user's scripts folder

$ mkdir -p ~/.irssi/scripts/autorun


top

Download the irssi script

$ cd ~/.irssi/scripts
$ wget http://www.mimir.ch/mimir/irssi/files/aspell_complete.pl
$ cd autorun
$ ln -s ../aspell_complete.pl


top

Restart irssi

Quite irssi and restart it, you should see aspell loading and your locale mentioned.


top

Testing

How the spelling functionality works is that you enter a word and then, before pressing spacebar, you hit the TAB key, whereon the preceding word will be spellchecked.


top

Troubleshooting

If you have not installed the correct aspell localisation, then you may find that irssi segfaults.


top

References

Share

top