all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@elta.co.il>
Subject: Re: string func to use in .emacs
Date: 26 Jan 2004 09:03:13 +0200	[thread overview]
Message-ID: <u65ez2nv2.fsf@elta.co.il> (raw)
In-Reply-To: <877jzfz9fw.fsf@tulip.whu.ca> (message from Peter Wu on Sun, 25 Jan 2004 22:16:02 -0500)

> From: Peter Wu <peterwu@hotmail.com>
> Newsgroups: gnu.emacs.help
> Date: Sun, 25 Jan 2004 22:16:02 -0500
> 
> > (defun string-trim-right (str)
> >   (with-temp-buffer
> >     (insert str)
> >     (delete-trailing-whitespace)
> >     (buffer-string)))
> 
> I tried to use the func and got an error:
> 
>   Symbol's value as variable is void: string-trim-right
> 
> My code:
> 
> (string-trim-right("Emacs "))
> => "Emacs" (the expected output)

You need to evaluate the function's definition, otherwise how will
Emacs know what is string-trim-right?  To do that, put the cursor
after the right closing paren of the function, and type "C-x C-e".

  parent reply	other threads:[~2004-01-26  7:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-25  5:11 string func to use in .emacs Peter Wu
2004-01-25  6:31 ` Eli Zaretskii
     [not found] ` <mailman.1300.1075012227.928.help-gnu-emacs@gnu.org>
2004-01-25 14:21   ` Peter Wu
2004-01-25 17:45     ` Mario Domgörgen
2004-01-26  0:26       ` Peter Wu
2004-01-26  0:44         ` Jesper Harder
2004-01-26  3:16           ` Peter Wu
2004-01-26  3:57             ` Jesper Harder
2004-01-26 14:55               ` Peter Wu
2004-01-26  7:03             ` Eli Zaretskii [this message]
2004-01-25 17:59     ` 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=u65ez2nv2.fsf@elta.co.il \
    --to=eliz@elta.co.il \
    /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.