unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* tidying the etc/ directory
@ 2007-08-20  7:48 Glenn Morris
  2007-08-21 14:45 ` Richard Stallman
  0 siblings, 1 reply; 8+ messages in thread
From: Glenn Morris @ 2007-08-20  7:48 UTC (permalink / raw)
  To: emacs-devel


I think the etc/ directory is a bit of a mess, and I'd like to propose
the following reorganization (together with the associated code
changes, which are very minor):


1. mkdir tutorials
mv TUTORIAL* tutorials/

Edit startup.el and tutorial.el.


2. mkdir refcards
mv *.ps *.eps *.tex refcards/  # except ps-prin*.ps

Either change or move most of etc/Makefile.
Change refs in man/faq.texi.


3. mv *.pbm *.xpm images/

Tiny change in src/image.c, change READMEs.


4. mv tree-widget images/

No code changes AFAICS, since tree-widget.el already looks here too.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tidying the etc/ directory
  2007-08-20  7:48 tidying the etc/ directory Glenn Morris
@ 2007-08-21 14:45 ` Richard Stallman
  2007-08-22  8:01   ` Glenn Morris
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Stallman @ 2007-08-21 14:45 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

It seems like a good idea to me.
Please install it.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tidying the etc/ directory
  2007-08-21 14:45 ` Richard Stallman
@ 2007-08-22  8:01   ` Glenn Morris
  2007-08-22  9:17     ` Michaël Cadilhac
  0 siblings, 1 reply; 8+ messages in thread
From: Glenn Morris @ 2007-08-22  8:01 UTC (permalink / raw)
  To: emacs-devel

Richard Stallman wrote:

> It seems like a good idea to me.
> Please install it.

OK, I've done this. Please let me know of any goofs. I think I eventually
got the -kb flags right where required.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tidying the etc/ directory
  2007-08-22  8:01   ` Glenn Morris
@ 2007-08-22  9:17     ` Michaël Cadilhac
  2007-08-22 16:53       ` Glenn Morris
                         ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Michaël Cadilhac @ 2007-08-22  9:17 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel


[-- Attachment #1.1: Type: text/plain, Size: 888 bytes --]

Glenn Morris <rgm@gnu.org> writes:

> Richard Stallman wrote:
>
>> It seems like a good idea to me.
>> Please install it.
>
> OK, I've done this. Please let me know of any goofs. I think I eventually
> got the -kb flags right where required.

I'd have preferred to install my Makefile and *.tex changes for PDF
before that :-)

Well, whatever.  Oh, and a little remark: if you're cleaning up the
etc/ directory, it could be a good thing to rename the `e' subdirectory
to something more... Explicit. (Like, I don't know, `|' or `()').

Cheers!

-- 
 |   Michaël `Micha' Cadilhac       |  Si j'étais sous-secrétaire d'État     |
 |   http://michael.cadilhac.name   |    aux choux farcis, vous entendriez   |
 |   JID/MSN:                       |  beaucoup parler des choux farcis !    |
 `----  michael.cadilhac@gmail.com  |          -- Nicolas Sarkozy       -  --'

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tidying the etc/ directory
  2007-08-22  9:17     ` Michaël Cadilhac
@ 2007-08-22 16:53       ` Glenn Morris
  2007-08-22 19:38       ` Glenn Morris
  2007-08-23  0:45       ` Richard Stallman
  2 siblings, 0 replies; 8+ messages in thread
From: Glenn Morris @ 2007-08-22 16:53 UTC (permalink / raw)
  To: Michaël Cadilhac; +Cc: emacs-devel

Michaël Cadilhac wrote:

> I'd have preferred to install my Makefile and *.tex changes for PDF
> before that :-)

I'm sorry that I didn't think of that.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tidying the etc/ directory
  2007-08-22  9:17     ` Michaël Cadilhac
  2007-08-22 16:53       ` Glenn Morris
@ 2007-08-22 19:38       ` Glenn Morris
  2007-08-22 20:13         ` Dan Nicolaescu
  2007-08-23  0:45       ` Richard Stallman
  2 siblings, 1 reply; 8+ messages in thread
From: Glenn Morris @ 2007-08-22 19:38 UTC (permalink / raw)
  To: Michaël Cadilhac; +Cc: emacs-devel

Michaël Cadilhac wrote:

> Oh, and a little remark: if you're cleaning up the etc/ directory,
> it could be a good thing to rename the `e' subdirectory to something
> more... Explicit.

I think the e/ subdirectory is perhaps required by terminfo and so
should not be renamed. Otherwise there's no point in having a
directory with just two files.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tidying the etc/ directory
  2007-08-22 19:38       ` Glenn Morris
@ 2007-08-22 20:13         ` Dan Nicolaescu
  0 siblings, 0 replies; 8+ messages in thread
From: Dan Nicolaescu @ 2007-08-22 20:13 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Michaël Cadilhac, emacs-devel

Glenn Morris <rgm@gnu.org> writes:

  > Michaël Cadilhac wrote:
  > 
  > > Oh, and a little remark: if you're cleaning up the etc/ directory,
  > > it could be a good thing to rename the `e' subdirectory to something
  > > more... Explicit.
  > 
  > I think the e/ subdirectory is perhaps required by terminfo and so
  > should not be renamed. Otherwise there's no point in having a
  > directory with just two files.

We could make it more explicit by moving it to etc/terminfo/e

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: tidying the etc/ directory
  2007-08-22  9:17     ` Michaël Cadilhac
  2007-08-22 16:53       ` Glenn Morris
  2007-08-22 19:38       ` Glenn Morris
@ 2007-08-23  0:45       ` Richard Stallman
  2 siblings, 0 replies; 8+ messages in thread
From: Richard Stallman @ 2007-08-23  0:45 UTC (permalink / raw)
  To: Michaël Cadilhac; +Cc: rgm, emacs-devel

    Well, whatever.  Oh, and a little remark: if you're cleaning up the
    etc/ directory, it could be a good thing to rename the `e' subdirectory
    to something more... Explicit. (Like, I don't know, `|' or `()').

I think there may be a specific terminfo reason for that name `e'.
For instance, that it is the initial of `eterm-color'.

If that is correct, it should be documented either in etc/README or in
etc/e/eterm-color.ti.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-08-23  0:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-20  7:48 tidying the etc/ directory Glenn Morris
2007-08-21 14:45 ` Richard Stallman
2007-08-22  8:01   ` Glenn Morris
2007-08-22  9:17     ` Michaël Cadilhac
2007-08-22 16:53       ` Glenn Morris
2007-08-22 19:38       ` Glenn Morris
2007-08-22 20:13         ` Dan Nicolaescu
2007-08-23  0:45       ` Richard Stallman

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).