* (sexp-at-point) always returns nil..
@ 2002-08-23 17:51 D. Goel
2002-08-23 18:08 ` Robert J. Chassell
0 siblings, 1 reply; 2+ messages in thread
From: D. Goel @ 2002-08-23 17:51 UTC (permalink / raw)
[I apologize if i have somehow screwed up my installation, and seem
to be findign so many bugs when there are none.. if that is so, can
someone let me know? thansk]
Does anyone else see this bug in CVS: (today's)
Do an emacs -q -no-site-file and:
(sexp-at-point) always returns nil.
This results from (read-from-whole-string) failing with this
backtrace:
,----
|
| Debugger entered--Lisp error: (error "Can't read whole string")
| signal(error ("Can't read whole string"))
| error("Can't read whole string")
| read-from-whole-string("(+ 2 3)")
| eval((read-from-whole-string "(+ 2 3)"))
| eval-expression((read-from-whole-string "(+ 2 3)") nil)
| call-interactively(eval-expression)
|
`----
What is bizarre, is: i now load thingatpt.el and then try again.. the
bug is gone. Then i load thingatpt.elc and try again, and the bugs
reappear.
Moreover, 'diff -cw thingatpt.el-emacs21.2.1 thingatpt-cvs.el' returns
nothing. And sexp-at-point works fine in 21.2.1. So, the bug is
somehow in the compilation... (Or has this cvs-newbie screwed up the
cvs installation?)
In GNU Emacs 21.3.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll
bars)
of 2002-08-23 on darwin
configured using `configure
--prefix=/home/deego/pub/pub/spcusr/usr/local'
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE:
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: C
locale-coding-system: nil
default-enable-multibyte-characters: t
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: (sexp-at-point) always returns nil..
2002-08-23 17:51 (sexp-at-point) always returns nil D. Goel
@ 2002-08-23 18:08 ` Robert J. Chassell
0 siblings, 0 replies; 2+ messages in thread
From: Robert J. Chassell @ 2002-08-23 18:08 UTC (permalink / raw)
Cc: emacs-devel
Does anyone else see this bug in CVS: (today's)
This results from (read-from-whole-string) failing ...
What is bizarre, is: i now load thingatpt.el and then try again.. the
bug is gone. Then i load thingatpt.elc and try again, and the bugs
reappear.
...
[I apologize if i have somehow screwed up my installation, ...
No, you did not screw up your installation. I just reproduced your
experience with a very recent
CVS snapshot of 2002 Aug 23 17:28 UTC,
GNU Emacs 21.3.50.184 (i686-pc-linux-gnu, X toolkit)
started as
emacs -q --no-site-file --eval '(blink-cursor-mode 0)'
and evaluating
(read-from-whole-string "foo")
--
Robert J. Chassell bob@rattlesnake.com bob@gnu.org
Rattlesnake Enterprises http://www.rattlesnake.com
Free Software Foundation http://www.gnu.org GnuPG Key ID: 004B4AC8
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-08-23 18:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-23 17:51 (sexp-at-point) always returns nil D. Goel
2002-08-23 18:08 ` Robert J. Chassell
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.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).