Max Quordlepleen | 1 Aug 2003 12:15
X-Face

iSpell on W2K?

I have found the page with instructions on how to get iSpell running
on W2K, and was wondering wehere I can find just the cygwin.dll and
mount.exe I need? The Cygwin homepage seems only to offer a setup for
the entire Cygwin installation, while I need just these 2 files. A
Googling did not help much either? Are they available independently,
or do I need to install Cygwin just to get them?

--

-- 
Patriotism is a pernicious, psychopathic form of idiocy. - G. B. Shaw

http://www.maxqnz.com/References.html

Frank Schmitt | 1 Aug 2003 12:41
X-Face

Re: iSpell on W2K?

Max Quordlepleen <maxq <at> nonags.com> writes:

> I have found the page with instructions on how to get iSpell running
> on W2K, and was wondering wehere I can find just the cygwin.dll and
> mount.exe I need? The Cygwin homepage seems only to offer a setup for
> the entire Cygwin installation, while I need just these 2 files. A
> Googling did not help much either? Are they available independently,
> or do I need to install Cygwin just to get them?

Try installing aspell instead, there are up-to-date Windows binaries on
their site aspell.sourceforge.net and it works (at least on windows)
much better than ispell. To tell Emacs, that you use aspell rather than
ispell say

(setq ispell-program-name "aspell")

in .emacs.

--

-- 
Did you ever realize how much text fits in eighty columns? If you now consider
that a signature usually consists of up to four lines, this gives you enough
space to spread a tremendous amount of information with your messages. So seize
this opportunity and don't waste your signature with bullshit nobody will read.

Vincent Bernat | 1 Aug 2003 20:21

Re: Easy way to make a foreign group

OoO Pendant le repas du vendredi 01 août 2003, vers 19:44,
kai.grossjohann <at> gmx.net (Kai Großjohann) disait:

>> Initially, the IMAP server is not listed.

> That's bad.  Create it.  For example, you can do that from the server
> buffer (^ from the group buffer).  Or you can add a secondary server:

> (add-to-list 'gnus-secondary-select-methods
>              '(nnimap "frumple"
>                       (nnimap-address "your.imap.host")))

OK, I understand how it works now. I don't understand why certain
servers are marked as read-only or not editable. And why the news
server is seen as primary select methods and all the others as
secondary. But I can live without understanding this :)
--

-- 
I WILL TRY TO RAISE A BETTER CHILD
I WILL TRY TO RAISE A BETTER CHILD
I WILL TRY TO RAISE A BETTER CHILD
-+- Marge Simpson on chalkboard in episode 9F03

luc wastiaux | 2 Aug 2003 12:32

Re: gpg signing only for mail

luc wastiaux <luc <at> nospam.com> writes:

> Simon Josefsson <jas <at> extundo.com> writes:
>
>> Maybe
>>
>> (add-hook 'gnus-message-setup-hook
>> 	  '(lambda ()
>> 	     (if (message-mail-p)
>> 		 (mml-secure-message-sign-pgpmime))))
>>
>> works?
>
> Thanks for the suggestion but it doesn't.

But this works:

,----
| (add-hook 'gnus-message-setup-hook
|    '(lambda ()
|       (if (not (message-news-p))
|    (mml-secure-message-sign-pgpmime))))
`----

--

-- 
luc wastiaux
 email: luc-at-4002-dot-org
 jabber: luc <at> jabber.4002.org

(Continue reading)

Kai Großjohann | 2 Aug 2003 22:58
Picon

Re: PLANNING-WITH-GNUS

That's a really great and simple idea!  I like it.
--

-- 
Two cafe au lait please, but without milk.

Felix Schlesinger | 3 Aug 2003 01:52
Picon
Favicon

Re: gnus doesnt fetch mail

Kai Großjohann schrieb
> Felix Schlesinger <fam_Schlesinger <at> t-online.de> writes:
> 
>> (setq gnus-select-method '(nnml ""))
>> (setq gnus-secondary-select-methods nil)
> 
> So how about changing to the following?
> 
> (setq gnus-select-method '(nnnil ""))
> (setq gnus-secondary-select-methods '((nnml "")))
> 
No, sadly that doesnt make any difference.

Thank you
  Felix

Adrian Aichner | 3 Aug 2003 15:24
X-Face
Picon
Favicon

How does one get access to permanently hidden topic in Group buffer?


Hi All,

I have hidden a topic in the *Group* buffer with
C-u T h

How do I show that topic again?

Thanks in advance,

Adrian

--

-- 
Adrian Aichner
 mailto:adrian <at> xemacs.org
 http://www.xemacs.org/

Karl Pflästerer | 3 Aug 2003 17:09
X-Face
Picon

Re: How does one get access to permanently hidden topic in Group buffer?

On  3 Aug 2003, Adrian Aichner <- adrian <at> xemacs.org wrote:

> I have hidden a topic in the *Group* buffer with
> C-u T h

> How do I show that topic again?

With C-u T s (gnus-topic-show-topic)

The docstring for that function is a bit misleading IMO

,----[ C-h f gnus-topic-show-topic RET ]
| `gnus-topic-show-topic' is an interactive compiled Lisp function
|   -- loaded from "gnus-topic"
| (gnus-topic-show-topic &optional PERMANENT)
| 
| Documentation:
| Show the hidden topic.
| If PERMANENT, make it stay shown in subsequent sessions as well.
`----

because PERMANENT means also to show topics which have been hidden with
the permanent flag.  Should we improve it?

   KP

--

-- 
Increasingly, people seem to misinterpret complexity as
sophistication, which is baffling -- the incomprehensible should cause
suspicion rather than admiration. Possibly this trend results from a
(Continue reading)

Jesper Harder | 4 Aug 2003 02:02
X-Face
Picon

Re: gnus-group-posting-charset-alist and mail

Serge Olkhowik <solo <at> isd.dp.ua> writes:

> As I understand this variable influences on posting of news messages. And I
> setup it for 8-bit headers in order to post news and mail messages into
> fido due to limited support of MIME at ifmail gating program.
>
> But I'm subscribed to Debian's mailing list and it's server requires mail
> in RFC 2047 only! Can anyone help me for setting up gnus to send
> mail-messages to some mail addresses in RFC 2047 format?

Completely untested: It might work to bind the option in the group (or
topic) parameters, see <info://gnus/Group+Parameters>.

Kai Großjohann | 4 Aug 2003 11:05
Picon

Re: gnus doesnt fetch mail

Felix Schlesinger <fam_Schlesinger <at> t-online.de> writes:

> I had set gnus-check-new-newsgroups to nil, because I did
> not want to use gnus for Usenet. This caused gnus not to create the
> group mail:misc and hence not to check for new mail. 

Ah, it is indeed confusing how Gnus uses the term newsgroup for mail
groups, too.  Sometimes.

Oh, well.
--

-- 
Two cafe au lait please, but without milk.


Gmane