info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUs developer newsgroup


From: Emanuel Berg
Subject: Re: GNUs developer newsgroup
Date: Fri, 29 Jan 2016 21:28:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

asjo@koldfront.dk (Adam Sjøgren) writes:

> (Surprising that some of the grammar-, punctuation-,
> and language-police of Emacs haven't been all over
> that yet.)

Here are the interesting cases of "GNUS". Some which
refer to the old GNUS are not incorrect, but are
perhaps outdated anyway.

One example of a docstring is `ispell-message' in

    /usr/share/emacs/24.5/lisp/textmodes/ispell.el

which mentions "GNUS 5" and "GNUS 4".

This is the way I did it with zsh (note: **/* works
differently in bash).

    $ cd /usr/share/emacs/24.5/lisp  # the Emacs source directory
    $ sudo gunzip **/*.gz            # get the .el files out of compressed 
source
    $ grep GNUS **/*.el              # grep is case-sensitive

dabbrev.el:;; Example for GNUS (when we write a reply, we want dabbrev to look 
in
eshell/em-term.el:    "pine" "tin" "trn" "elm")           ; GNUS!!
gnus/nnheader.el:;; been changed from the internal GNUS format to the NOV 
format.  The
gnus/nnheader.el:;; These macros may look very much like the ones in GNUS 4.1.  
They
jka-compr.el:;; Packages like Rmail, VM, GNUS, and Info should be able to work
ldefs-boot.el:   (add-hook 'message-send-hook 'ispell-message)  ;; GNUS 5
ldefs-boot.el:   (add-hook 'news-inews-hook 'ispell-message)    ;; GNUS 4
ldefs-boot.el:You can bind this to the key C-c i in GNUS or mail by adding to
loaddefs.el:   (add-hook 'message-send-hook 'ispell-message)  ;; GNUS 5
loaddefs.el:   (add-hook 'news-inews-hook 'ispell-message)    ;; GNUS 4
loaddefs.el:You can bind this to the key C-c i in GNUS or mail by adding to
org/org.el:     (const :tag "   gnus:              Links to GNUS 
folders/messages" org-gnus)
textmodes/ispell.el:              (equal major-mode 'message-mode))   ;GNUS 5
textmodes/ispell.el:         ((or (equal major-mode 'news-reply-mode) ;GNUS 4 & 
below
textmodes/ispell.el:   (add-hook 'message-send-hook 'ispell-message)  ;; GNUS 5
textmodes/ispell.el:   (add-hook 'news-inews-hook 'ispell-message)    ;; GNUS 4
textmodes/ispell.el:You can bind this to the key C-c i in GNUS or mail by 
adding to

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

[Prev in Thread] Current Thread [Next in Thread]