Difference between revisions of "Flyspell"

From Free Software Directory
Jump to: navigation, search
m (Genium moved page Flyspell.el to Flyspell: <packagename>)
m (typo)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Flyspell.el
+
|Name=Flyspell
 
|Short description=On the fly spell checker
 
|Short description=On the fly spell checker
|Full description=Flyspell is a minor Emacs mode performing on-the-fly spelling checking. It is unobtrusive and requires no help. It highlights incorrect words as soon as they are completed or as soon as the cursor hits a new word. It is language independent because you can select your own dictionary and is compatible with TeX editing (it tries to not highlight TeX commands). Flyspell uses pop-up menus to propose corrections for mis-spelled words. You can also store the word in the global dictionary, add it to the current document dictionary or ignore the mis-spelling for the current session. Flyspell can also propose automatic corrections.
+
|Full description='''Flyspell''' is an [[Emacs]] minor mode performing on-the-fly spelling
|User level=none
+
checking. This spawns a single [[Ispell]] process and checks each word. The default flyspell behavior is to highlight incorrect words.  
|Status=Live
+
 
|Component programs=
+
It was hosted for a long time on [https://www-sop.inria.fr/members/Manuel.Serrano/flyspell/flyspell.html INRIA Sophia-Antipolis's site] in France, but is [http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/textmodes/flyspell.el now maintained] as a part of [[GNU Emacs]].
|Homepage URL=http://www-sop.inria.fr/mimosa/Manuel.Serrano/flyspell/flyspell.html
+
|Homepage URL=https://www.gnu.org/software/emacs/
|VCS checkout command=
+
|User level=beginner
 +
|Extension of=emacs
 +
|VCS checkout command=git clone git://git.sv.gnu.org/emacs.git
 
|Computer languages=Lisp
 
|Computer languages=Lisp
|Documentation note=
+
|Documentation note=To enable Flyspell minor mode, type:
|Paid support=
+
<kbd>M-x flyspell-mode <RET></kbd>.
|IRC help=
+
This applies only to the current buffer.
|IRC general=
+
 
|IRC development=
+
To enable Flyspell in text representing computer programs, type:
|Related projects=GtkSpell,Aspell,Dotmode.el,ispell,Pspell,spell,Emacs
+
<kbd>M-x flyspell-prog-mode <RET></kbd>.
 +
In that mode, only text inside comments is checked.
 +
 
 +
N.B. Flyspell is compatible with [[Auctex|TeX editing]].
 +
|IRC general=irc://irc.freenode.net/emacs
 +
|Related projects=GtkSpell,Aspell,Dotmode.el,ispell,Pspell,spell
 
|Keywords=emacs,spell checking,Lisp,mode,flyspell.el,flyspell
 
|Keywords=emacs,spell checking,Lisp,mode,flyspell.el,flyspell
|Is GNU=n
+
|Version download=http://ftpmirror.gnu.org/emacs/
|Last review by=Janet Casey
+
|Version comment=part of GNU Emacs
|Last review date=2005-11-29
+
|Last review by=Genium
 +
|Last review date=2017/01/11
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.7j
+
|Status=
|Version date=2005-11-22
+
|Is GNU=No
|Version status=stable
 
|Version download=http://www-sop.inria.fr/mimosa/personnel/Manuel.Serrano/flyspell/
 
 
|License verified date=2002-01-09
 
|License verified date=2002-01-09
|Version comment=1.7j stable released 2005-11-22
+
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Genium
 +
|License verified date=2017/01/11
 +
|License note=http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/textmodes/flyspell.el
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Manuel Serrano
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Manuel Serrano
+
|Email=Manuel.Serrano@sophia.inria.fr
|Email=Manuel.Serrano@unice.fr
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer,Support
+
|Resource audience=History
 +
|Resource kind=Homepage
 +
|Resource URL=https://www-sop.inria.fr/members/Manuel.Serrano/flyspell/flyspell.html
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Download
 +
|Resource URL=http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/textmodes/flyspell.el
 +
}}
 +
{{Resource
 +
|Resource audience=EmacsWiki
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.emacswiki.org/emacs/FlySpell
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 
|Resource kind=E-mail
 
|Resource kind=E-mail
|Resource URL=mailto:Manuel.Serrano@unice.fr
+
|Resource URL=emacs-devel@gnu.org
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=daemon
 
|Interface=daemon
 +
|Programming-language=lisp
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux, GNU/Hurd
 
|Text-creation=word-processing
 
|Text-creation=word-processing
 
|Use=text-creation
 
|Use=text-creation
 
|Works-with=text
 
|Works-with=text
}}
 
{{Project license
 
|License=GPLv2orlater
 
|License verified by=Janet Casey
 
|License verified date=2002-01-09
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=Emacs
+
|Prerequisite description=[[Emacs]]
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 23:07, 10 January 2017


[edit]

Flyspell

https://www.gnu.org/software/emacs/
On the fly spell checker

Flyspell is an Emacs minor mode performing on-the-fly spelling checking. This spawns a single Ispell process and checks each word. The default flyspell behavior is to highlight incorrect words.

It was hosted for a long time on INRIA Sophia-Antipolis's site in France, but is now maintained as a part of GNU Emacs.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

11 January 2017




Leaders and contributors

Contact(s)Role
Manuel Serrano Maintainer


Resources and communication

AudienceResource typeURI
HistoryHomepagehttps://www-sop.inria.fr/members/Manuel.Serrano/flyspell/flyspell.html
DeveloperDownloadhttp://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/textmodes/flyspell.el
EmacsWikiHomepagehttps://www.emacswiki.org/emacs/FlySpell
DeveloperE-mailemacs-devel@gnu.org


Software prerequisites

KindDescription
Required to useEmacs




Entry










"History" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"EmacsWiki" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.












Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.