all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Cecil Westerhof <dummy@dummy.nl>
To: help-gnu-emacs@gnu.org
Subject: Re: Some questions of a newbie
Date: Sat, 21 Apr 2007 12:29:33 +0200	[thread overview]
Message-ID: <4629e790$0$333$e4fe514c@news.xs4all.nl> (raw)
In-Reply-To: slrnf2ji59.q57.joostkremers@j.kremers4.news.arnhem.chello.nl

Joost Kremers wrote:

> Cecil Westerhof wrote:
>> Matthew Flaschen wrote:
>>
>>> Cecil Westerhof wrote:
>>>>>         (setq x-select-enable-clipboard t)
>>>> 
>>>> This gives a:
>>>>   Symbol's function definition is void: setq x-select-enable-clipboard
>>>>   t
>>> 
>>> Really?  You put it in .emacs ?
>>
>> Yes. Could it be because I still use 21.3.1?
> 
> i suspect your parentheses aren't balanced or you have too many of them.
> if emacs didn't know about x-select-enable-clipboard as a variable, it
> would just create it as soon as you call setq on it.
> 
> rather, what emacs is telling you is that there is a *function* it doesn't
> know about. emacs seems to think that `setq x-select-enable-clipboard t'
> is supposed to be a function. that's usually what you get when you do:
> 
> ((setq some-var blah))
> 
> rather than
> 
> (setq some-var blah)

In .emacs I had:
  (setq x-select-enable-clipboard t)

  reply	other threads:[~2007-04-21 10:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-20  9:46 Some questions of a newbie Cecil Westerhof
2007-04-20 16:24 ` Eric Hanchrow
2007-04-20 16:26 ` Rjjd
2007-04-20 21:35   ` Matthew Flaschen
2007-04-20 21:38   ` Matthew Flaschen
2007-04-20 21:42   ` Cecil Westerhof
2007-04-21 13:15   ` Johan Bockgård
2007-04-22 11:31     ` Cecil Westerhof
2007-04-22 13:35       ` Johan Bockgård
2007-04-23 10:01         ` Cecil Westerhof
     [not found] ` <mailman.2320.1177087525.7795.help-gnu-emacs@gnu.org>
2007-04-20 22:03   ` Cecil Westerhof
2007-04-21  2:26     ` Matthew Flaschen
     [not found]     ` <mailman.2344.1177122723.7795.help-gnu-emacs@gnu.org>
2007-04-21  7:55       ` Cecil Westerhof
2007-04-21  8:18         ` Joost Kremers
2007-04-21 10:29           ` Cecil Westerhof [this message]
2007-04-25  5:07     ` Stefan Monnier
2007-04-25  6:58       ` Cecil Westerhof
2007-04-23 12:37 ` Kai Grossjohann
2007-04-27 15:11 ` Karl Hegbloom

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='4629e790$0$333$e4fe514c@news.xs4all.nl' \
    --to=dummy@dummy.nl \
    --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.