emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Sebastien Vauban" <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: Buffer local alias?
Date: Wed, 15 Jan 2014 10:30:28 +0100	[thread overview]
Message-ID: <86a9exbnij.fsf@somewhere.org> (raw)
In-Reply-To: 87a9ey5p50.fsf@alphaville.bos.redhat.com

Nick Dokos wrote:
>> I read about defalias and saw that this should be used at the
>> point that the original definition is made, so I followed the pointer to
>> fset and naively tried this in the local variables:
>>
>> # eval: (and (boundp 'org-sbe) (not (boundp 'sbe)) (fset 'sbe 'org-sbe))
>> # eval: (sbe "setup-common-lisp)
>>
>> But this gets me the following error:
>>
>>   File local-variables error: (void-function sbe)
>>
>> Can someone offer a suggestion?

@Thomas: I just launch an idea: group the above two lines in one `progn'
construct?

> Use fboundp, instead of boundp: the latter checks the variable binding
> slot, whereas the former checks the function binding slot.

@Nick: I always thought that `boundp' checked in both variable and
function slots, not only in the variable slot. An attempt makes me think
you're right, but that's not what I understood from the docstring:

  ╭────
  │ boundp is a built-in function in `C source code'.
  │ 
  │ (boundp SYMBOL)
  │ 
  │ Return t if SYMBOL's value is not void.
  │ Note that if `lexical-binding' is in effect, this refers to the
  │ global value outside of any lexical scope.
  ╰────

Best regards,
  Seb

-- 
Sebastien Vauban

      parent reply	other threads:[~2014-01-15  9:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-14 19:00 Buffer local alias? Thomas S. Dye
2014-01-14 19:39 ` Nick Dokos
2014-01-14 19:44   ` Bastien
2014-01-14 20:12     ` Thomas S. Dye
2014-01-14 21:49       ` Andreas Leha
2014-01-15  0:05         ` Thomas S. Dye
2014-01-15  8:41           ` Andreas Leha
2014-01-15  8:51           ` Eric S Fraga
2014-01-15  9:33         ` Sebastien Vauban
2014-01-15  9:50           ` Andreas Leha
2014-01-15 19:59         ` Achim Gratz
2014-01-15 20:40           ` Andreas Leha
2014-01-16 16:44             ` Achim Gratz
2014-01-16 16:54               ` Rick Frankel
2014-01-16 17:51               ` Thomas S. Dye
2014-01-15  9:30   ` Sebastien Vauban [this message]

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=86a9exbnij.fsf@somewhere.org \
    --to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).