unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21021: 24.5; ispell.el problem
@ 2015-07-09 20:29 Rostyslav Skrypnyk
  2015-07-09 22:52 ` Xue Fuqiao
  2015-07-12 18:04 ` Glenn Morris
  0 siblings, 2 replies; 3+ messages in thread
From: Rostyslav Skrypnyk @ 2015-07-09 20:29 UTC (permalink / raw)
  To: 21021

[-- Attachment #1: Type: text/plain, Size: 3297 bytes --]

Greetings!

When I type 'M-x ispell-buffer RETURN' I get the following output:
"Searching for program: no such file or directory, ispell".

I tried to google my way out of it, but did not find anything
helpfull. I tried to reinstall 'ispell.el' by searching where it belongs
with 'M-x locate-library RETURN ispell', and getting "Library is file
/Applications/Emacs.app/Contents/Resources/lisp/textmodes/ispell.elc". I
downloaded a new 'ispell.el' from
//kdstevens.com/~stevens/ispell-page.html#download , placed it together
with existing .elc and recompiled directory with
'(byte-recompile-directory
"/Applications/Emacs.app/Contents/Resources/lisp/textmodes/")'. It did
not do the trick.

Could you please help me out?

With best regards,

Rostyslav.



In GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21)
of 2015-04-10 on builder10-9.porkrind.org
Windowing system distributor `Apple', version 10.3.1347
Configured using:
`configure --with-ns '--enable-locallisppath=/Library/Application
Support/Emacs/${version}/site-lisp:/Library/Application
Support/Emacs/site-lisp''

Important settings:
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  global-column-enforce-mode: t
  TeX-PDF-mode: t
  global-auto-complete-mode: t
  global-linum-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
Loading linum...done
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils flycheck find-func help-mode rx subr-x dash
flymake compile comint ansi-color ring column-enforce-mode cl
auto-complete-auctex latex easy-mmode tex-style tex crm advice help-fns
auto-complete-config ac-math auto-complete edmacro kmacro cl-macs gv
popup cl-loaddefs cl-lib math-symbol-lists tex-site info easymenu
package epg-config deeper-blue-theme linum cus-start cus-load time-date
tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel
ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help
simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp
files text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
cocoa ns multi-tty emacs)

Memory information:
((conses 16 207669 5305)
(symbols 48 27821 0)
(miscs 40 83 115)
(strings 32 60818 10637)
(string-bytes 1 1258293)
(vectors 16 19404)
(vector-slots 8 470681 4316)
(floats 8 99 26)
(intervals 56 220 4)
(buffers 960 12))

[-- Attachment #2: Type: text/html, Size: 11265 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#21021: 24.5; ispell.el problem
  2015-07-09 20:29 bug#21021: 24.5; ispell.el problem Rostyslav Skrypnyk
@ 2015-07-09 22:52 ` Xue Fuqiao
  2015-07-12 18:04 ` Glenn Morris
  1 sibling, 0 replies; 3+ messages in thread
From: Xue Fuqiao @ 2015-07-09 22:52 UTC (permalink / raw)
  To: Rostyslav Skrypnyk; +Cc: 21021

On Fri, Jul 10, 2015 at 4:29 AM, Rostyslav Skrypnyk
<rostyslav.skrypnyk@gmail.com> wrote:
> Greetings!

Hi,

> When I type 'M-x ispell-buffer RETURN' I get the following output:
> "Searching for program: no such file or directory, ispell".

Do you have Aspell, Ispell or Hunspell installed on your system?  If so,
you can try adding this to your init file:

    (setq ispell-program-name "/path/to/ispell")

If not, you can try installing Aspell with Homebrew:

    $ brew install aspell --with-all-langs





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#21021: 24.5; ispell.el problem
  2015-07-09 20:29 bug#21021: 24.5; ispell.el problem Rostyslav Skrypnyk
  2015-07-09 22:52 ` Xue Fuqiao
@ 2015-07-12 18:04 ` Glenn Morris
  1 sibling, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2015-07-12 18:04 UTC (permalink / raw)
  To: Rostyslav Skrypnyk; +Cc: 21021

Rostyslav Skrypnyk wrote:

> When I type 'M-x ispell-buffer RETURN' I get the following output:
> "Searching for program: no such file or directory, ispell".

Emacs does not come with a spell-checker.
ispell.el provides an _interface_ to one of several possible external
spell checkers.
You need to install one of those and make sure ispell.el can see it.
Ask on help-gnu-emacs@gnu.org if you have trouble getting it working.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-12 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-09 20:29 bug#21021: 24.5; ispell.el problem Rostyslav Skrypnyk
2015-07-09 22:52 ` Xue Fuqiao
2015-07-12 18:04 ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).