~ubuntu-branches/ubuntu/hardy/uim/hardy

« back to all changes in this revision

Viewing changes to scm/scim.scm

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2006-07-06 22:17:24 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060706221724-6sobw1fcsxj647hp
Tags: 1:1.1.0-1.2
* Non-maintainer upload.
* Added -Wno-cast-align to CFLAGS, as per the RM's recommendations:

  < vorlon> Sesse: -Wno-cast-align and to hell with it :P

  Really fixes FTBFS. (Really Closes: #375081)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;;
2
 
;;; Copyright (c) 2003-2005 uim Project http://uim.freedesktop.org/
 
2
;;; Copyright (c) 2003-2006 uim Project http://uim.freedesktop.org/
3
3
;;;
4
4
;;; All rights reserved.
5
5
;;;
57
57
(register-action 'action_scim_off
58
58
                 (lambda (mc)
59
59
                   (list
60
 
                    'figure_scim_off
 
60
                    'off
61
61
                    "-"
62
62
                    (N_ "off")
63
63
                    (N_ "Direct Input Mode")))
71
71
                   (let* ((im (scim-context-im mc))
72
72
                          (name (symbol->string (im-name im))))
73
73
                     (list
74
 
                      'figure_scim_on
 
74
                      'on
75
75
                      "O"
76
76
                      (N_ "on")
77
77
                      (string-append name (N_ " Mode")))))
221
221
                  (Mode_switch     . "")
222
222
                  (Henkan_Mode     . "")
223
223
                  (Muhenkan        . "")
 
224
                  (Kanji           . "")
 
225
                  (hiragana-katakana . "")
224
226
                  (F1              . "F1")
225
227
                  (F2              . "F2")
226
228
                  (F3              . "F3")