unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* emacs/cvs: keybindings broken
@ 2008-06-20 13:15 T. V. Raman
  2008-06-20 14:42 ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: T. V. Raman @ 2008-06-20 13:15 UTC (permalink / raw)
  To: emacs-devel

This is when running on the Linux console.

A large number of builtin define-key deefinitions from emacs
appear to not work, cant tell what is special about the ones that
dont work.

But here are some examples:

0) Run M-x mspools -- and notice that 'n' 'p' and 'q' dont get
bound, they show up in the  keymap mspools-mode-map as cons
cells.
If you then do a define-key explicitly
(define-key mspools-map "q" 'mspools-quit)
it works, examining the keymap shows that the binding is inserted
in the array at the front.

Ditto with respect to calendar: notice that 'S' is no longer
invokes the sunrise/sunset command.

-- 
Best Regards,
--raman

      
Email:  raman@users.sf.net
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: tv.raman.tv@gmail.com
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:    irc://irc.freenode.net/#emacs




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: emacs/cvs: keybindings broken
  2008-06-20 13:15 emacs/cvs: keybindings broken T. V. Raman
@ 2008-06-20 14:42 ` Stefan Monnier
  2008-06-21  2:46   ` T. V. Raman
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2008-06-20 14:42 UTC (permalink / raw)
  To: raman; +Cc: emacs-devel

> Ditto with respect to calendar: notice that 'S' is no longer
> invokes the sunrise/sunset command.

Works for me,


        Stefan




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: emacs/cvs: keybindings broken
  2008-06-20 14:42 ` Stefan Monnier
@ 2008-06-21  2:46   ` T. V. Raman
  2008-06-21  3:51     ` Font Selection Florian Beck
  2008-06-21  4:18     ` emacs/cvs: keybindings broken Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: T. V. Raman @ 2008-06-21  2:46 UTC (permalink / raw)
  To: monnier; +Cc: raman, emacs-devel

could you confirm that this works for you on the console?

I' still seeing these problems -- and in this case I dont have
any code of mine from emacspeak touching that layer 

>>>>> "Stefan" == Stefan Monnier <monnier@iro.umontreal.ca> writes:
    >> Ditto with respect to calendar: notice that 'S' is no
    >> longer invokes the sunrise/sunset command.
    Stefan> 
    Stefan> Works for me,
    Stefan> 
    Stefan> 
    Stefan>         Stefan

-- 
Best Regards,
--raman

      
Email:  raman@users.sf.net
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: tv.raman.tv@gmail.com
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:    irc://irc.freenode.net/#emacs




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Font Selection
  2008-06-21  2:46   ` T. V. Raman
@ 2008-06-21  3:51     ` Florian Beck
  2008-06-21  4:18     ` emacs/cvs: keybindings broken Stefan Monnier
  1 sibling, 0 replies; 5+ messages in thread
From: Florian Beck @ 2008-06-21  3:51 UTC (permalink / raw)
  To: emacs-devel

Hi,

font selection still does not seem to work as expected. CVS checkout as
of 2008-06-19:

Execute this:

emacs -Q

(create-fontset-from-fontset-spec  "-*-DejaVu Serif-medium-r-normal-*-10-*-*-*-*-*-fontset-serif")
(set-default-font "fontset-serif")

Test:

ͰͱͲͳʹ͵Ͷͷ͸͹ͺͻͼͽ;Ϳ΀΁΂΃΄΅Ά·ΈΉΊ΋Ό΍ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ΢ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξ

Check if set-fontset-font works for "fontset-serif":

(set-fontset-font "fontset-serif" 'greek (font-spec :family "Analecta" ))

Well, kind of. This only affects undefined characters. It *should* set
all greek characters to "Analecta" if this font defines them, should't
it? And "Analecta" *can* display these characters, eg:

(insert (propertize "Β" 'face '(:family "Analecta")))

Now test this (Kharoshthi, unicode range U+10A00 – U+10A5F   (68096–68191):

𐨀𐨁𐨂𐨃𐨄𐨅𐨆𐨇𐨈𐨉𐨊𐨋𐨌𐨍𐨎𐨏𐨐𐨑𐨒𐨓𐨔𐨕𐨖𐨗𐨘𐨙𐨚𐨛𐨜𐨝𐨞𐨟𐨠𐨡𐨢𐨣𐨤𐨥𐨦

I see only boxes, which is ok so far.

Now I set:

(set-fontset-font "fontset-serif" '(68096 . 68191) (font-spec :family "MPH 2B Damase"))

Nothing changes. I still only see only boxes. However, Emacs *can* display (most of) 
these characters with this font. Behold:

(insert (propertize "𐨀𐨁𐨂𐨃𐨄𐨅𐨆𐨇𐨈𐨉𐨊𐨋𐨌𐨍𐨎𐨏𐨐𐨑𐨒𐨓𐨔𐨕𐨖𐨗𐨘𐨙𐨚𐨛𐨜𐨝𐨞𐨟𐨠𐨡𐨢𐨣𐨤𐨥𐨦" 'face '(:family "MPH 2B Damase")))

What is going on?

-- 
Florian Beck

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: emacs/cvs: keybindings broken
  2008-06-21  2:46   ` T. V. Raman
  2008-06-21  3:51     ` Font Selection Florian Beck
@ 2008-06-21  4:18     ` Stefan Monnier
  1 sibling, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2008-06-21  4:18 UTC (permalink / raw)
  To: raman; +Cc: emacs-devel

> could you confirm that this works for you on the console?

Yes, same thing.  The description of the messed-up keymap seems to
indicate the problem is independent from the terminal in use.


        Stefan




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-06-21  4:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-20 13:15 emacs/cvs: keybindings broken T. V. Raman
2008-06-20 14:42 ` Stefan Monnier
2008-06-21  2:46   ` T. V. Raman
2008-06-21  3:51     ` Font Selection Florian Beck
2008-06-21  4:18     ` emacs/cvs: keybindings broken Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).