PATCH packages
I'm considering adding the following patch to Fedora's package build.
The first hunk fixes the problem that dired doesn't pass the --dired
switch to ls on Fedora. The second hunk deals with a new version of
GNU coreutils that prints a dot just after the mode bits to indicate
that the entity has an SELinux security context, but no other
alternate access method (i.e., no ACLs). I'll add an appropriate
ChangeLog entry later. Right now,
cvs.xemacs.org won't talk to me, so
I can't do a new cvs diff.
I sent email about both problems with dired-report-bug on June 23 and
have yet to receive a response.
Index: xemacs-packages/dired/dired.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/dired/dired.el,v
retrieving revision 1.11
diff -d -u -r1.11 dired.el
--- xemacs-packages/dired/dired.el 13 Jan 2008 14:51:20 -0000 1.11
+++ xemacs-packages/dired/dired.el 24 Jun 2009 16:33:11 -0000
@@ -219,7 +219,7 @@
;;;###autoload
(defcustom dired-use-ls-dired
- (and (string-match "gnu" system-configuration)
+ (and (string-match "gnu\\|linux" system-configuration)
;; Only supported for XEmacs >= 21.5 and GNU Emacs >= 21.4 (I think)
(or (and (featurep 'xemacs)
(fboundp 'emacs-version>=)
@@ -2849,7 +2849,7 @@
(if (save-excursion
(goto-char bol)
(re-search-forward
- "[^ ][-r][-w][^ ][-r][-w][^ ][-r][-w][^ ][-+ 0-9@]"
+ "[^ ][-r][-w][^ ][-r][-w][^ ][-r][-w][^ ][-+ 0-9@.]"
bof t))
(progn
(setq modes-start (match-beginning 0)
--
Jerry James
http://www.jamezone.org/
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches