all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Manoj Srivastava <srivasta@ieee.org>
To: emacs-devel@gnu.org
Subject: Re: Emacs vista build failures
Date: Wed, 16 Jul 2008 17:04:23 -0500	[thread overview]
Message-ID: <87k5fliizc.fsf@anzu.internal.golden-gryphon.com> (raw)
In-Reply-To: 86r69tonz0.fsf@lola.quinscape.zz

On Wed, 16 Jul 2008 17:20:03 +0200, David Kastrup <dak@gnu.org> said: 

> Yes, we are all stupid.  But since the intelligent ones are rare, it
> might be worth adapting the policies to deal with the real world.

        The most common target user does not care to override Emacs
 packages for one of their own. And these are the users that Debian
 caters to well.

        But please don't construe that to mean that Debian does not
 cater to Developers, we try to.

>>> As one consequence, the diagnostic tool M-x list-load-path-shadows
>>> RET pretty much goes crazy on Debian.
>> 
>> It is:
>> A. /usr/share/<current-emacs-flavour> hiding /usr/share/emacs
>> B. /usr/local/share/emacs/site-lisp/<current-emacs-flavour> hiding
>>    /usr/share/emacs/site-lisp/
>> 
>> Frankly, I don't call that going "pretty much crazy". but it does
>> make a nice sound bite in a flamewar.

> Install a few add-on Elisp packages from Debian, then try again.

        I have. I have quite a few installed, and still, the two
 directory shadows cover everything on my machine. (cedet, gnus, vm,
 ...)


>>> The only sane way out is to compile and manage your own Emacs and
>>> packages.  And that's what _all_ Emacs and XEmacs developers I know
>>> who are not simultaneously Debian maintainers do.
>> 
>> I think this is not the case, since a trivial work around is
>> available (add your dir to the head of the path).

> First you would have to find a file which actually gets loaded instead
> of bypassed be the Debian scheme.

        My .emacs has never been bypassed. That is where I add my
 directories to the loadpath.

> Feel free to conduct a survey if you don't believe me.  I am not
> interested in being proven stupid and incapable.  I am perfectly
> willing to accept that evaluation.  But I know that I am not alone,
> and at some point of time Debian should face reality and figure out
> how to make use of all the stupid and incapable people who are
> seemingly able to get work done elsewhere.

        Hmm. I just added org-mode to
 /usr/local/share/emacs/site-lisp/org-mode,  and boom, it overrides the
 org-mode built into my emacs-snapshot package. I did absolutely
 nothing to my Debian setup to make that happen.

        Also, anything dumped into my personal lisp directorieas also
 seems to take precedence, and this is the code I use to add them (in my
 .emacs):
--8<---------------cut here---------------start------------->8---

(defvar manoj-lisp-subdirs (list "config" "functions" "bbdb"
                                 "lisp" "mail" "modes" "x-support"
                                 "debian" "news"
                                 (format "emacs%d/gnus" (emacs-major-version))
                                 (format "emacs%d/w3" (emacs-major-version))
                                 )
  "*The list of subdirtectories we want in the path.")

;;; Add the subdirs to the load path
(let ((subdirs (mapcar
                (function
                 (lambda (x)
                   (expand-file-name
                    (concat
                     my-emacs-config-dir "/"  x))))
                manoj-lisp-subdirs)))
  (while subdirs
    (let ((subdir (car subdirs)))
      (if (not (member subdir load-path))
          (setq load-path (cons subdir load-path))))
    (setq subdirs (cdr subdirs))))
--8<---------------cut here---------------end--------------->8---

        So, really, unless I can reproduce the problem you claim to
 have, I can't file bug reports, not can I figure out a scheme to fix
 them.

        From where I sit, at least my bog standard Debian unstable
 distribution does not get in my way when trying to maintain my emacs
 lisp packages. I am sorry your mileage has varied.

        manoj
-- 
Biz is better.
Manoj Srivastava <srivasta@acm.org> <http://www.golden-gryphon.com/>  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C





  reply	other threads:[~2008-07-16 22:04 UTC|newest]

