Re: Subject field in summary buffer modified

2015-02-04 Thread Lars Ingebrigtsen
a...@koldfront.dk (Adam Sjøgren) writes: > My elisp fu fails me now, this function: > > (defun gnus-group-get-list-identifiers (group) > "Get list identifier regexp for GROUP." > (or (gnus-parameter-list-identifier group) > (if (consp gnus-list-identifiers) > (mapconc

Re: .gnus init file

2015-02-04 Thread Emanuel Berg
Tassilo Horn writes: > That's not what was asked. The question was if it's > possible to tell the Customize interface to store > Gnus-related stuff in ~/.gnus and all other stuff in > ~/.emacs. OK, so the question is: "How do I customize Customize so that it will put the generated Elisp in my c

Re: own webbased newsgroup types

2015-02-04 Thread Helmut Waitzmann
Stefan Huchler writes: > (let ((last (car (last articles))) > (did nil) > > >I have no idea what this "did" thing is supposed to be You might read the documentation for the special form "let". To do that, type C-h f let RET Let me comment that documentation: The first parameter of "let

own webbased newsgroup types

2015-02-04 Thread Stefan Huchler
I try to write own Group types for some web sites. But I cant make any sense of old source parts. I am no big lisp developer yet, but I dont find with google or emacshelp anything about one thing. (let ((last (car (last articles))) (did nil) I have no idea what this "did" thing is su