unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "arthur.chereau" <arthur.chereau@voila.fr>
Subject: Problems in CVS version
Date: Wed,  2 Oct 2002 15:18:55 +0200	[thread overview]
Message-ID: <H3CVNJ$89621234894A3240EEB57937965101FB@voila.fr> (raw)

Hi,

I've noticed some problems in Emacs CVS, so here's their description:

1) It seems that the statements in site-start.el aren't taken into account.

Let's have the following site-start.el:
$ cat site-start.el
(setq user-init-file "/home/arthur/.emacs.d/.emacs")
$

The file is actually read by emacs:
stat64("/usr/share/emacs/site-lisp/site-start.el", {st_mode=S_IFREG|0644,
st_size=1001,..}) = 0
open("/usr/share/emacs/site-lisp/site-start.el", O_RDONLY|O_LARGEFILE) = 3
close(3)                                = 0
stat64("/usr/share/emacs/site-lisp/site-start.el", {st_mode=S_IFREG|0644,
st_size=1001,..}) = 0
open("/usr/share/emacs/site-lisp/site-start.el", O_RDONLY|O_LARGEFILE) = 3
close(3)                                = 0
stat64("/usr/share/emacs/site-lisp/site-start.el", {st_mode=S_IFREG|0644,
st_size=1001,..}) = 0
open("/usr/share/emacs/site-lisp/site-start.el", O_RDONLY|O_LARGEFILE) = 3
read(3, "(setq user-init-file \"/home/arth"..., 1053) = 1053
close(3)                                = 0

Emacs should then try to open "/home/arthur/.emacs.d/.emacs", as it should be the value
of user-init-file, but user-init-file is still "~/.emacs":
stat64("/home/arthur/.emacs.elc", 0xbfffeb28) = -1 ENOENT (No such file or directory)
stat64("/home/arthur/.emacs.elc.gz", 0xbfffeb28) = -1 ENOENT (No such file or directory)
stat64("/home/arthur/.emacs.el.gz", 0xbfffeb28) = -1 ENOENT (No such file or directory)
stat64("/home/arthur/.emacs.el", 0xbfffeb28) = -1 ENOENT (No such file or directory)
stat64("/home/arthur/.emacs", {st_mode=S_IFREG|0644, st_size=15632, ...}) = 0
open("/home/arthur/.emacs", O_RDONLY|O_LARGEFILE) = 3
close(3)                                = 0

This is confirmed by C-h v, and when setting custom variables in site-start.el,
checking with C-h v shows they are unset.

Is that the correct behavior ?


2) Sometimes the cursor won't disappear when moving it. This results in Emacs having
two cursors: one "fixed" and the "real" one. When the real one goes where the fixed one
is, then the fixed one disappears. I didn't see this problem in the PROBLEMS file, but
I experience it 3-4 times a month.


3) Are the problems with Lesstif menu placement Emacs or Lesstif problems ?
Are they being worked on ?
Many people I know prefer Lesstif because of its scrollbar. But those problems give
them a bad feeling about Emacs because they don't make any difference between Emacs and
Lesstif.


How can I help debug these problems ?

------------------------------------------

Faites un voeu et puis Voila ! www.voila.fr

                 reply	other threads:[~2002-10-02 13:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to='H3CVNJ$89621234894A3240EEB57937965101FB@voila.fr' \
    --to=arthur.chereau@voila.fr \
    /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.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).