Thread overview: 279+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <36366a980807091202rd3b6521jc9fa45d321bc9d37@mail.gmail.com>
2008-07-11  0:02 ` Emacs vista build failures Eric Hanchrow
2008-07-11 16:49   ` Richard M Stallman
2008-07-11 19:05     ` David Robinow
2008-07-11 23:33       ` Richard M Stallman
2008-07-12  7:57         ` David Kastrup
2008-07-12 16:35           ` Richard M Stallman
2008-07-12 17:21             ` David Kastrup
2008-07-13  9:35               ` Richard M Stallman
2008-07-13  9:46                 ` David Kastrup
2008-07-14 11:05                   ` Richard M Stallman
2008-07-11 19:17     ` David Robinow
2008-07-11 20:39       ` Miles Bader
2008-07-11 20:45         ` David Robinow
2008-07-11 20:57           ` Lennart Borgman (gmail)
2008-07-12 16:35             ` Richard M Stallman
2008-07-12 19:46               ` Bastien Guerry
2008-07-12 20:17                 ` David Kastrup
2008-07-12 10:49           ` Bastien Guerry
2008-07-12 16:35           ` Richard M Stallman
2008-07-12 20:40             ` David Robinow
2008-07-12 22:47               ` Bastien
2008-07-13 19:10               ` Richard M Stallman
2008-07-13 20:44                 ` Claus
     [not found]                   ` <87tzet8c3i.fsf@offby1.atm01.sea.blarg.net>
