BTW, why do DOS programs (including emacs) look like a movie
theater screen (fully wide but not tall) on w98?
Is there a way around this?
- = -
Vasos Panagiotopoulos, Columbia'81+, Reagan, Mozart, Pindus, BioStrategist
http://ourworld.compuserve.com/homepages/vjp2/vasos.htm
---{Nothing herein constitutes advice. Everything fully disclaimed.}---
[Homeland Security means private firearms not lazy obstructive guards]
[Urb sprawl confounds terror] [Remorse begets zeal] [Windows is for Bimbos]
It's quite hard to understand what are you asking. If you ask about
using a Windows port of Emacs with a DOS port of Ispell, or the other
way around, then it's almost certain that they will be incompatible,
due to different compilation options.
If you ask about the same binaries of Emacs and Ispell on different
versions of Windows, then I would not expect any problems.
> BTW, why do DOS programs (including emacs) look like a movie
> theater screen (fully wide but not tall) on w98?
> Is there a way around this?
I think you need to modify the properties of emacs.exe to set
non-default window size. By default, it is reset to 25 lines.
On a 75MHz machine in DOS I have emacs 19.34 and ispell 4.
I seem to recall being told back them ispell 3 would not work
or was it Ispell 4 with my version of emacs.
Now, the main question was about a new 64bit machine, and I will
supply versions in a short while.
THe dos under w98 screen size was a third question.
> A much more fundamental (machine independent) question: assuming
> everything is installed correctly, do I need to tell emacs where
> ispell is?
> After moving ispell.el into /lisp, do I need to edit the el file
> to do this?
Why don't you check and correct all ispell related variable values? C-
h v ispell- TAB TAB C-g and then change to *Completions* buffer
without actually starting any completion action. Best rename and save
it to prevent its destruction when doing some other completion.
There is also the info hypertext system. It will explain what one can
or must do with ispell.
--
Greetings
Pete
What’s the difference between OS X and Vista?
Microsoft employees are excited about OS X…
It's neither. I think you are talking about the obsolete ispell4.el
file, not Ispell version 4 (which does not exist). Just don't use
ispell4.el; use ispell.el instead.
Ispell should be on PATH somewhere, that's all.
> After moving ispell.el into /lisp, do I need to edit the el file
> to do this?
You don't, but I don't recommend moving ispell.el into lisp/, since
there should already be such a file there. I suggest to use ispell.el
that came with Emacs, because you might have compatibility problems
(between ispell.el and the rest of Emacs) otherwise.
>> From: vjp...@at.BioStrategist.dot.dot.com
>> Date: Mon, 12 Nov 2007 10:17:26 +0000 (UTC)
>>
>> On a 75MHz machine in DOS I have emacs 19.34 and ispell 4.
>> I seem to recall being told back them ispell 3 would not work
>> or was it Ispell 4 with my version of emacs.
>
> It's neither. I think you are talking about the obsolete ispell4.el
> file, not Ispell version 4 (which does not exist).
If I remember correctly, Ispell version 4 does exist, but it is missing
essential capabilities from the current Ispell 3 version. So its gotten
out of use.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
Should work fine, AFAIK. Just make sure that ispell.exe lives
somewhere on your PATH, where Emacs can find it.
Was there englishx.hash in the zip file?