[sawfish] Minor doc.
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish] Minor doc.
- Date: Tue, 1 Mar 2011 13:10:24 +0000 (UTC)
commit 409537f353f26d2e21edc0be986e4abb4ef985f4
Author: Teika kazura <teika lavabit com>
Date: Tue Mar 1 13:35:47 2011 +0900
Minor doc.
OPTIONS | 3 ++-
lisp/sawfish/wm/ext/error-handler.jl | 2 ++
themes/Makefile.in | 2 ++
themes/StyleTab/theme.jl | 3 +++
4 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/OPTIONS b/OPTIONS
index 09635c0..6324d30 100644
--- a/OPTIONS
+++ b/OPTIONS
@@ -378,7 +378,8 @@
;; (defvar-setq error-destination 'standard-error
;; "Where to display error messages; one of nowhere, screen,
-;;standard-error or both")
+;;standard-error or both. By default, an error during the
+;;initialization, i.e., `~/.sawfish/rc' is printed to both.")
;; tooltips options
diff --git a/lisp/sawfish/wm/ext/error-handler.jl b/lisp/sawfish/wm/ext/error-handler.jl
index 2be4403..de0f032 100644
--- a/lisp/sawfish/wm/ext/error-handler.jl
+++ b/lisp/sawfish/wm/ext/error-handler.jl
@@ -38,6 +38,8 @@
:type boolean
:group misc)
+ ;; By default, an error during ~/.sawfish/rc is printed to both,
+ ;; and after that, only to standard-error.
(defcustom error-destination 'standard-error
"Display error messages to: \\w"
:type (choice nowhere screen standard-error both)
diff --git a/themes/Makefile.in b/themes/Makefile.in
index e68d863..a665479 100644
--- a/themes/Makefile.in
+++ b/themes/Makefile.in
@@ -55,6 +55,8 @@ install : all installdirs
fi \
done \
done
+ @# Don't use tar for StyleTab. It's not compression, but tar
+ @# itself slows in librep.
cd $(DESTDIR)$(themedir) && tar xf StyleTab.tar.gz && rm StyleTab.tar.gz
installdirs : mkinstalldirs
diff --git a/themes/StyleTab/theme.jl b/themes/StyleTab/theme.jl
index 0d080ea..db70147 100644
--- a/themes/StyleTab/theme.jl
+++ b/themes/StyleTab/theme.jl
@@ -120,6 +120,9 @@
(let ((type-list ;; ":type" in defcustom
(append '(v-and)
(make-list 10
+ ;; Here, `list' is necessary. If you
+ ;; replace it with a quote, the configurator
+ ;; crashes.
(list 'v-and '(choice \(none\) close menu maximize minimize shade sticky space send-to-prev
send-to-next lock raise-lower move-resize rename frame-type)
'(boolean "Also show in transients"))))))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]