Re: Emacs or XEmacs?

2005-05-23 Thread Alan Mackenzie
JS <[EMAIL PROTECTED]> wrote on Sun, 22 May 2005 23:14:11 +0200: > What are the difference between Emacs and XEmacs? Will they both run on > WinXP and is one better for something that the other? Hey, you're not a troll, are you? No, thought not. So here's an answer: >From the point of view of a

(no subject)

2005-05-23 Thread sz811197
本公司有各种发票代开,费用便宜.如有需要,欢迎来电咨询:(0)--13826582385 联系人:张经理 ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: Linux version of emacs on WinXP??

2005-05-23 Thread Kelly Felkins
JS asdf.com> writes: > > > "Stefan Monnier" iro.umontreal.ca> skrev i en meddelelse > news:87zmunxa5n.fsf-monnier+gnu.emacs.help gnu.org... > > > I have tried to install the emacs version for windows but it sucks. > > > > Just so we get a chance to improve it, could you describe the shortcomi

how to change current directory in perl debug (perldb)

2005-05-23 Thread Kelly Felkins
How does one set the current working directory for a perl debug session? I've tried the following: 1) start perl debug, then 'M-x cd'. 'M-x pwd' reports the correct directory, but a statement like "my $cwd = `pwd`;" gets the directory of the file being debugged. 2) tried starting emacs in the tar

Re: desktop and encodings

2005-05-23 Thread Peter Dyballa
Am 23.05.2005 um 16:13 schrieb Mads Jensen: æøå gets turned into something like Â¥... What see is the 'translation' of some ISO Latin encoding into UTF-8 and then displaying these double byte values as unibytes! This could explain a bit: ; oct dec hexUCS2UTF-8 ;

Re: Emacs 21 and w3 on Debian

2005-05-23 Thread Thierry Emery
Klaus Straubinger <[EMAIL PROTECTED]> writes: > Thierry Emery <[EMAIL PROTECTED]> wrote: >> Who is in charge of the CVS version you mention ? > > I don't know. That's part of the problem. In the meantime, i have submitted modifications to w3-finalize-image-download and widget-image-value-set as

Re: Case sensitive regexp

2005-05-23 Thread Kevin Rodgers
Neon Absentius wrote: how can I make sure that the regular expressions are case sensitive? By looking at the manual I thought that if the expression contains a capital letter then it automatically is case sensitive. I think that is true when the regexp is entered interactively, e.g. with C-s.

Re: Emacs 21 and w3 on Debian

2005-05-23 Thread Thierry Emery
Klaus Straubinger <[EMAIL PROTECTED]> writes: > Did you suggest that improvement to the Emacs development list? > If not yet, I think that would be a good idea. The URL library > is maintained there (in parallel?). I have proposed it both through M-x report-emacs-bug and to Debian, as they mainta

Re: How to paste (yank) "raw text"

2005-05-23 Thread Kevin Rodgers
Moritz Kerbel wrote: > My problem: If I cut and paste for example an info heading into an > other buffer the layout information (font size, font weight etc.) plus > invisible text (if you cut it from the beginning to the very end) is > pasted into the buffer if you type C-y; > >Does there exis

RE: Emacs or XEmacs?

2005-05-23 Thread Drew Adams
What are the difference between Emacs and XEmacs? Will they both run on WinXP and is one better for something that the other? You might find some help here: http://www.emacswiki.org/cgi-bin/wiki/EmacsAndXEmacs. ___ Help-gnu-emacs mailing list

Re: desktop and encodings

2005-05-23 Thread Peter Petersen
* Mads Jensen <[EMAIL PROTECTED]> schrieb: > I tried setting the LANG variable to both da_DA, da_DA.utf-8, > da_DA.iso-8859-1 plus en_US... (the same LANG variables as mentioned > before, just with a different language), but that did not help :-/ > <...> > > Did not help either. I tried writing

Re: desktop and encodings

2005-05-23 Thread Mads Jensen
Peter Dyballa <[EMAIL PROTECTED]> writes: > That's probably the reason why you have these problems! Set LANG to > Danish in some ISO 8859 encoding or in UTF-8! Maybe da_DA.UTF-8 ... I tried setting the LANG variable to both da_DA, da_DA.utf-8, da_DA.iso-8859-1 plus en_US... (the same LANG variable

Re: Emacs 21 and w3 on Debian

2005-05-23 Thread Thierry Emery
Klaus Straubinger <[EMAIL PROTECTED]> writes: > Thierry Emery <[EMAIL PROTECTED]> wrote: > >> (defadvice w3-finalize-image-download (around set-inhibit-read-only activate) >> (let ((inhibit-read-only t)) >> ad-do-it)) > > Thank you for your improvements. They work good for me. > Do have any

Re: Emacs 21 and w3 on Debian

2005-05-23 Thread Thierry Emery
Tim X <[EMAIL PROTECTED]> writes: > Can you try http://www.une.edu.au/itd and then try one of the links on > the page you get i.e. "About ITD" and see if that works for you. I've > found that if I use that link instead of > http://www.une.edu.au/itd/index.html, it doesn't work, but if I > use the

Re: how to not show images?

2005-05-23 Thread Lute Kamstra
"Drew Adams" <[EMAIL PROTECTED]> writes: > Ehrm, apparently you don't share my sense of humor. > > Ya never know... ;-) > > More seriously, why would you want such a user option for Emacs? > > Dunno, there might be several uses. Personally, I think that a user option that indiscriminately

Re: Emacs 21 and w3 on Debian

2005-05-23 Thread Thierry Emery
Tim X <[EMAIL PROTECTED]> writes: > Well, it seems pretty much any page with a relative link which is not > relative to the document root of the server. An example is > > http://www.une.edu.au/itd/index.html > > If you try to follow the "About ITD" link on that page, instead of > getting > > http

Re: Emacs 21 and w3 on Debian

2005-05-23 Thread Tim X
Klaus Straubinger <[EMAIL PROTECTED]> writes: > Tim X <[EMAIL PROTECTED]> wrote: > > > An example is > > > > http://www.une.edu.au/itd/index.html > > > > If you try to follow the "About ITD" link on that page, instead of > > getting > > > > http://www.une.edu.au/itd/about/index.html > > > > I get

Re: Emacs 21 and w3 on Debian

2005-05-23 Thread Tim X
Tim X <[EMAIL PROTECTED]> writes: > Thierry Emery <[EMAIL PROTECTED]> writes: > > > Tim X <[EMAIL PROTECTED]> writes: > > > > > It seems that > > > there is a problem with relative links within w3 and I wanted to know > > > if anyone else has seen this and possibly has a solution. > > > > I ha