changeset 102664:f59da3b2bad3

(all): add `ns-{control|command|alternate|function}-modifier', `ns-antialias-text' and `ns-use-qd-smoothing'
author David Reitter <david.reitter@gmail.com>
date Sat, 21 Mar 2009 02:30:39 +0000
parents d1ec6937e20b
children 52357e0ce712
files lisp/cus-start.el
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-start.el	Fri Mar 20 17:59:38 2009 +0000
+++ b/lisp/cus-start.el	Sat Mar 21 02:30:39 2009 +0000
@@ -248,6 +248,33 @@
 					   function))
 	     ;; msdos.c
 	     (dos-unsupported-char-glyph display integer)
+	     ;; nsterm.m
+	     (ns-control-modifier 
+	      nextstep 
+	      (choice (const :tag "No modifier" nil)
+		      (const control) (const meta)
+		      (const alt) (const hyper)
+		      (const super)) "23.1")
+	     (ns-command-modifier 
+	      nextstep 
+	      (choice (const :tag "No modifier" nil)
+		      (const control) (const meta)
+		      (const alt) (const hyper)
+		      (const super)) "23.1")
+	     (ns-alternate-modifier 
+	      nextstep 
+	      (choice (const :tag "No modifier (work as alternate/option)" none)
+		      (const control) (const meta)
+		      (const alt) (const hyper)
+		      (const super)) "23.1")
+	     (ns-function-modifier 
+	      nextstep
+	      (choice (const :tag "No modifier (work as function)" none)
+		      (const control) (const meta)
+		      (const alt) (const hyper)
+		      (const super)) "23.1")
+	     (ns-antialias-text ns boolean "23.1")
+	     (ns-use-qd-smoothing ns boolean "23.1")
 	     ;; process.c
 	     (delete-exited-processes processes-basics boolean)
 	     ;; syntax.c