all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gfp <tpeplt@gmail.com>
To: gfp <gfp@posteo.at>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: wrong argument in gnus.el
Date: Thu, 02 Jan 2025 15:59:37 -0500	[thread overview]
Message-ID: <87seq19bk6.fsf@gmail.com> (raw)
In-Reply-To: <516f78b1-3ba6-465c-8562-ba420b01d2aa@posteo.at> (gfp@posteo.at's message of "Thu, 2 Jan 2025 10:11:31 +0000")

gfp <gfp@posteo.at> writes:

>
> I got a wrong argument in my gnus.el
> Does somebody know what is my mistake and how to change it?
>
...
>
> here is my gnus.el:
>
...
> ;; Reply to mails with matching email address
> (setq gnus-posting-styles
>       '(address "gottfried <gottfried@posteo.de>")
>        ("X-Message-SMTP-Method" "smtp Posteo-posteo.de 465
>        gottfried@posteo.de"))

You have provided three arguments to ‘setq’.  ‘setq’ accepts any even number
of arguments, starting with 2.  So, it can have 2 or 4 or 6 or 8, etc., number
of arguments.  The argument pairs must be a symbol, followed by a value.
To read a brief description of ‘setq’, type C-h f setq RET

A longer description can be read in Emacs’s Info reader by evaluating the
following expression in Emacs:

   (info "(elisp) Setting Variables")

Here are the arguments that you have provided:

1. gnus-posting-styles -- a symbol
2. '(address "gottfried <gottfried@posteo.de>") -- a value
3. ("X-Message-SMTP-Method" "smtp Posteo-posteo.de 465
    gottfried@posteo.de") -- a value

There is a section of the GNUS Info manual that describes posting styles
that you can read by evaluating the following expression in Emacs:

   (info "(gnus) Posting Styles")

-- 
The lyf so short, the craft so long to lerne.
- Geoffrey Chaucer, The Parliament of Birds.



  parent reply	other threads:[~2025-01-02 20:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-02 10:11 wrong argument in gnus.el gfp
2025-01-02 15:24 ` Eli Zaretskii
2025-01-02 15:24 ` Michael Heerdegen via Users list for the GNU Emacs text editor
2025-01-02 20:59 ` gfp [this message]
2025-01-04 15:24   ` gfp
2025-01-04 16:42     ` tpeplt
2025-01-05 10:58       ` Gottfried
2025-01-05 11:16         ` Gottfried
2025-01-05 15:20         ` Arash Esbati
2025-01-05 16:08           ` Gottfried
2025-01-05 17:53             ` Arash Esbati
2025-01-05 20:43               ` gfp
2025-01-05 20:53                 ` gfp
     [not found] <mailman.69.1735837219.11928.help-gnu-emacs@gnu.org>
     [not found] ` <0cd25b63-778f-456f-a11f-b2afe70f20a3@posteo.de>
2025-01-03 18:36   ` Gottfried
2025-01-04  2:34     ` Michael Heerdegen via Users list for the GNU Emacs text editor
2025-01-04  9:30       ` Björn Bidar
2025-01-04 16:53         ` Michael Heerdegen via Users list for the GNU Emacs text editor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87seq19bk6.fsf@gmail.com \
    --to=tpeplt@gmail.com \
    --cc=gfp@posteo.at \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.