customizing double click

2005-08-12 Thread Rajneesh Hegde
hi, In LaTeX mode (AUCTeX), I want double-click to have the usual selection effect when the click is on a word-constituent character, but otherwise do a forward-search (i.e. invoke the dvi viewer). I wrote the following function for doing the latter: (defun my-LaTeX-forward-search (event) "Set p

how to do reverse lookup in function-key-map?

2005-08-12 Thread Kevin Rodgers
How can I find out what escape sequence is bound to a function key? For example, xterm.el binds `ESC [ A' to , and while running `emacs -nw -q --no-site-file`: (lookup-key function-key-map "\e[A") ==> [up] (lookup-key function-key-map "\eOA") ==> [up] But the inverse lookup doesn't work: (wher

$B=w;R9;@8%;%U%l>R2p=j(B?

2005-08-12 Thread info
$B"c%m%j!<%?$N$_$G$9!"6=L#$"$kJ}$N$_F~>l=PMh$^$9(B $B!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&(B $BIaCJ$J$+$J$+CgNI$/$J$l$J$$=w;R9;@8$r5.J}$K$4>R2p$7$^$9!#(B $B$4>R2p$rhttp://awg.webchu.com/?rori $B"(1g=uL5$7$G!"IU$-9g$($k%;%U%l$r5a$a$F$k=w;[EMAIL PROTECT

Re: how to change file coding system

2005-08-12 Thread Joe Corneli
What's sure, is that it's not a ü in any known encoding: Where's SETI when you need them!? ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: how to change file coding system

2005-08-12 Thread Pascal Bourguignon
Martin Monsorno <[EMAIL PROTECTED]> writes: > � > > doesn't seem like an 'ü' to me Neither to me. The three bytes I received were ef, bf and bd, displayed as: "LATIN_SMALL_LETTER_I_WITH_DIAERESIS" "INVERTED_QUESTION_MARK" "VULGAR_FRACTION_ONE_HALF" in the iso-8859-1 encoding of the mes

Problems on Fontset

2005-08-12 Thread 徐冠鹏
Hello, I have the following set in my ~/.Xresources file: Emacs.Fontset-0: -*-courier-medium-r-normal-*-18-*-*-*-*-*-xgp-18, \ chinese-gb2312:-simsun-simsun-medium-r-normal--18-*-*-*-p-0-gb2312*-0 When viewing file contains Chinese characters, I have to click the left mouse b

Re: how to change file coding system

2005-08-12 Thread Peter Dyballa
Am 12.08.2005 um 14:32 schrieb Pascal Bourguignon: PAD HOP BPH NBH IND NEL SSA ESA HTS HTJ VTS PLD PLU RI SS2 SS3 DCS PU1 PU2 STS CCH MW SPA EPA SOS SGCI SCI CSI ST OSC PM APC Pay attention: these are *not* (I repeat: *NOT*) part of Latin-1. They're only 8

Re: how to change file coding system

2005-08-12 Thread Eli Zaretskii
> From: Pascal Bourguignon <[EMAIL PROTECTED]> > Date: Fri, 12 Aug 2005 14:32:53 +0200 > > Eli Zaretskii <[EMAIL PROTECTED]> writes: > > Do you have a reason to believe `file' more than you believe Emacs? > > That is, is it possible that `file' lies? Can you find a character in > > the file after

Re: how to change file coding system

2005-08-12 Thread Eli Zaretskii
> From: Martin Monsorno <[EMAIL PROTECTED]> > Date: Fri, 12 Aug 2005 15:33:22 +0200 > > the umlauts are not de-/encoded correctly, don't know whom to blame Sorry, I don't understand this. Please show the details. ___ Help-gnu-emacs mailing list Help-

Re: can't turn off bell

2005-08-12 Thread Joe Corneli
I have this in my .emacs file: (setq ring-bell-function #'(lambda)) But the bell is active anyway. I think you meant~ to write (setq ring-bell-function (lambda ())) (ding) or maybe you prefer (this is what I have in my .emacs) (setq ring-bell-function nil) (setq visible-bell t

Re: how to change file coding system

2005-08-12 Thread Martin Monsorno
Eli Zaretskii <[EMAIL PROTECTED]> writes: >> From: Martin Monsorno <[EMAIL PROTECTED]> >> Date: Fri, 12 Aug 2005 10:34:31 +0200 >> >> I have a c-file which file (the command) claims to be a "UTF-8 Unicode >> C program text". Now I want to make it a 8859 file, so in the emacs >> buffer visiting i

Re: how to change file coding system

2005-08-12 Thread Pascal Bourguignon
Eli Zaretskii <[EMAIL PROTECTED]> writes: > Do you have a reason to believe `file' more than you believe Emacs? > That is, is it possible that `file' lies? Can you find a character in > the file after translation that is not Latin-1, and if you can, what > is that character? It's rather hard. I

can't turn off bell

2005-08-12 Thread Paminu
I have this in my .emacs file: (setq ring-bell-function #'(lambda)) But the bell is active anyway. I tried to comment it and restart emacs and uncomment it and restart again and then the bell is gone but starts after some time again...wierd ___ Help-g

Re: how to change file coding system

2005-08-12 Thread Eli Zaretskii
> From: Martin Monsorno <[EMAIL PROTECTED]> > Date: Fri, 12 Aug 2005 10:34:31 +0200 > > I have a c-file which file (the command) claims to be a "UTF-8 Unicode > C program text". Now I want to make it a 8859 file, so in the emacs > buffer visiting it I say: > C-x f iso-8859-1-unix > and > C-

Услуги фотостудии

2005-08-12 Thread angeles
___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

how to change file coding system

2005-08-12 Thread Martin Monsorno
Hi, I have a c-file which file (the command) claims to be a "UTF-8 Unicode C program text". Now I want to make it a 8859 file, so in the emacs buffer visiting it I say: C-x f iso-8859-1-unix and C-x C-s Afterwards, file (the command) says the same as before. Did I miss something? -- Mar