Re: Coding problem with Euro sign

2005-12-13 Thread Ralf Angeli
* David Hansen (2005-12-14) writes: > On Tue, 13 Dec 2005 23:42:02 +0100 Ralf Angeli wrote: > >> | file code: 0xFC (encoded by coding system windows-1251-dos) >^ >^ > It for me

Re: Coding problem with Euro sign

2005-12-13 Thread David Hansen
On Tue, 13 Dec 2005 23:42:02 +0100 Ralf Angeli wrote: > * David Hansen (2005-12-13) writes: > >> With >> >> -*- coding: windows-1252; -*- >> >> in the first line or when you open the file with >> >> C-x RET c windows-1252 RET C-x C-f test.txt RET >> >> the EUR gets displayed but there's still thi

Re: Coding problem with Euro sign

2005-12-13 Thread Ralf Angeli
* David Hansen (2005-12-13) writes: > On Tue, 13 Dec 2005 13:12:02 +0100 Ralf Angeli wrote: > >> Attached you can find a file with two 8-bit characters I extracted >> from a file produced by Visual Studio under Windows. The characters >> should be u umlaut and the Euro sign. Emacs does not seem

Re: find-file sometimes doesn't

2005-12-13 Thread Bill Wohler
Stefan Monnier <[EMAIL PROTECTED]> wrote: > >> But the above solution still has the following problem: pop-to-buffer may > >> create a new frame, in which case the save-window-excursion won't be > >> enough. > >> Basically, we need to tell vc-do-command not to call pop-to-buffer. > >> > >> I'll

Re: find-file sometimes doesn't

2005-12-13 Thread Stefan Monnier
>> But the above solution still has the following problem: pop-to-buffer may >> create a new frame, in which case the save-window-excursion won't be enough. >> Basically, we need to tell vc-do-command not to call pop-to-buffer. >> >> I'll install a patch for it, thanks. > Thank you. Does the patc

kill-rectangle counts incorrectly

2005-12-13 Thread Peter Dyballa
Hello! When I do in Mac OS X 10.3.9 (Panther) in a tcsh driven *shell* buffer for example 'find /Users/pete/Quellen/Fonts/ {adobe,apple,bh,bitstream,itc,monotype,ms,public} -name "8[pr].map" -ls' I get a listing like this: 70370228 lrwxr-xr-x1 pete pete 12 4 Aug 23:

Re: find-file sometimes doesn't

2005-12-13 Thread Bill Wohler
Stefan Monnier <[EMAIL PROTECTED]> wrote: > Interesting. > But the above solution still has the following problem: pop-to-buffer may > create a new frame, in which case the save-window-excursion won't be enough. > Basically, we need to tell vc-do-command not to call pop-to-buffer. > > I'll instal

Re: Coding problem with Euro sign

2005-12-13 Thread David Hansen
On Tue, 13 Dec 2005 13:12:02 +0100 Ralf Angeli wrote: > Attached you can find a file with two 8-bit characters I extracted > from a file produced by Visual Studio under Windows. The characters > should be u umlaut and the Euro sign. Emacs does not seem to be able > to find the right coding syste

Re: find-file sometimes doesn't

2005-12-13 Thread Stefan Monnier
> 2005-12-12 Bill Wohler <[EMAIL PROTECTED]> > * vc-svn.el (vc-svn-registered): Fix problem of visiting > non-writable Subversion-controlled files by saving window > configuration before calling vc-do-command. vc-do-command calls > pop-to-buffer on error which is unexpect

Re: customize-face

2005-12-13 Thread martin rudalics
> > I suppose this happens because signal_after_change > is called with arguments `opoint' and `PT - opoint' where opoint = 1090 > and PT = 1090 + 52 + 1. > > Can you find the line number of the call to signal_after_change? > We need to determine why its argument FROM is incorrect.

Coding problem with Euro sign

2005-12-13 Thread Ralf Angeli
Attached you can find a file with two 8-bit characters I extracted from a file produced by Visual Studio under Windows. The characters should be u umlaut and the Euro sign. Emacs does not seem to be able to find the right coding system for it and displays it with raw-text-dos. I could not get th