* File-name clashes in lisp/url/ directory @ 2005-02-19 11:33 Eli Zaretskii 2005-02-20 21:17 ` Stefan 2005-02-20 21:22 ` Richard Stallman 0 siblings, 2 replies; 3+ messages in thread From: Eli Zaretskii @ 2005-02-19 11:33 UTC (permalink / raw) The names of the files url-http.el and url-https.el (and the corresponding *.elc files) clash on 8+3 filesystems. Given the fact that url-https.el is very short, is it acceptable to merge its contents into url-http.el, and then remove url-https.el from the repository? ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: File-name clashes in lisp/url/ directory 2005-02-19 11:33 File-name clashes in lisp/url/ directory Eli Zaretskii @ 2005-02-20 21:17 ` Stefan 2005-02-20 21:22 ` Richard Stallman 1 sibling, 0 replies; 3+ messages in thread From: Stefan @ 2005-02-20 21:17 UTC (permalink / raw) Cc: emacs-devel > The names of the files url-http.el and url-https.el (and the > corresponding *.elc files) clash on 8+3 filesystems. > Given the fact that url-https.el is very short, is it acceptable to > merge its contents into url-http.el, and then remove url-https.el from > the repository? I see no reason not to, Stefan ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: File-name clashes in lisp/url/ directory 2005-02-19 11:33 File-name clashes in lisp/url/ directory Eli Zaretskii 2005-02-20 21:17 ` Stefan @ 2005-02-20 21:22 ` Richard Stallman 1 sibling, 0 replies; 3+ messages in thread From: Richard Stallman @ 2005-02-20 21:22 UTC (permalink / raw) Cc: emacs-devel Given the fact that url-https.el is very short, is it acceptable to merge its contents into url-http.el, and then remove url-https.el from the repository? It would be a good idea, but it would need other changes in order to work. url-scheme-get-property seems to construct file names like url-https from protocol names. I don't like that mechanism much, and it would be good to change it to use an alist of functions to call instead of generating file names. Then merging the files would be unproblematical. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-02-20 21:22 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-02-19 11:33 File-name clashes in lisp/url/ directory Eli Zaretskii 2005-02-20 21:17 ` Stefan 2005-02-20 21:22 ` Richard Stallman
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.