[sawfish: 3/6] Fix whitespace and other ugliness.
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [sawfish: 3/6] Fix whitespace and other ugliness.
- Date: Wed, 7 Oct 2009 12:40:35 +0000 (UTC)
commit d3d8e73771c317b14f7fe71112ad509000fa12c5
Author: Timo Korvola <tkorvola iki fi>
Date: Tue Sep 22 18:09:17 2009 +0300
Fix whitespace and other ugliness.
lisp/sawfish/wm/ext/fdo-menu.jl | 98 +++++++++++++++++++--------------------
1 files changed, 47 insertions(+), 51 deletions(-)
---
diff --git a/lisp/sawfish/wm/ext/fdo-menu.jl b/lisp/sawfish/wm/ext/fdo-menu.jl
index c5186e1..45c7522 100644
--- a/lisp/sawfish/wm/ext/fdo-menu.jl
+++ b/lisp/sawfish/wm/ext/fdo-menu.jl
@@ -146,60 +146,54 @@
"xx"))
;; Variables that can be set in .sawfish[/]rc
-
- (if (not (boundp 'my-lang-string))
- (defvar my-lang-string (find-lang-string)))
-
- (if (not (boundp 'desktop-directory))
- (defvar desktop-directory '("/usr/share/applications")))
-
- (if (not (boundp 'ignore-no-display))
- (defvar ignore-no-display '()))
-
- (if (not (boundp 'want-alphabetize))
- (defvar want-alphabetize 't))
-
- (if (not (boundp 'my-term-string))
- (defvar my-term-string "xterm -e "))
-
- (if (not (boundp 'use-fdo-menu))
- (defvar use-fdo-menu 't))
+ ;; Docstrings would be nice.
+ (defvar my-lang-string (find-lang-string))
+ (defvar desktop-directory '("/usr/share/applications"))
+ (defvar ignore-no-display '())
+ (defvar want-alphabetize 't)
+ (defvar my-term-string "xterm -e ")
+ (defvar use-fdo-menu 't)
;; The Master Category List
(defvar menu-cat-alist
- '(("Desktop" . ("X-Desktop" "X-DesktopApplets" "X-DesktopCountry" \
- "DesktopSettings" "GNOME" "KDE" "X-GNOME-PersonalSettings" \
- "X-Xfce-Toplevel"))
- ("Personal" . ("X-Personal" "X-PersonalUtility" "Calendar" "ContactManagement"))
- ("Office" . ("Office" "WordProcessor" "Presentation" "X-Document" \
- "TextEditor" "SpreadSheet" "Calculator" "X-Calculate" \
+ '(("Desktop" . ("X-Desktop" "X-DesktopApplets" "X-DesktopCountry"
+ "DesktopSettings" "GNOME" "KDE"
+ "X-GNOME-PersonalSettings" "X-Xfce-Toplevel"))
+ ("Personal" . ("X-Personal" "X-PersonalUtility" "Calendar"
+ "ContactManagement"))
+ ("Office" . ("Office" "WordProcessor" "Presentation" "X-Document"
+ "TextEditor" "SpreadSheet" "Calculator" "X-Calculate"
"Chart" "FlowChart" "Finance"))
- ("Internet" . ("Telephony" "Network" "Dialup" "VideoConference" \
- "RemoteAccess" "News" "HamRadio" "FileTransfer" \
- "X-Internet" "P2P" "Email" "WebBrowser" "IRCClient" "Chat" \
- "InstantMessaging" "Chat" "WebDevelopment"))
- ("Games" . ("Game" "ActionGame" "AdventureGame" "ArcadeGame" "BoardGame" "Emulator"\
- "BlocksGame" "CardGame" "KidsGame" "LogicGame" "RolePlaying" "Simulation"))
- ("Graphics" . ("RasterGraphics" "VectorGraphics" "X-GraphicUtility" \
- "2DGraphics" "3dGraphics" "3DGraphics" "Scanning" "OCR" "Photography" \
- "Viewer" "Publishing" "Art" "ImageProcessing"))
- ("Media" . ("AudioVideo" "Audio", "Video" "Midi" "Mixer" "Sequencer" "Tuner" \
- "TV" "AudioVideoEditing" "Player" "Recorder" "DiscBurning" "Music"))
- ("Science" . ("Science" "Astrology" "ArtificialIntelligence" "Astronomy" \
- "Biology" "Chemistry" "ComputerScience" "DataVisualization" \
- "Electricity" "Robotics" "Physics" "Math" "Education" "Geography"))
- ("Development" . ("GUIDesigner" "IDE" "Profiling" "RevisionControl" \
- "ProjectManagement" "Translation" "GTK" "Development" \
- "Qt" "Development" "Documentation"))
- ("Utility" . ("X-SystemMemory" "Security" "Utility" \
- "X-SetupEntry" "X-SetupUtility" "X-SystemMemory" \
- "TextTools" "TelephonyTools" "Accessibility" "Clock" \
- "ConsoleOnly"))
- ("Filesystem" . ("X-FileSystemFind" "X-FileSystemUtility" "Archiving" \
- "FileManager" "X-FileSystemMount" "Compression"))
- ("System" . ("X-SystemSchedule" "System" "X-SystemMemory" \
- "TerminalEmulator" "Dictionary" "Puppy" "Printing" "Monitor" "Security"))
+ ("Internet" . ("Telephony" "Network" "Dialup" "VideoConference"
+ "RemoteAccess" "News" "HamRadio" "FileTransfer"
+ "X-Internet" "P2P" "Email" "WebBrowser" "IRCClient"
+ "Chat" "InstantMessaging" "Chat" "WebDevelopment"))
+ ("Games" . ("Game" "ActionGame" "AdventureGame" "ArcadeGame"
+ "BoardGame" "Emulator" "BlocksGame" "CardGame" "KidsGame"
+ "LogicGame" "RolePlaying" "Simulation"))
+ ("Graphics" . ("RasterGraphics" "VectorGraphics" "X-GraphicUtility"
+ "2DGraphics" "3dGraphics" "3DGraphics" "Scanning"
+ "OCR" "Photography" "Viewer" "Publishing" "Art"
+ "ImageProcessing"))
+ ("Media" . ("AudioVideo" "Audio", "Video" "Midi" "Mixer" "Sequencer"
+ "Tuner" "TV" "AudioVideoEditing" "Player" "Recorder"
+ "DiscBurning" "Music"))
+ ("Science" . ("Science" "Astrology" "ArtificialIntelligence"
+ "Astronomy" "Biology" "Chemistry" "ComputerScience"
+ "DataVisualization" "Electricity" "Robotics" "Physics"
+ "Math" "Education" "Geography"))
+ ("Development" . ("GUIDesigner" "IDE" "Profiling" "RevisionControl"
+ "ProjectManagement" "Translation" "GTK"
+ "Development" "Qt" "Development" "Documentation"))
+ ("Utility" . ("X-SystemMemory" "Security" "Utility" "X-SetupEntry"
+ "X-SetupUtility" "X-SystemMemory" "TextTools"
+ "TelephonyTools" "Accessibility" "Clock" "ConsoleOnly"))
+ ("Filesystem" . ("X-FileSystemFind" "X-FileSystemUtility" "Archiving"
+ "FileManager" "X-FileSystemMount" "Compression"))
+ ("System" . ("X-SystemSchedule" "System" "X-SystemMemory"
+ "TerminalEmulator" "Dictionary" "Puppy" "Printing"
+ "Monitor" "Security"))
("Settings" . ("Settings" "HardwareSettings" "PackageManager"))
("Exiles" . ("Exile"))))
@@ -207,7 +201,8 @@
(define (find-lang-in-desktop-file fdo-list)
(if (assoc (concat fdo-name-string my-lang-string "]") fdo-list)
(concat fdo-name-string my-lang-string "]")
- (if (assoc (concat fdo-name-string (substring my-lang-string 0 2) "]") fdo-list)
+ (if (assoc (concat fdo-name-string (substring my-lang-string 0 2) "]")
+ fdo-list)
(concat fdo-name-string (substring my-lang-string 0 2) "]")
"Name")))
@@ -217,7 +212,8 @@
(let ((cat-val (car cat-list)))
(if (assoc cat-val loc-list)
(cons (cdr (assoc cat-val loc-list))
- (fix-sub-cats cat-list (remove (assoc cat-val loc-list) loc-list)))
+ (fix-sub-cats cat-list (remove (assoc cat-val loc-list)
+ loc-list)))
(fix-sub-cats (cdr cat-list) loc-list)))))
;; Associate values from the Master Category list with sub-categories from file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]