all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: <tomas@tuxteam.de>
To: steve-humphreys@gmx.com
Cc: help-gnu-emacs@gnu.org, Tassilo Horn <tsdh@gnu.org>
Subject: Re: Documentation about elisp code
Date: Sun, 2 May 2021 12:40:57 +0200	[thread overview]
Message-ID: <20210502104057.GB16372@tuxteam.de> (raw)
In-Reply-To: <trinity-e723f0c5-fe14-4bda-884b-606a7a77908c-1619951114581@3c-app-mailcom-bs01>

[-- Attachment #1: Type: text/plain, Size: 562 bytes --]

On Sun, May 02, 2021 at 12:25:14PM +0200, steve-humphreys@gmx.com wrote:
> Have made a defvar and want to output the string in message.
> Getting into difficulties doing that.
> 
> (defvar guidance-message
>   "* guidance
> 
> C-h f flight"

There is a closing parenthesis missing here.

> (defun guidance ()
>    "todo"
> 
>    (message guidance-message) )
> 
> (guidance)

Besides... you could help us help you better by actually
describing your difficulties. Just "Getting into difficulties
doing that" is... difficult :)

Cheers
 - t

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2021-05-02 10:40 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-02  4:34 Documentation about elisp code steve-humphreys
2021-05-02  5:24 ` steve-humphreys
2021-05-02  6:58   ` Tassilo Horn
2021-05-02  7:48     ` steve-humphreys
2021-05-02  8:21       ` Tassilo Horn
2021-05-02  9:07         ` steve-humphreys
2021-05-02 10:25         ` steve-humphreys
2021-05-02 10:40           ` tomas [this message]
2021-05-02 10:55             ` steve-humphreys
2021-05-02 17:00               ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-05-02 23:10   ` [External] : " Drew Adams
2021-05-02  5:31 ` Jean Louis
2021-05-02  6:11   ` steve-humphreys
2021-05-02  9:08     ` Nikolay Kudryavtsev
2021-05-02 10:21       ` steve-humphreys
2021-05-02 17:03     ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-05-02  7:22   ` Eli Zaretskii

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=20210502104057.GB16372@tuxteam.de \
    --to=tomas@tuxteam.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=steve-humphreys@gmx.com \
    --cc=tsdh@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.