annotate lisp/find-paths.el @ 4981:4aebb0131297

Cleanups/renaming of EXTERNAL_TO_C_STRING and friends -------------------- ChangeLog entries follow: -------------------- modules/ChangeLog addition: 2010-02-05 Ben Wing <ben@xemacs.org> * postgresql/postgresql.c: * postgresql/postgresql.c (CHECK_LIVE_CONNECTION): * postgresql/postgresql.c (Fpq_connectdb): * postgresql/postgresql.c (Fpq_connect_start): * postgresql/postgresql.c (Fpq_lo_import): * postgresql/postgresql.c (Fpq_lo_export): * ldap/eldap.c (Fldap_open): * ldap/eldap.c (Fldap_search_basic): * ldap/eldap.c (Fldap_add): * ldap/eldap.c (Fldap_modify): * ldap/eldap.c (Fldap_delete): * canna/canna_api.c (Fcanna_initialize): * canna/canna_api.c (Fcanna_store_yomi): * canna/canna_api.c (Fcanna_parse): * canna/canna_api.c (Fcanna_henkan_begin): EXTERNAL_TO_C_STRING returns its argument instead of storing it in a parameter, and is renamed to EXTERNAL_TO_ITEXT. Similar things happen to related macros. See entry in src/ChangeLog. More Mule-izing of postgresql.c. Extract out common code between `pq-connectdb' and `pq-connect-start'. Fix places that signal an error string using a formatted string to instead follow the standard and have a fixed reason followed by the particular error message stored as one of the frobs. src/ChangeLog addition: 2010-02-05 Ben Wing <ben@xemacs.org> * console-msw.c (write_string_to_mswindows_debugging_output): * console-msw.c (Fmswindows_message_box): * console-x.c (x_perhaps_init_unseen_key_defaults): * console.c: * database.c (dbm_get): * database.c (dbm_put): * database.c (dbm_remove): * database.c (berkdb_get): * database.c (berkdb_put): * database.c (berkdb_remove): * database.c (Fopen_database): * device-gtk.c (gtk_init_device): * device-msw.c (msprinter_init_device_internal): * device-msw.c (msprinter_default_printer): * device-msw.c (msprinter_init_device): * device-msw.c (sync_printer_with_devmode): * device-msw.c (Fmsprinter_select_settings): * device-x.c (sanity_check_geometry_resource): * device-x.c (Dynarr_add_validified_lisp_string): * device-x.c (x_init_device): * device-x.c (Fx_put_resource): * device-x.c (Fx_valid_keysym_name_p): * device-x.c (Fx_set_font_path): * dialog-msw.c (push_lisp_string_as_unicode): * dialog-msw.c (handle_directory_dialog_box): * dialog-msw.c (handle_file_dialog_box): * dialog-x.c (dbox_descriptor_to_widget_value): * editfns.c (Fformat_time_string): * editfns.c (Fencode_time): * editfns.c (Fset_time_zone_rule): * emacs.c (make_argc_argv): * emacs.c (Fdump_emacs): * emodules.c (emodules_load): * eval.c: * eval.c (maybe_signal_error_1): * event-msw.c (Fdde_alloc_advise_item): * event-msw.c (mswindows_dde_callback): * event-msw.c (mswindows_wnd_proc): * fileio.c (report_error_with_errno): * fileio.c (Fsysnetunam): * fileio.c (Fdo_auto_save): * font-mgr.c (extract_fcapi_string): * font-mgr.c (Ffc_config_app_font_add_file): * font-mgr.c (Ffc_config_app_font_add_dir): * font-mgr.c (Ffc_config_filename): * frame-gtk.c (gtk_set_frame_text_value): * frame-gtk.c (gtk_create_widgets): * frame-msw.c (mswindows_init_frame_1): * frame-msw.c (mswindows_set_title_from_ibyte): * frame-msw.c (msprinter_init_frame_3): * frame-x.c (x_set_frame_text_value): * frame-x.c (x_set_frame_properties): * frame-x.c (start_drag_internal_1): * frame-x.c (x_cde_transfer_callback): * frame-x.c (x_create_widgets): * glyphs-eimage.c (my_jpeg_output_message): * glyphs-eimage.c (jpeg_instantiate): * glyphs-eimage.c (gif_instantiate): * glyphs-eimage.c (png_instantiate): * glyphs-eimage.c (tiff_instantiate): * glyphs-gtk.c (xbm_instantiate_1): * glyphs-gtk.c (gtk_xbm_instantiate): * glyphs-gtk.c (gtk_xpm_instantiate): * glyphs-gtk.c (gtk_xface_instantiate): * glyphs-gtk.c (cursor_font_instantiate): * glyphs-gtk.c (gtk_redisplay_widget): * glyphs-gtk.c (gtk_widget_instantiate_1): * glyphs-gtk.c (gtk_add_tab_item): * glyphs-msw.c (mswindows_xpm_instantiate): * glyphs-msw.c (bmp_instantiate): * glyphs-msw.c (mswindows_resource_instantiate): * glyphs-msw.c (xbm_instantiate_1): * glyphs-msw.c (mswindows_xbm_instantiate): * glyphs-msw.c (mswindows_xface_instantiate): * glyphs-msw.c (mswindows_redisplay_widget): * glyphs-msw.c (mswindows_widget_instantiate): * glyphs-msw.c (add_tree_item): * glyphs-msw.c (add_tab_item): * glyphs-msw.c (mswindows_combo_box_instantiate): * glyphs-msw.c (mswindows_widget_query_string_geometry): * glyphs-x.c (x_locate_pixmap_file): * glyphs-x.c (xbm_instantiate_1): * glyphs-x.c (x_xbm_instantiate): * glyphs-x.c (extract_xpm_color_names): * glyphs-x.c (x_xpm_instantiate): * glyphs-x.c (x_xface_instantiate): * glyphs-x.c (autodetect_instantiate): * glyphs-x.c (safe_XLoadFont): * glyphs-x.c (cursor_font_instantiate): * glyphs-x.c (x_redisplay_widget): * glyphs-x.c (Fchange_subwindow_property): * glyphs-x.c (x_widget_instantiate): * glyphs-x.c (x_tab_control_redisplay): * glyphs.c (pixmap_to_lisp_data): * gui-x.c (menu_separator_style_and_to_external): * gui-x.c (add_accel_and_to_external): * gui-x.c (button_item_to_widget_value): * hpplay.c (player_error_internal): * hpplay.c (play_sound_file): * hpplay.c (play_sound_data): * intl.c (Fset_current_locale): * lisp.h: * menubar-gtk.c (gtk_xemacs_set_accel_keys): * menubar-msw.c (populate_menu_add_item): * menubar-msw.c (populate_or_checksum_helper): * menubar-x.c (menu_item_descriptor_to_widget_value_1): * nt.c (init_user_info): * nt.c (get_long_basename): * nt.c (nt_get_resource): * nt.c (init_mswindows_environment): * nt.c (get_cached_volume_information): * nt.c (mswindows_readdir): * nt.c (read_unc_volume): * nt.c (mswindows_stat): * nt.c (mswindows_getdcwd): * nt.c (mswindows_executable_type): * nt.c (Fmswindows_short_file_name): * ntplay.c (nt_play_sound_file): * objects-gtk.c: * objects-gtk.c (gtk_valid_color_name_p): * objects-gtk.c (gtk_initialize_font_instance): * objects-gtk.c (gtk_font_list): * objects-msw.c (font_enum_callback_2): * objects-msw.c (parse_font_spec): * objects-x.c (x_parse_nearest_color): * objects-x.c (x_valid_color_name_p): * objects-x.c (x_initialize_font_instance): * objects-x.c (x_font_instance_truename): * objects-x.c (x_font_list): * objects-xlike-inc.c (XFUN): * objects-xlike-inc.c (xft_find_charset_font): * process-nt.c (mswindows_report_winsock_error): * process-nt.c (nt_create_process): * process-nt.c (get_internet_address): * process-nt.c (nt_open_network_stream): * process-unix.c: * process-unix.c (allocate_pty): * process-unix.c (get_internet_address): * process-unix.c (unix_canonicalize_host_name): * process-unix.c (unix_open_network_stream): * realpath.c: * select-common.h (lisp_data_to_selection_data): * select-gtk.c (symbol_to_gtk_atom): * select-gtk.c (atom_to_symbol): * select-msw.c (symbol_to_ms_cf): * select-msw.c (mswindows_register_selection_data_type): * select-x.c (symbol_to_x_atom): * select-x.c (x_atom_to_symbol): * select-x.c (hack_motif_clipboard_selection): * select-x.c (Fx_store_cutbuffer_internal): * sound.c (Fplay_sound_file): * sound.c (Fplay_sound): * sound.h (sound_perror): * sysdep.c: * sysdep.c (qxe_allocating_getcwd): * sysdep.c (qxe_execve): * sysdep.c (copy_in_passwd): * sysdep.c (qxe_getpwnam): * sysdep.c (qxe_ctime): * sysdll.c (dll_open): * sysdll.c (dll_function): * sysdll.c (dll_variable): * sysdll.c (search_linked_libs): * sysdll.c (dll_error): * sysfile.h: * sysfile.h (PATHNAME_CONVERT_OUT_TSTR): * sysfile.h (PATHNAME_CONVERT_OUT_UTF_8): * sysfile.h (PATHNAME_CONVERT_OUT): * sysfile.h (LISP_PATHNAME_CONVERT_OUT): * syswindows.h (ITEXT_TO_TSTR): * syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR): * syswindows.h (TSTR_TO_LOCAL_FILE_FORMAT): * syswindows.h (LOCAL_FILE_FORMAT_TO_INTERNAL_MSWIN): * syswindows.h (LISP_LOCAL_FILE_FORMAT_MAYBE_URL_TO_TSTR): * text.h: * text.h (eicpy_ext_len): * text.h (enum new_dfc_src_type): * text.h (EXTERNAL_TO_ITEXT): * text.h (GET_STRERROR): * tooltalk.c (check_status): * tooltalk.c (Fadd_tooltalk_message_arg): * tooltalk.c (Fadd_tooltalk_pattern_attribute): * tooltalk.c (Fadd_tooltalk_pattern_arg): * win32.c (tstr_to_local_file_format): * win32.c (mswindows_lisp_error_1): * win32.c (mswindows_report_process_error): * win32.c (Fmswindows_shell_execute): * win32.c (mswindows_read_link_1): Changes involving external/internal format conversion, mostly code cleanup and renaming. 1. Eliminate the previous macros like LISP_STRING_TO_EXTERNAL that stored its result in a parameter. The new version of LISP_STRING_TO_EXTERNAL returns its result through the return value, same as the previous NEW_LISP_STRING_TO_EXTERNAL. Use the new-style macros throughout the code. 2. Rename C_STRING_TO_EXTERNAL and friends to ITEXT_TO_EXTERNAL, in keeping with overall naming rationalization involving Itext and related types. Macros involved in previous two: EXTERNAL_TO_C_STRING -> EXTERNAL_TO_ITEXT EXTERNAL_TO_C_STRING_MALLOC -> EXTERNAL_TO_ITEXT_MALLOC SIZED_EXTERNAL_TO_C_STRING -> SIZED_EXTERNAL_TO_ITEXT SIZED_EXTERNAL_TO_C_STRING_MALLOC -> SIZED_EXTERNAL_TO_ITEXT_MALLOC C_STRING_TO_EXTERNAL -> ITEXT_TO_EXTERNAL C_STRING_TO_EXTERNAL_MALLOC -> ITEXT_TO_EXTERNAL_MALLOC LISP_STRING_TO_EXTERNAL LISP_STRING_TO_EXTERNAL_MALLOC LISP_STRING_TO_TSTR C_STRING_TO_TSTR -> ITEXT_TO_TSTR TSTR_TO_C_STRING -> TSTR_TO_ITEXT The following four still return their values through parameters, since they have more than one value to return: C_STRING_TO_SIZED_EXTERNAL -> ITEXT_TO_SIZED_EXTERNAL LISP_STRING_TO_SIZED_EXTERNAL C_STRING_TO_SIZED_EXTERNAL_MALLOC -> ITEXT_TO_SIZED_EXTERNAL_MALLOC LISP_STRING_TO_SIZED_EXTERNAL_MALLOC Sometimes additional casts had to be inserted, since the old macros played strange games and completely defeated the type system of the store params. 3. Rewrite many places where direct calls to TO_EXTERNAL_FORMAT occurred with calls to one of the convenience macros listed above, or to make_extstring(). 4. Eliminate SIZED_C_STRING macros (they were hardly used, anyway) and use a direct call to TO_EXTERNAL_FORMAT or TO_INTERNAL_FORMAT. 4. Use LISP_PATHNAME_CONVERT_OUT in many places instead of something like LISP_STRING_TO_EXTERNAL(..., Qfile_name). 5. Eliminate some temporary variables that are no longer necessary now that we return a value rather than storing it into a variable. 6. Some Mule-izing in database.c. 7. Error functions: -- A bit of code cleanup in maybe_signal_error_1. -- Eliminate report_file_type_error; it's just an alias for signal_error_2 with params in a different order. -- Fix some places in the hostname-handling code that directly inserted externally-retrieved error strings into the supposed ASCII "reason" param instead of doing the right thing and sticking text descriptive of what was going on in "reason" and putting the external message in a frob. 8. Use Ascbyte instead of CIbyte in process-unix.c and maybe one or two other places. 9. Some code cleanup in copy_in_passwd() in sysdep.c. 10. Fix a real bug due to accidental variable shadowing in tstr_to_local_file_format() in win32.c.
author Ben Wing <ben@xemacs.org>
date Fri, 05 Feb 2010 11:02:24 -0600
parents 9c6ea1581159
children 308d34e9f07d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
1 ;;; find-paths.el --- setup various XEmacs paths
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
2
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
3 ;; Copyright (C) 1985-1986, 1990, 1992-1997 Free Software Foundation, Inc.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
4 ;; Copyright (c) 1993, 1994 Sun Microsystems, Inc.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
5 ;; Copyright (C) 1995 Board of Trustees, University of Illinois
1330
4542b72c005e [xemacs-hg @ 2003-03-01 07:25:26 by ben]
ben
parents: 1227
diff changeset
6 ;; Copyright (C) 2003 Ben Wing.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7
2456
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
8 ;; Author: Mike Sperber <mike@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
9 ;; Maintainer: XEmacs Development Team
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
10 ;; Keywords: internal, dumped
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
11
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
12 ;; This file is part of XEmacs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
13
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
14 ;; XEmacs is free software; you can redistribute it and/or modify it
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
15 ;; under the terms of the GNU General Public License as published by
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
16 ;; the Free Software Foundation; either version 2, or (at your option)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
17 ;; any later version.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
18
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
19 ;; XEmacs is distributed in the hope that it will be useful, but
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
20 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
22 ;; General Public License for more details.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
23
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
24 ;; You should have received a copy of the GNU General Public License
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
25 ;; along with XEmacs; see the file COPYING. If not, write to the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
26 ;; Free Software Foundation, 59 Temple Place - Suite 330,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
27 ;; Boston, MA 02111-1307, USA.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
28
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
29 ;;; Synched up with: Not in FSF.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
30
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
31 ;;; Commentary:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
32
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
33 ;; This file is dumped with XEmacs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
34
776
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 689
diff changeset
35 ;; This file contains basic library functionality for manipulating paths
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 689
diff changeset
36 ;; and path lists and finding paths in the XEmacs hierarchy.
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 689
diff changeset
37
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
38
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
39 ;;; Code:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
40
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
41 (defvar paths-version-control-filename-regexp
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
42 "^\\(RCS\\|CVS\\|SCCS\\)$"
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
43 "File bases associated with version control.")
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
44
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
45 (defvar paths-lisp-filename-regexp
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
46 "^\\(.*\\.elc?\\)$"
2297
13a418960a88 [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
stephent
parents: 1330
diff changeset
47 "File bases that name Emacs Lisp files.")
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
48
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
49 (defvar paths-no-lisp-directory-regexp
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
50 (concat "\\(" paths-version-control-filename-regexp "\\)"
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
51 "\\|"
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
52 "\\(" paths-lisp-filename-regexp "\\)")
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
53 "File bases that may not be directories containing Lisp code.")
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
54
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
55 (defun paths-find-recursive-path (directories &optional max-depth exclude-regexp)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
56 "Return a list of the directory hierarchy underneath DIRECTORIES.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
57 The returned list is sorted by pre-order and lexicographically.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
58 MAX-DEPTH limits the depth of the search to MAX-DEPTH level,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
59 if it is a number. If MAX-DEPTH is NIL, the search depth is unlimited.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
60 EXCLUDE-REGEXP is a regexp that matches directory names to exclude
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
61 from the search."
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
62 (let ((path '()))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
63 (while directories
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
64 (let ((directory (file-name-as-directory
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
65 (expand-file-name
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
66 (car directories)))))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
67 (if (paths-file-readable-directory-p directory)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
68 (let ((raw-entries
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
69 (if (equal 0 max-depth)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
70 '()
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
71 (directory-files directory nil "^[^.-]")))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
72 (reverse-dirs '()))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
73 (while raw-entries
531
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 442
diff changeset
74 (if (not (and exclude-regexp
0493e9f3c27f [xemacs-hg @ 2001-05-12 11:16:12 by ben]
ben
parents: 442
diff changeset
75 (string-match exclude-regexp (car raw-entries))))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
76 (setq reverse-dirs
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
77 (cons (expand-file-name (car raw-entries) directory)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
78 reverse-dirs)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
79 (setq raw-entries (cdr raw-entries)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
80
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
81 (let ((sub-path
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
82 (paths-find-recursive-path (reverse reverse-dirs)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
83 (if (numberp max-depth)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
84 (- max-depth 1)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
85 max-depth)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
86 exclude-regexp)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
87 (setq path (nconc path
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
88 (list directory)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
89 sub-path))))))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
90 (setq directories (cdr directories)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
91 path))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
92
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
93 (defun paths-file-readable-directory-p (filename)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
94 "Check if filename is a readable directory."
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
95 (and (file-directory-p filename)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
96 (file-readable-p filename)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
97
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
98 (defun paths-find-recursive-load-path (directories &optional max-depth)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
99 "Construct a recursive load path underneath DIRECTORIES."
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
100 (paths-find-recursive-path directories
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
101 max-depth paths-no-lisp-directory-regexp))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
102
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
103 (defun paths-chase-symlink (file-name)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
104 "Chase a symlink until the bitter end."
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
105 (let ((maybe-symlink (file-symlink-p file-name)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
106 (if maybe-symlink
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
107 (let* ((directory (file-name-directory file-name))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
108 (destination (expand-file-name maybe-symlink directory)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
109 (paths-chase-symlink destination))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
110 file-name)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
111
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
112 (defun paths-construct-path (components &optional expand-directory)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
113 "Convert list of path components COMPONENTS into a path.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
114 If EXPAND-DIRECTORY is non-NIL, use it as a directory to feed
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
115 to EXPAND-FILE-NAME."
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
116 (let* ((reverse-components (reverse components))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
117 (last-component (car reverse-components))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
118 (first-components (reverse (cdr reverse-components)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
119 (path
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
120 (apply #'concat
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
121 (append (mapcar #'file-name-as-directory first-components)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
122 (list last-component)))))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
123 (if expand-directory
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
124 (expand-file-name path expand-directory)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
125 path)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
126
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
127 (defun paths-construct-emacs-directory (root suffix base)
2456
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
128 "Construct a directory name within the XEmacs hierarchy.
3753
a452d2a78a4e [xemacs-hg @ 2006-12-19 15:28:43 by stephent]
stephent
parents: 2481
diff changeset
129 ROOT must be an installation root.
2456
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
130 SUFFIX is the subdirectory from there.
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
131 BASE is the base to look for."
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
132 (file-name-as-directory
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
133 (expand-file-name
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
134 (concat
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
135 (file-name-as-directory root)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
136 suffix
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
137 base))))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
138
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
139
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
140 (defun paths-for-each-emacs-directory (func
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
141 roots suffix bases
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
142 &optional envvar default keep-suffix)
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
143 "Iterate over directories in the XEmacs hierarchy.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
144 FUNC is a function that called for each directory, with the directory
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
145 as the only argument.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
146 ROOTS must be a list of installation roots.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
147 SUFFIX is the subdirectory from there.
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
148 BASEA is a list of possible bases to look for.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
149 ENVVAR is the name of the environment variable that might also
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
150 specify the directory.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
151 DEFAULT is the preferred value.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
152 If KEEP-SUFFIX is non-nil, the suffix must be respected in searching
1218
ceedb6eeaba8 [xemacs-hg @ 2003-01-16 08:59:47 by michaels]
michaels
parents: 865
diff changeset
153 the directory."
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
154 (let ((preferred-value (or (and envvar (getenv envvar))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
155 default)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
156 (if (and preferred-value
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
157 (paths-file-readable-directory-p preferred-value))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
158 (file-name-as-directory preferred-value)
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
159 (while roots
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
160 (let ((root (car roots))
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
161 (bases bases))
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
162 (while bases
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
163 (let* ((base (car bases))
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
164 ;; installed
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
165 (path (paths-construct-emacs-directory root suffix base)))
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
166 (if (paths-file-readable-directory-p path)
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
167 (funcall func path)
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
168 ;; in-place
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
169 (if (null keep-suffix)
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
170 (let ((path (paths-construct-emacs-directory root "" base)))
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
171 (if (paths-file-readable-directory-p path)
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
172 (funcall func path))))))
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
173 (setq bases (cdr bases))))
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
174 (setq roots (cdr roots))))))
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
175
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
176 (defun paths-find-emacs-directories (roots
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
177 suffix bases
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
178 &optional envvar default keep-suffix)
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
179 "Find a list of directories in the XEmacs hierarchy.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
180 ROOTS must be a list of installation roots.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
181 SUFFIX is the subdirectory from there.
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
182 BASES is a list of bases to look for.
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
183 ENVVAR is the name of the environment variable that might also
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
184 specify the directory.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
185 DEFAULT is the preferred value.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
186 If KEEP-SUFFIX is non-nil, the suffix must be respected in searching
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
187 the directory."
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
188 (let ((l '()))
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
189 (paths-for-each-emacs-directory #'(lambda (dir)
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
190 (setq l (cons dir l)))
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
191 roots
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
192 suffix bases
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
193 envvar default keep-suffix)
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
194 (reverse l)))
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
195
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
196 (defun paths-find-emacs-directory (roots suffix bases
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
197 &optional envvar default keep-suffix)
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
198 "Find a directory in the XEmacs hierarchy.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
199 ROOTS must be a list of installation roots.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
200 SUFFIX is the subdirectory from there.
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
201 BASES is a list of possible bases to look for.
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
202 ENVVAR is the name of the environment variable that might also
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
203 specify the directory.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
204 DEFAULT is the preferred value.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
205 If KEEP-SUFFIX is non-nil, the suffix must be respected in searching
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
206 the directory."
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
207 (catch 'gotcha
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
208 (paths-for-each-emacs-directory #'(lambda (dir)
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
209 (throw 'gotcha dir))
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
210 roots
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
211 suffix bases
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
212 envvar default keep-suffix)))
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
213
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
214 (defun paths-for-each-site-directory (func
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
215 roots bases
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
216 arch-dependent-p
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
217 &optional envvar default)
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
218 "Iterate over the site-specific directories in the XEmacs hierarchy.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
219 FUNC is a function that called for each directory, with the directory
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
220 as the only argument.
3753
a452d2a78a4e [xemacs-hg @ 2006-12-19 15:28:43 by stephent]
stephent
parents: 2481
diff changeset
221 ROOTS must be a list of installation roots.
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
222 BASES is a list of possible bases to look for.
4092
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 3753
diff changeset
223 ARCH-DEPENDENT-P says whether the file is architecture-specific.
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
224 ENVVAR is the name of the environment variable that might also
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
225 specify the directory.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
226 DEFAULT is the preferred value."
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
227 (paths-for-each-emacs-directory func
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
228 roots
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
229 (file-name-as-directory
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
230 (paths-construct-path (list
4092
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 3753
diff changeset
231 (if arch-dependent-p "lib" "share")
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
232 emacs-program-name)))
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
233 bases
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
234 envvar default))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
235
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
236 (defun paths-find-site-directory (roots bases arch-dependent-p &optional envvar default)
2456
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
237 "Find a site-specific directory in the XEmacs hierarchy.
3753
a452d2a78a4e [xemacs-hg @ 2006-12-19 15:28:43 by stephent]
stephent
parents: 2481
diff changeset
238 ROOTS must be a list of installation roots.
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
239 BASES is a list of possible bases to look for.
4092
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 3753
diff changeset
240 ARCH-DEPENDENT-P says whether the file is architecture-specific.
2456
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
241 ENVVAR is the name of the environment variable that might also
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
242 specify the directory.
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
243 DEFAULT is the preferred value."
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
244 (catch 'gotcha
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
245 (paths-for-each-site-directory #'(lambda (dir)
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
246 (throw 'gotcha dir))
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
247 roots bases arch-dependent-p
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
248 envvar default)))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
249
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
250 (defun paths-find-site-directories (roots bases arch-dependent-p &optional envvar default)
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
251 "Find a list of site-specific directories in the XEmacs hierarchy.
3753
a452d2a78a4e [xemacs-hg @ 2006-12-19 15:28:43 by stephent]
stephent
parents: 2481
diff changeset
252 ROOTS must be a list of installation roots.
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
253 BASES is a list of bases to look for.
4092
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 3753
diff changeset
254 ARCH-DEPENDENT-P says whether the file is architecture-specific.
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
255 ENVVAR is the name of the environment variable that might also
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
256 specify the directory.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
257 DEFAULT is the preferred value."
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
258 (let ((l '()))
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
259 (paths-for-each-site-directory #'(lambda (dir)
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
260 (setq l (cons dir l)))
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
261 roots bases arch-dependent-p
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
262 envvar default)
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
263 (reverse l)))
2456
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
264
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
265 (defun paths-for-each-version-directory (func roots bases arch-dependent-p
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
266 &optional envvar default enforce-version)
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
267 "Iterate over version-specific directories in the XEmacs hierarchy.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
268 FUNC is a function that called for each directory, with the directory
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
269 as the only argument.
3753
a452d2a78a4e [xemacs-hg @ 2006-12-19 15:28:43 by stephent]
stephent
parents: 2481
diff changeset
270 ROOTS must be a list of installation roots.
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
271 BASES is a list of possible bases to look for.
4092
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 3753
diff changeset
272 ARCH-DEPENDENT-P says whether the file is architecture-specific.
2456
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
273 ENVVAR is the name of the environment variable that might also
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
274 specify the directory.
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
275 DEFAULT is the preferred value.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
276 If ENFORCE-VERSION is non-nil, the directory must contain the XEmacs version."
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
277 (paths-for-each-emacs-directory func
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
278 roots
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
279 (file-name-as-directory
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
280 (paths-construct-path
4092
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 3753
diff changeset
281 (list (if arch-dependent-p "lib" "share")
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
282 (construct-emacs-version-name))))
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
283 bases
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
284 envvar default))
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
285
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
286 (defun paths-find-version-directory (roots bases arch-dependent-p
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
287 &optional envvar default enforce-version)
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
288 "Find a version-specific directory in the XEmacs hierarchy.
3753
a452d2a78a4e [xemacs-hg @ 2006-12-19 15:28:43 by stephent]
stephent
parents: 2481
diff changeset
289 ROOTS must be a list of installation roots.
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
290 BASES is a list of possible bases to look for.
4092
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 3753
diff changeset
291 ARCH-DEPENDENT-P says whether the file is architecture-specific.
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
292 ENVVAR is the name of the environment variable that might also
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
293 specify the directory.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
294 DEFAULT is the preferred value.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
295 If ENFORCE-VERSION is non-nil, the directory must contain the XEmacs version."
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
296 (catch 'gotcha
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
297 (paths-for-each-version-directory #'(lambda (dir)
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
298 (throw 'gotcha dir))
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
299 roots bases arch-dependent-p
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
300 envvar default)))
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
301
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
302 (defun paths-find-version-directories (roots bases arch-dependent-p
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
303 &optional envvar default enforce-version)
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
304 "Find a list of version-specific directories in the XEmacs hierarchy.
3753
a452d2a78a4e [xemacs-hg @ 2006-12-19 15:28:43 by stephent]
stephent
parents: 2481
diff changeset
305 ROOTS must be a list of installation roots.
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
306 BASES is a list of possible bases to look for.
4092
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 3753
diff changeset
307 ARCH-DEPENDENT-P says whether the file is architecture-specific.
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
308 ENVVAR is the name of the environment variable that might also
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
309 specify the directory.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
310 DEFAULT is the preferred value.
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
311 If ENFORCE-VERSION is non-nil, the directory must contain the XEmacs version."
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
312 (let ((l '()))
4092
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 3753
diff changeset
313 (paths-for-each-version-directory #'(lambda (dir)
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 3753
diff changeset
314 (setq l (cons dir l)))
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
315 roots bases arch-dependent-p
4092
9c0151d05116 [xemacs-hg @ 2007-08-02 06:33:04 by michaels]
michaels
parents: 3753
diff changeset
316 envvar default)
2481
505a24c07ba9 [xemacs-hg @ 2005-01-15 15:17:32 by michaels]
michaels
parents: 2456
diff changeset
317 (reverse l)))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
318
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
319 (defun paths-find-architecture-directory (roots bases &optional envvar default)
2456
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
320 "Find an architecture-specific directory in the XEmacs hierarchy.
3753
a452d2a78a4e [xemacs-hg @ 2006-12-19 15:28:43 by stephent]
stephent
parents: 2481
diff changeset
321 ROOTS must be a list of installation roots.
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
322 BASES is a list of possible bases to look for.
2456
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
323 ENVVAR is the name of the environment variable that might also
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
324 specify the directory.
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
325 DEFAULT is the preferred value."
4108
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
326 (paths-find-version-directory roots
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
327 ;; from more to less specific
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
328 (append
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
329 (mapcar
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
330 #'(lambda (base)
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
331 (paths-construct-path
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
332 (list system-configuration base)))
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
333 bases)
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
334 bases
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
335 (list system-configuration))
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
336 t
5da4cc7d5968 [xemacs-hg @ 2007-08-09 06:22:51 by michaels]
michaels
parents: 4092
diff changeset
337 envvar default))
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
338
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
339 (defun construct-emacs-version-name ()
2456
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
340 "Construct a string from the raw XEmacs version number."
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
341 (concat emacs-program-name "-" emacs-program-version))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
342
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
343 (defun paths-directories-which-exist (directories)
2456
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
344 "Return the directories among DIRECTORIES.
f4e405a9d18d [xemacs-hg @ 2004-12-27 12:25:14 by michaels]
michaels
parents: 2297
diff changeset
345 DIRECTORIES is a list of strings."
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
346 (let ((reverse-directories '()))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
347 (while directories
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
348 (if (paths-file-readable-directory-p (car directories))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
349 (setq reverse-directories
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
350 (cons (car directories)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
351 reverse-directories)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
352 (setq directories (cdr directories)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
353 (reverse reverse-directories)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
354
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
355 (defun paths-decode-directory-path (string &optional drop-empties)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
356 "Split STRING at path separators into a directory list.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
357 Non-\"\" components are converted into directory form.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
358 If DROP-EMPTIES is non-NIL, \"\" components are dropped from the output.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
359 Otherwise, they are left alone."
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
360 (let* ((components (split-path string))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
361 (directories
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
362 (mapcar #'(lambda (component)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
363 (if (string-equal "" component)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
364 component
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
365 (file-name-as-directory component)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
366 components)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
367 (if drop-empties
4919
9c6ea1581159 Remove a couple of XEmacs-specific duplicate functions, find-paths.el
Aidan Kehoe <kehoea@parhasard.net>
parents: 4108
diff changeset
368 (delete "" directories)
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
369 directories)))
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
370
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
371 ;;; find-paths.el ends here