Your message dated Tue, 20 May 2014 11:19:43 -0700 (PDT)
with message-id <[email protected]>
and subject line Re: Bug#167820
has caused the Debian Bug report #167820,
regarding emacs21: load-path incorrectly initialized
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
167820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=167820
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs21
Version: 21.2-1
Severity: normal
Tags: patch

I believe that one of the directories in the initial load-path of emacs21 ought
to be changed.  I attach a patch to debian/rules.  The directory I delete does
not exist and should not exist on a Debian system.  The directory I add does
and should exist.

Right now one ends up with a number of irrelevant elements in `load-path' when
starting with --no-init-file --no-site-file.  I think the above change will
correct that, but I haven't tested because emacs21-21.2-5 won't build for me --
the problem looks minor, but I haven't dealt with it yet.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux beth 2.4.19 #1 Mon Aug 26 00:56:45 EDT 2002 i686
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages emacs21 depends on:
ii  dpkg                     1.10.9          Package maintenance system for Deb
ii  emacsen-common           1.4.15          Common facilities for all emacsen.
ii  libc6                    2.2.5-14.3      GNU C Library: Shared libraries an
ii  libjpeg62                6b-6            The Independent JPEG Group's JPEG 
ii  liblockfile1             1.03            NFS-safe locking library, includes
ii  libncurses5              5.2.20020112a-8 Shared libraries for terminal hand
ii  libpng2                  1.0.12-6        PNG library - runtime
ii  libtiff3g                3.5.5-6         Tag Image File Format library
ii  xaw3dg                   1.5-14          Xaw3d widget set
ii  xlibs                    4.2.1-3         X Window System client libraries
ii  zlib1g                   1:1.1.4-6       compression library - runtime

-- no debconf information

cd /tmp/
diff -c /usr/local/src/debian/emacs21-21.2/debian/rules /tmp/rules
*** /usr/local/src/debian/emacs21-21.2/debian/rules     2002-10-29 
16:33:05.000000000 -0500
--- /tmp/rules  2002-11-04 20:51:55.000000000 -0500
***************
*** 111,117 ****
  local_lpath := /etc/emacs${major_ver}:/etc/emacs
  local_lpath := ${local_lpath}:/usr/local/share/emacs/${runtime_ver}/site-lisp
  local_lpath := ${local_lpath}:/usr/local/share/emacs/site-lisp
! local_lpath := ${local_lpath}:/usr/share/emacs/${runtime_ver}/site-lisp
  local_lpath := ${local_lpath}:/usr/share/emacs/site-lisp
  
  # This shouldn't be needed as of 20.3
--- 111,117 ----
  local_lpath := /etc/emacs${major_ver}:/etc/emacs
  local_lpath := ${local_lpath}:/usr/local/share/emacs/${runtime_ver}/site-lisp
  local_lpath := ${local_lpath}:/usr/local/share/emacs/site-lisp
! local_lpath := ${local_lpath}:/usr/share/emacs${major_ver}/site-lisp
  local_lpath := ${local_lpath}:/usr/share/emacs/site-lisp
  
  # This shouldn't be needed as of 20.3

Diff finished at Mon Nov  4 20:52:23

--- End Message ---
--- Begin Message ---
load-path seems fine to me in the current Emacs 24.3.
If you still see issues, please open a new report with details.

--- End Message ---

Reply via email to