From: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
To: "ATKINSON Lee" <Lee.Atkinson@alcatel-lucent.com>
Cc: Kurt.Hornik@wu-wien.ac.at, bug-gnu-emacs@gnu.org
Subject: Re: line-beginning-position/line-end-position undefined
Date: Tue, 25 Mar 2008 12:15:55 +0100 [thread overview]
Message-ID: <18408.57067.526770.607574@fangorn.hornik.net> (raw)
In-Reply-To: <4A5028372622294A99B8FFF6BD06EB7B0410B57C@USDALSMBS03.ad3.ad.alcatel.com>
>>>>> ATKINSON Lee writes:
> Kurt,
> While editing an octave dot-m file i get "Symbol's function definition
> is void: line-beginning-position" whenever I attempt to put a space in a
> comment line or insert an assignment, etc.
> I am using XEmacs 21.4.19\586-pc-win32
> I feel comfortable editing emacs or XEmacs dot-el (lisp) files and
> believe there may be several variables that are undefined. The above
> should probably be aliased to point-at-bol/point-at-eol or something
> like that.
> Do you already have a known fix?
> Thanks for your Help!
> ________________________________________
> Lee Atkinson
> Software Engineer
> FTTU - OLT Software
> Alcatel-Lucent
> 2301 Sugar Bush Road, Raleigh, NC 27612
> Office 2A018 / 919-850-5186
> E-mail: lee.atkinson@alcatel-lucent.com
> <mailto:lee.atkinson@alcatel-lucent.com>
I see that ESS has
;; XEmacs <= 21.4.15 needs this
(if (not (fboundp 'line-beginning-position))
(defalias 'line-beginning-position 'point-at-bol))
so this should do the job. Or, maybe upgrade to a more recent version
of XEmacs :-)
Don't this this is a bug report for GNU Emacs, though ...
Best
-k
next parent reply other threads:[~2008-03-25 11:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4A5028372622294A99B8FFF6BD06EB7B0410B57C@USDALSMBS03.ad3.ad.alcatel.com>
2008-03-25 11:15 ` Kurt Hornik [this message]
2008-04-04 15:46 ` line-beginning-position/line-end-position undefined Reiner Steib
2008-04-07 10:34 ` Martin Maechler
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=18408.57067.526770.607574@fangorn.hornik.net \
--to=kurt.hornik@wu-wien.ac.at \
--cc=Lee.Atkinson@alcatel-lucent.com \
--cc=bug-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.