2008-07-14  8:43                     ` Claus
2008-07-15  3:06                       ` Eric Hanchrow
2008-07-14 17:38                   ` Richard M Stallman
2008-07-13 20:46               ` Chong Yidong
2008-07-13 21:46                 ` Alan Mackenzie
2008-07-13 21:40                   ` Alfred M. Szmidt
2008-07-13 22:53                     ` Alan Mackenzie
2008-07-13 22:53                       ` David Kastrup
2008-07-13 23:46                         ` Miles Bader
2008-07-14 10:27                       ` Alfred M. Szmidt
2008-07-14 11:58                         ` Alan Mackenzie
2008-07-14 17:39                           ` Richard M Stallman
2008-07-14 19:33                             ` Alan Mackenzie
2008-07-15 18:04                           ` Alfred M. Szmidt
2008-07-15 20:29                             ` Alan Mackenzie
2008-07-15 21:02                             ` Chong Yidong
2008-07-15 23:42                               ` Thomas Lord
2008-07-16  1:42                                 ` Stefan Monnier
2008-07-16  1:58                                   ` Miles Bader
2008-07-16  2:43                                     ` Stefan Monnier
2008-07-16  3:01                                       ` Miles Bader
2008-07-16  4:44                                       ` Thomas Lord
2008-07-16  4:43                                   ` Thomas Lord
2008-07-14 10:45                       ` Miles Bader
2008-07-14 12:24                         ` Alan Mackenzie
2008-07-14 12:20                           ` joakim
2008-07-14 12:32                             ` David Kastrup
2008-07-15 18:04                           ` Alfred M. Szmidt
2008-07-13 21:48                   ` Lennart Borgman (gmail)
2008-07-13 23:26                     ` Alan Mackenzie
2008-07-13 23:22                       ` David Kastrup
2008-07-14 20:42                         ` Don Armstrong
2008-07-14 21:05                           ` David Kastrup
2008-07-16 14:36                             ` Manoj Srivastava
2008-07-16 15:20                               ` David Kastrup
2008-07-16 22:04                                 ` Manoj Srivastava [this message]
2008-07-16 21:23                               ` Stephen J. Turnbull
2008-07-16 22:17                                 ` Manoj Srivastava
2008-07-17  8:31                                   ` Stephen J. Turnbull
2008-07-14 22:30                           ` Debian's idiosyncratic complexification of Emacs [Was: Emacs vista build failures] Alan Mackenzie
2008-07-14 23:54                             ` Stephen J. Turnbull
2008-07-15  1:05                               ` Debian's idiosyncratic complexification of Emacs Miles Bader
2008-07-15  7:11                                 ` Geoffrey Teale
2008-07-15  8:12                                   ` Miles Bader
2008-07-15  9:48                                     ` David Kastrup
2008-07-15  5:58                               ` Ralf Angeli
2008-07-15  6:50                                 ` David Kastrup
2008-07-15 18:09                                   ` Ralf Angeli
2008-07-15 21:53                                     ` David Kastrup
2008-07-16 14:22                                   ` Manoj Srivastava
2008-07-16 15:22                                     ` David Kastrup
2008-07-16 20:42                                     ` Stephen J. Turnbull
2008-07-16 22:26                                       ` Manoj Srivastava
2008-07-17  8:46                                         ` Stephen J. Turnbull
2008-07-18  9:08                                         ` Agustin Martin
2008-07-15  1:38                             ` Debian's idiosyncratic complexification of Emacs [Was: Emacs vista build failures] Don Armstrong
2008-07-15  2:20                               ` Debian's idiosyncratic complexification of Emacs Stefan Monnier
2008-07-15  6:43                                 ` Don Armstrong
2008-07-15  6:55                               ` Debian's idiosyncratic complexification of Emacs [Was: Emacs vista build failures] Stephen J. Turnbull
2008-07-15 10:15                               ` Alan Mackenzie
2008-07-15 10:08                                 ` Debian's idiosyncratic complexification of Emacs David Kastrup
2008-07-16 14:09                                 ` Manoj Srivastava
2008-07-16 16:34                                   ` Stefan Monnier
2008-07-16 19:43                               ` Karl Fogel
2008-07-16 19:59                                 ` Karl Fogel
2008-07-16 21:59                                 ` Manoj Srivastava
2008-07-21 21:26                                   ` Karl Fogel
2008-07-22  4:27                                     ` Miles Bader
2008-07-22 14:21                                       ` Manoj Srivastava
2008-07-23  5:13                                       ` Michael Olson
2008-07-23 19:49                                         ` Stefan Monnier
2008-07-24 17:44                                           ` Manoj Srivastava
2008-07-24 20:20                                             ` Stefan Monnier
2008-07-22 14:22                                     ` Lennart Borgman (gmail)
2008-07-14  1:42                     ` Emacs vista build failures Stefan Monnier
2008-07-14 17:38                     ` Richard M Stallman
2008-07-14 17:38                   ` Richard M Stallman
2008-07-14 19:56                     ` Alan Mackenzie
2008-07-15  8:28                       ` Thomas Lord
2008-07-15  7:54                         ` Lennart Borgman (gmail)
2008-07-15  8:52                           ` Thomas Lord
2008-07-15  8:57                         ` David Kastrup
2008-07-15 17:14                           ` Thomas Lord
2008-07-17 22:54                         ` Richard M Stallman
2008-07-17 23:48                           ` Miles Bader
2008-07-19 17:06                             ` Richard M Stallman
2008-07-20  4:08                               ` Miles Bader
2008-07-20 17:21                                 ` Richard M Stallman
2008-07-20 20:22                                   ` Johannes Weiner
2008-07-21  3:29                                     ` Richard M Stallman
2008-07-21 11:29                                       ` Johannes Weiner
2008-07-21 13:59                                         ` Miles Bader
2008-07-21 17:55                                           ` Johannes Weiner
2008-07-21 18:05                                             ` Lennart Borgman (gmail)
2008-07-21 18:37                                               ` Johannes Weiner
2008-07-21 18:49                                                 ` Lennart Borgman (gmail)
2008-07-21 19:30                                                   ` Johannes Weiner
2008-07-21 19:36                                                     ` Lennart Borgman (gmail)
2008-07-21 22:54                                                       ` Evans Winner
2008-07-22  6:47                                                         ` David Kastrup
2008-07-22  8:16                                                         ` Jason Rumney
2008-07-22  8:26                                                           ` Lennart Borgman (gmail)
2008-07-22 13:46                                                           ` Eli Zaretskii
2008-07-22 13:58                                                             ` Lennart Borgman (gmail)
2008-07-22 14:34                                                               ` Eli Zaretskii
2008-07-22 17:22                                                             ` James Cloos
2008-07-22 17:31                                                               ` Lennart Borgman (gmail)
2008-07-22 20:11                                                             ` Alfred M. Szmidt
2008-07-22 20:19                                                               ` David Kastrup
2008-07-22 22:14                                                               ` Eli Zaretskii
2008-07-22 22:23                                                                 ` Eli Zaretskii
2008-07-23  6:59                                                                   ` Stephen Leake
2008-07-23  8:20                                                                     ` Jason Rumney
2008-07-23 12:49                                                                       ` Eli Zaretskii
2008-07-23  8:45                                                                     ` David Kastrup
2008-07-23  6:35                                                                 ` David Kastrup
2008-07-22 20:06                                                           ` Alfred M. Szmidt
2008-07-22 20:24                                                             ` Lennart Borgman (gmail)
2008-07-22 20:31                                                               ` David Kastrup
2008-07-22 20:45                                                                 ` Lennart Borgman (gmail)
2008-07-22 20:59                                                                   ` David Kastrup
2008-07-22 21:03                                                                     ` Lennart Borgman (gmail)
2008-07-22 22:18                                                                 ` Eli Zaretskii
2008-07-21 22:47                                                 ` Eli Zaretskii
2008-07-21 23:11                                                   ` David Kastrup
2008-07-22 13:13                                                     ` Eli Zaretskii
2008-07-22 13:24                                                       ` David Kastrup
2008-07-22 13:51                                                         ` Lennart Borgman (gmail)
2008-07-22 13:57                                                         ` Eli Zaretskii
2008-07-22 14:34                                                           ` David Kastrup
2008-07-22 15:12                                                             ` Eli Zaretskii
2008-07-22 15:21                                                               ` David Kastrup
2008-07-22 17:29                                                     ` Richard M Stallman
2008-07-21 23:55                                                   ` Stephen J. Turnbull
2008-07-22  3:41                                                   ` Johannes Weiner
2008-07-22 13:28                                                     ` Eli Zaretskii
2008-07-22 14:04                                                       ` David Kastrup
2008-07-22 14:11                                                         ` Lennart Borgman (gmail)
2008-07-22 14:39                                                           ` David Kastrup
2008-07-22 14:47                                                             ` Lennart Borgman (gmail)
2008-07-22 14:52                                                               ` David Kastrup
2008-07-22 15:00                                                                 ` Lennart Borgman (gmail)
2008-07-22 15:13                                                                   ` David Kastrup
2008-07-22 15:18                                                                     ` Lennart Borgman (gmail)
2008-07-22 15:20                                                                     ` Eli Zaretskii
2008-07-22 15:22                                                                     ` Eli Zaretskii
2008-07-22 15:26                                                                       ` David Kastrup
2008-07-22 22:11                                                                         ` Eli Zaretskii
2008-07-23  6:32                                                                           ` David Kastrup
2008-07-22 18:52                                                               ` Sven Joachim
2008-07-22 19:12                                                                 ` Lennart Borgman (gmail)
2008-07-22 19:33                                                                   ` Sean O'Rourke
2008-07-22 14:42                                                         ` Eli Zaretskii
2008-07-22 14:57                                                           ` David Kastrup
2008-07-22 14:37                                                       ` Johannes Weiner
2008-07-23  2:26                                                     ` Richard M Stallman
2008-07-23  3:40                                                       ` Johannes Weiner
2008-07-23  3:45                                                         ` Miles Bader
2008-07-24  2:24                                                         ` Richard M Stallman
2008-07-24  3:34                                                           ` Johannes Weiner
2008-07-24  2:44                                                         ` Stefan Monnier
2008-07-24  3:29                                                           ` Johannes Weiner
2008-07-22 17:29                                               ` Richard M Stallman
2008-07-22 17:35                                                 ` Lennart Borgman (gmail)
2008-07-22 18:40                                                   ` David Kastrup
2008-07-26 11:06                                                     ` Bastien
2008-07-23 16:56                                                   ` Richard M Stallman
2008-07-23 17:42                                                     ` Johannes Weiner
2008-07-24  0:06                                                     ` Lennart Borgman (gmail)
2008-07-24  5:25                                                       ` David Kastrup
2008-07-24 22:04                                                       ` Richard M Stallman
2008-07-24 22:26                                                         ` Lennart Borgman (gmail)
2008-07-24 23:15                                                           ` Nick Roberts
2008-07-24 23:22                                                             ` Lennart Borgman (gmail)
2008-07-26  1:23                                                               ` Richard M Stallman
2008-07-26  1:23                                                           ` Richard M Stallman
2008-07-24 23:12                                                         ` Óscar Fuentes
2008-07-26  1:23                                                           ` Richard M Stallman
2008-07-26  6:23                                                             ` Eli Zaretskii
2008-07-26  6:45                                                             ` Lennart Borgman (gmail)
2008-07-26  7:07                                                               ` Stefan Monnier
2008-07-25  3:20                                                         ` Miles Bader
2008-07-26  1:24                                                           ` Richard M Stallman
2008-07-25 14:18                                                         ` Eli Zaretskii
2008-07-26  1:24                                                           ` Richard M Stallman
2008-07-26  6:21                                                             ` Eli Zaretskii
2008-07-24  8:07                                                     ` Alan Mackenzie
2008-07-24 10:20                                                       ` David Kastrup
2008-07-24 22:05                                                         ` Richard M Stallman
2008-07-25 14:20                                                           ` Eli Zaretskii
2008-07-25 14:51                                                             ` David Kastrup
2008-07-25 15:08                                                               ` Lennart Borgman (gmail)
2008-07-25 15:38                                                                 ` David Kastrup
2008-07-25 15:55                                                                   ` Lennart Borgman (gmail)
2008-07-25 16:08                                                                     ` David Kastrup
2008-07-25 16:19                                                                       ` Lennart Borgman (gmail)
2008-07-25 15:40                                                                 ` Juanma Barranquero
2008-07-25 15:56                                                                   ` Lennart Borgman (gmail)
2008-07-26 20:31                                                                 ` Richard M Stallman
2008-07-26 20:56                                                                   ` Stefan Monnier
2008-07-25 19:21                                                               ` Stefan Monnier
2008-07-26  6:03                                                               ` Eli Zaretskii
2008-07-26  1:24                                                             ` Richard M Stallman
2008-07-26  6:19                                                               ` Eli Zaretskii
2008-07-26  8:03                                                             ` Alan Mackenzie
2008-07-26  8:50                                                               ` David Kastrup
2008-07-26  9:22                                                                 ` Lennart Borgman (gmail)
2008-07-26  9:50                                                                   ` David Kastrup
2008-07-26  9:55                                                                     ` Lennart Borgman (gmail)
2008-07-26 10:15                                                                       ` David Kastrup
2008-07-26 10:32                                                                         ` Lennart Borgman (gmail)
2008-07-26 10:29                                                                 ` Alan Mackenzie
2008-07-26 11:11                                                                   ` David Kastrup
2008-07-26 12:33                                                                     ` Alan Mackenzie
2008-07-26 14:26                                                                       ` David Kastrup
2008-07-26 21:34                                                               ` Richard M Stallman
2008-07-26 23:52                                                                 ` Barry Fishman
2008-07-27 17:14                                                                   ` Richard M Stallman
2008-07-28  0:05                                                                     ` Barry Fishman
2008-07-28 21:47                                                                       ` Richard M Stallman
2008-07-29  1:00                                                                         ` Barry Fishman
2008-07-29  6:21                                                                           ` tomas
2008-07-29 15:21                                                                             ` Barry Fishman
2008-07-30  3:46                                                                               ` Richard M Stallman
2008-07-30  3:47                                                                             ` Richard M Stallman
2008-07-30  3:47                                                                           ` Richard M Stallman
2008-07-25  5:35                                                       ` Richard M Stallman
2008-07-22 17:29                                             ` Richard M Stallman
2008-07-21 16:48                                         ` Thomas Lord
2008-07-22  2:48                                         ` Richard M Stallman
2008-07-21 13:55                                       ` Miles Bader
2008-07-20 20:36                                   ` Lennart Borgman (gmail)
2008-07-21  3:29                                     ` Richard M Stallman
2008-07-21  6:14                                       ` David Kastrup
2008-07-21  9:04                                       ` Lennart Borgman (gmail)
2008-07-22  2:48                                         ` Richard M Stallman
2008-07-20  6:35                               ` Stephen J. Turnbull
2008-07-20 22:05                                 ` Richard M Stallman
2008-07-20 22:05                                 ` Richard M Stallman
2008-07-21  0:43                                   ` Stephen J. Turnbull
2008-07-21 14:37                                     ` Richard M Stallman
2008-07-21 14:51                                       ` David Kastrup
2008-07-22  2:49                                         ` Richard M Stallman
2008-07-22 12:46                                           ` David Kastrup
2008-07-23  2:27                                             ` Richard M Stallman
2008-07-22  8:02                                       ` Stephen J. Turnbull
2008-07-22 16:31                                         ` Thomas Lord
2008-07-18  0:05                           ` Thomas Lord
2008-07-19 17:05                             ` Richard M Stallman
2008-07-19 21:34                               ` Thomas Lord
2008-07-23 18:17                               ` Karl Berry
2008-07-23 20:18                                 ` Thomas Lord
2008-07-24  6:19                                   ` Gilaras Drakeson
2008-07-25  5:35                                     ` Richard M Stallman
2008-07-25  7:08                                       ` Thomas Lord
2008-07-21  5:14 christophe

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=87k5fliizc.fsf@anzu.internal.golden-gryphon.com \
    --to=srivasta@ieee.org \
    --cc=emacs-devel@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.