Re: Re: Re: Re: xemacs and auctex

2009-06-18 Thread Maria McKinley
Bob Parnes wrote: On Thu, Jun 18, 2009 at 02:18:31AM -0700, Maria McKinley wrote: Bob Parnes wrote: On Tue, Jun 16, 2009 at 11:10:17AM -0700, Maria McKinley wrote: Bob Parnes wrote: On Mon, Jun 15, 2009 at 01:12:50PM -0700, Maria McKinley wrote: I have the latest xemacs and auctex in lenny, b

Re: Re: Re: xemacs and auctex

2009-06-18 Thread Bob Parnes
On Thu, Jun 18, 2009 at 02:18:31AM -0700, Maria McKinley wrote: > Bob Parnes wrote: >> On Tue, Jun 16, 2009 at 11:10:17AM -0700, Maria McKinley wrote: >>> Bob Parnes wrote: On Mon, Jun 15, 2009 at 01:12:50PM -0700, Maria McKinley wrote: > I have the latest xemacs and auctex in lenny, but w

Re: Re: Re: xemacs and auctex

2009-06-18 Thread Maria McKinley
Bob Parnes wrote: On Tue, Jun 16, 2009 at 11:10:17AM -0700, Maria McKinley wrote: Bob Parnes wrote: On Mon, Jun 15, 2009 at 01:12:50PM -0700, Maria McKinley wrote: I have the latest xemacs and auctex in lenny, but when I try C-c C-c, I get C-c C-c not defined. Any ideas what I did wrong? I su

Re: Re: xemacs and auctex

2009-06-17 Thread Bob Parnes
On Tue, Jun 16, 2009 at 11:10:17AM -0700, Maria McKinley wrote: > Bob Parnes wrote: >> On Mon, Jun 15, 2009 at 01:12:50PM -0700, Maria McKinley wrote: >>> I have the latest xemacs and auctex in lenny, but when I try C-c C-c, >>> I get C-c C-c not defined. Any ideas what I did wrong? I suspect >>

Re: Re: xemacs and auctex

2009-06-16 Thread Maria McKinley
Bob Parnes wrote: On Mon, Jun 15, 2009 at 01:12:50PM -0700, Maria McKinley wrote: I have the latest xemacs and auctex in lenny, but when I try C-c C-c, I get C-c C-c not defined. Any ideas what I did wrong? I suspect something in my .xemacs, but don't know what to look for... thanks, maria

Re: xemacs and auctex

2009-06-16 Thread Bob Parnes
On Mon, Jun 15, 2009 at 01:12:50PM -0700, Maria McKinley wrote: > I have the latest xemacs and auctex in lenny, but when I try C-c C-c, I > get C-c C-c not defined. Any ideas what I did wrong? I suspect something > in my .xemacs, but don't know what to look for... > > thanks, > maria > > > --

Re: xemacs flickers

2009-03-06 Thread Arthur Marsh
Peter Robinson wrote, on 2009-02-20 08:47: Hi all, I have xemacs21 installed on a the following system (PC) deb ftp://ftp.de.debian.org/debian/ sid main contrib non-free deb-src ftp://ftp.de.debian.org/debian/ sid main deb http://security.debian.org/ lenny/updates main contrib deb-src http:/

Re: XEmacs - how to automate mark-search-cut

2007-05-27 Thread Tyler Smith
On 2007-05-27, Russell L. Harris <[EMAIL PROTECTED]> wrote: > > The code runs in Emacs. If I comment out the line > "(transient-mark-mode -1)", it also runs in XEmacs. But in both > cases, it aborts with an "unbalanced parenthesis" error after finding > about ten footnotes (about 25 percent of

Re: XEmacs - how to automate mark-search-cut

2007-05-27 Thread Mumia W..
On 05/27/2007 12:30 AM, Russell L. Harris wrote: On 2007-05-26, Russell L. Harris <[EMAIL PROTECTED]> wrote: I need to extract footnotes from a very long LaTeX document. I would like to start with a copy of the document, then delete from the copy all text which is not a footnote. [...] Next,

Re: XEmacs - how to automate mark-search-cut

2007-05-26 Thread Russell L. Harris
* Tyler Smith <[EMAIL PROTECTED]> [070527 00:00]: > Here's the code, hope it helps! > > (defun extract-footnotes () > "Copy all footnotes to a separate *FOOTNOTES* buffer" > (interactive) > (let ((active-buffer (current-buffer))) > (save-excursion > (if (memq (get-buffer "*FOOTNOTE

Re: XEmacs - how to automate mark-search-cut

2007-05-26 Thread Russell L. Harris
* Tyler Smith <[EMAIL PROTECTED]> [070527 00:00]: ... > One note - I had to turn off transient-mark-mode to get this to > work. I don't know why. If you like to use transient mark mode you'll > have to turn it back on afterwards. > > Here's the code, hope it helps! > > Tyler > > (defun extract-f

Re: XEmacs - how to automate mark-search-cut

2007-05-26 Thread Russell L. Harris
* Tyler Smith <[EMAIL PROTECTED]> [070527 00:00]: > On 2007-05-26, Tyler Smith <[EMAIL PROTECTED]> wrote: > > On 2007-05-26, Russell L. Harris <[EMAIL PROTECTED]> wrote: > >> I need to extract footnotes from a very long LaTeX document. I would > >> like to start with a copy of the document, then d

Re: XEmacs - how to automate mark-search-cut

2007-05-26 Thread Tyler Smith
On 2007-05-26, Tyler Smith <[EMAIL PROTECTED]> wrote: > On 2007-05-26, Russell L. Harris <[EMAIL PROTECTED]> wrote: >> I need to extract footnotes from a very long LaTeX document. I would >> like to start with a copy of the document, then delete from the copy >> all text which is not a footnote. >

Re: XEmacs - how to automate mark-search-cut

2007-05-26 Thread Tyler Smith
On 2007-05-26, Russell L. Harris <[EMAIL PROTECTED]> wrote: > I use XEmacs as my editor. > > I need to extract footnotes from a very long LaTeX document. I would > like to start with a copy of the document, then delete from the copy > all text which is not a footnote. > > Is there a way to: > >

Re: XEmacs TeX mode: Excessive syntax highlighting

2005-08-05 Thread Jim Ottaway
> Victor Munoz <[EMAIL PROTECTED]> writes: > Hello. > Since the sarge upgrade, everytime I open a TeX document, wherever I > have some \section{} command, appears in Big Bold Blue letters. > I don't like it. I'm perfectly happy with a change of color, but not a > change of size. You can set

Re: XEmacs TeX mode: Excessive syntax highlighting

2005-08-05 Thread michael
On Fri, 2005-08-05 at 22:46 +0900, Victor Munoz wrote: > On Fri, Aug 05, 2005 at 02:14:00PM +0100, michael wrote: > > > The emacs (sic) command to toggle font-lock (syntax highlighting) is > > font-lock-mode > > > > Yes, except that it disables all syntax highlighting. I don't want that. I > wa

Re: XEmacs TeX mode: Excessive syntax highlighting

2005-08-05 Thread Victor Munoz
On Fri, Aug 05, 2005 at 02:14:00PM +0100, michael wrote: > The emacs (sic) command to toggle font-lock (syntax highlighting) is > font-lock-mode > Yes, except that it disables all syntax highlighting. I don't want that. I want syntax highlighting to change only font colors if needed, not the f

Re: XEmacs TeX mode: Excessive syntax highlighting

2005-08-05 Thread michael
On Fri, 2005-08-05 at 17:13 +0900, Victor Munoz wrote: > Hello. > > Since the sarge upgrade, everytime I open a TeX document, wherever I > have some \section{} command, appears in Big Bold Blue letters. > I don't like it. I'm perfectly happy with a change of color, but not a > change of size. >

Re: Xemacs & latex

2004-09-27 Thread Niels L Ellegaard
On Mon, 27 Sep 2004 14:31:50 +0200 [EMAIL PROTECTED] wrote: > Under xemacs 21 it is possible to compile a latex file by issuing the command > 'C-c C-r'. Unfortunately this runs the plain 'latex' command whilst I'd > like to run 'pdflatex' (and also ConTeXt via texexec). > > How could I reach thi

Re: xemacs & auctex

2004-09-21 Thread Adam Funk
On Tuesday 21 September 2004 12:30, Vittorio wrote: >> > What shall I do to make xemacs21 modify its menu as soon as a .tex >> > file is loaded? >> >> Have you tried to put "(require 'tex-site)" in your "~/.emacs" >> configuration file? > > YES. To no avail. > Vittorio I use GNU Emacs rather tha

Re: xemacs & auctex again....

2004-09-21 Thread Ralf Angeli
* Vittorio (2004-09-20) writes: > What shall I do to make xemacs21 modify its menu as soon as a .tex file is > loaded? [...] > Ralf Angeli from auctex mailing list answered suggesting to follow the > instruction for the installation. > > Well here a phylosophical issue is coming up. As a debian

Re: xemacs & auctex

2004-09-21 Thread Vittorio
On Tuesday 21 September 2004 11:53, André Carezia wrote: > On Sun, 19 Sep 2004 02:11:16 +0100 > > Vittorio <[EMAIL PROTECTED]> wrote: > > I've just installed xemacs21 to run latex files under kde as I'm > > usually doing with emacs[-21] & auctex. But differently from emacs > > which display a new m

Re: xemacs & auctex

2004-09-21 Thread André Carezia
On Sun, 19 Sep 2004 02:11:16 +0100 Vittorio <[EMAIL PROTECTED]> wrote: > I've just installed xemacs21 to run latex files under kde as I'm > usually doing with emacs[-21] & auctex. But differently from emacs > which display a new menu when inputing a .tex file with the "command" > menu xemacs21 doe

Re: xemacs & auctex again....

2004-09-20 Thread Stephen Patterson
On Mon, 20 Sep 2004 19:20:09 +0200, Vittorio wrote: > What shall I do to make xemacs21 modify its menu as soon as a .tex file is > loaded? Ah, emacs and xemacs are 2 slightly different beasts. The simplest solution would be to replace xemacs with emacs-x11, which is the same as your console emacs

Re: XEmacs has stopped working.

2004-08-18 Thread W. Paul Mills
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Dockter wrote: | My xemacs installation has stopped working. I have never edited/changed | any emacs/xemacs related files/directories that are installed by Debian | and have not changed my ~/.xemacs/init.el since February, 2003. Also, I'm | using

Re: XEmacs octave mode (font lock problem)

2004-02-05 Thread John W. Eaton
On 5-Feb-2004, Victor Munoz <[EMAIL PROTECTED]> wrote: | Reading the bug report, I noticed the reported refered to a question | I posted to the debian-user list, so I'm glad somone else noticed | the problem as well, and the bug was solved (so I should have filed | the bug report myself then!).

Re: XEmacs octave mode (font lock problem)

2004-02-05 Thread Victor Munoz
> > Another bug report regarding XEmacs and the very latest octave2.1-emacsen > package was filed recently [1], and addressed with a small patch by JWE. > [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=229336 Reading the bug report, I noticed the reported refered to a question I posted

Re: XEmacs octave mode (font lock problem)

2004-02-04 Thread Dirk Eddelbuettel
On Thu, Feb 05, 2004 at 12:49:15PM +0900, Victor Munoz wrote: > > > Hello. Lately I've had a problem with editing octave files with > XEmacs. I'm using Debian woody, and this may be an issue with the > distribution or with XEmacs. So I'm posting this to the octave help > and debian user list

Re: xemacs colorless in xterm

2003-11-25 Thread Mark Roach
On Thu, 2003-11-20 at 12:02, Matt Price wrote: > hey folks, > > some questios for emacs'ers > just recently switched to xemacs from emacs (see recent thread I > started, thanks to all for help). For the most part working well, but > when run in a terminal (through xemacs-nw or gnuclient -nw) xema

Re: XEmacs and Gnome Terminal copy/paste

2003-01-13 Thread Victor Munoz
> > > > xemacs -q which starts the editor of the gods without an init > > file > > > > or > > > > xemacs -vanilla no init file, no site start stuff, etc > > > > > > > > Nope, it doesn't help, can anyone reproduce this? > I remember I had a similar problem when I started usin

Re: XEmacs and Gnome Terminal copy/paste

2003-01-10 Thread Jorge Santos
Glyn Millington <[EMAIL PROTECTED]> writes: > "Gary Hennigan" <[EMAIL PROTECTED]> writes: > > Whenever I have weird problems with Emacsen I always start by > > renaming/moving my ~/.emacs (or ~/.xemacs) to some scratch name and > > try whatever it is without an Emacsen init file. Does that show yo

Re: XEmacs and Gnome Terminal copy/paste

2003-01-09 Thread Glyn Millington
"Gary Hennigan" <[EMAIL PROTECTED]> writes: > Whenever I have weird problems with Emacsen I always start by > renaming/moving my ~/.emacs (or ~/.xemacs) to some scratch name and > try whatever it is without an Emacsen init file. Does that show you > anything? In other words, make sure you're not pu

Re: XEmacs and Gnome Terminal copy/paste

2003-01-09 Thread Gary Hennigan
"Jorge Santos" <[EMAIL PROTECTED]> writes: > It seems like I can't paste with the middle button to the Gnome > Terminal (2.x) text selected inside XEmacs, however pasting to other > programs work as does pasting the other way around. Anyone can > confirm this and/or suggest a solution? > > BTW, I

Re: xemacs background won't show an .xpm file

2002-06-20 Thread Glyn Millington
Glen Lee Edwards <[EMAIL PROTECTED]> writes: > > Well, sort of not really. I have extensive modifications, most of which > are in various files in ~/lisp. When I installed xemacs on this box, I > first copied all my configuration files over from the other server. On > installing xemacs, it s

Re: xemacs background won't show an .xpm file

2002-06-19 Thread Glen Lee Edwards
On Wednesday 19 June 2002 01:07 am, Glyn Millington wrote: > Glen Lee Edwards <[EMAIL PROTECTED]> writes: > > http://members.fcwm.org/glen/fvwm/fvwm2.jpg > > Nice - but do you LIKE those icons?! It's a matter of priorities. I have to work on functionality first. I worry about looks when I have

Re: xemacs background won't show an .xpm file

2002-06-19 Thread Glyn Millington
Glen Lee Edwards <[EMAIL PROTECTED]> writes: > > http://members.fcwm.org/glen/fvwm/fvwm2.jpg Nice - but do you LIKE those icons?! > > I can't get it to work on the Debian box. Instead of displaying the > pixmap I'm getting a solid black background. Following is the line I'm > using in .xema

Re: xemacs problems

2002-05-25 Thread Richard Cobbe
Lo, on Thursday, May 23, Glen Lee Edwards did write: > I installed xemacs 21 from Woody. I run fvwm as my window manager. I'm using > the same configuration files as I did with Red Hat for both. Xemacs is > ignoring > the font information I have in my configuration files, and when it loads in

Re: xemacs problems

2002-05-24 Thread Tim Dijkstra
On Thu, 23 May 2002 18:20:55 -0500 "Glen Lee Edwards" <[EMAIL PROTECTED]> wrote: > The font is something else - if I was legally blind it would easily be > large enough for me to see it. I'd much prefer to be able to tweak it > to a smaller size. > The font size of the fonts used in xemacs can be

Re: xemacs problems

2002-05-24 Thread user list
I'm also having trouble with fonts on my newset machine in xemacs21. Specifically, I only get the courier font in the body of the file no matter what font I choose. the font does change for the line at the bottom of the file that starts ISO8 I checked the version number and it's the same (XEmacs

Re: xemacs problems

2002-05-24 Thread Sean 'Shaleh' Perry
On 24-May-2002 Glen Lee Edwards wrote: > Adam, > > I'm not going to rewrite the lisp code on xemacs to automatically add in a > Reply-to: header that matches one of the dozen or so email addresses I use. > All > my boxes have their own static IP address, and a reverse DNS lookup matches > the > D

Re: xemacs problems

2002-05-23 Thread Glen Lee Edwards
Adam, I'm not going to rewrite the lisp code on xemacs to automatically add in a Reply-to: header that matches one of the dozen or so email addresses I use. All my boxes have their own static IP address, and a reverse DNS lookup matches the DSN address to the machine and my userid. If that isn't

Re: xemacs on debian = horked

2002-04-09 Thread Alan Shutko
John F Davis <[EMAIL PROTECTED]> writes: > Does the new emacs support tabbed windows? Not yet, though I seem to recall some discussion about putting in the infrastructure to do it right a while back, so someone might be interested in doing it. In all fairness, the bug list for Emacs21 looks pr

Re: xemacs on debian = horked

2002-04-09 Thread John F Davis
es by clicking the tab. JD Rob Weir <[EMAIL PROTECTED]>@softhome.net> on 04/06/2002 09:23:53 PM To:debian-user@lists.debian.org cc: Subject:Re: xemacs on debian = horked On Fri, Apr 05, 2002 at 12:01:52PM -0800, David Wright wrote: > > Xemacs (xemacs21-21.4.6-7) on

Re: xemacs on debian = horked

2002-04-09 Thread Rob Weir
On Fri, Apr 05, 2002 at 12:01:52PM -0800, David Wright wrote: > > Xemacs (xemacs21-21.4.6-7) on Debian appears to be completely horked. > There are tons of bug reports going back over 2-1/2 years, many without so > much as an initial reply from the maintainer. Many appear to cover very > simple bu

Re: xemacs on debian = horked

2002-04-05 Thread Shyamal Prasad
"David" == David Wright <[EMAIL PROTECTED]> writes: David> Xemacs (xemacs21-21.4.6-7) on Debian appears to be David> completely horked. There are tons of bug reports going David> back over 2-1/2 years, many without so much as an initial David> reply from the maintainer. Many a

Re: xemacs + xml -> error on sid

2002-04-05 Thread Shyamal Prasad
"David" == David Wright <[EMAIL PROTECTED]> writes: David> I am running the latest xemacs on sid David> (xemacs21-21.4.6-7). Whenever I open a .xml or .htm file, David> my screen splits, with the lower half going to an *SGML David> LOG* buffer, which reports "External entity do

Re: xemacs on debian = horked

2002-04-05 Thread Dan Griswold
I have found Xemacs to be rock solid on Debian. I've run it on Potato, Woody, and Sid. When something has gone wrong, it's usually been another package. And I strongly suspect that most of those bug reports refer to old versions. Maybe this means there's a problem with the bug reporting system (I'm

Re: xemacs + xml -> error on sid

2002-04-05 Thread Henrik Enberg
David Wright <[EMAIL PROTECTED]> writes: >> uninstall the psgml package. > > $ dpkg -s psgml > Package: psgml > Status: purge ok not-installed > Priority: optional > Section: text > > Thanks for trying, but that's not it. It is. There are no other packages for (X)Emacs that behave that way. It m

Re: xemacs + xml -> error on sid

2002-04-05 Thread David Wright
> uninstall the psgml package. Ah, I see. psgml appears to be a seperate package for emacs, but included in the xemacs package. Is there some one I can disable that mode for xemacs? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTE

Re: xemacs + xml -> error on sid

2002-04-05 Thread David Wright
> uninstall the psgml package. $ dpkg -s psgml Package: psgml Status: purge ok not-installed Priority: optional Section: text Thanks for trying, but that's not it. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: xemacs + xml -> error on sid

2002-04-05 Thread Henrik Enberg
David Wright <[EMAIL PROTECTED]> writes: > I am running the latest xemacs on sid (xemacs21-21.4.6-7). Whenever I open > a .xml or .htm file, my screen splits, with the lower half going to an > *SGML LOG* buffer, which reports "External entity doc not found". Then it > says "(1) (error/warning) Err

Re: Xemacs error message

2002-04-05 Thread Rob Weir
On Wed, Apr 03, 2002 at 12:32:01AM -0800, Sam wrote: > I use Xemacs version 21.4. Everytime I start it, I get the message > "No /etc/mailname. Reverting to default..." > Why is this and how can I fix it? > Thanx, > Sam I think /etc/mailname is generated by your MTA. If you're running exim, then e

Re: xemacs menu has LARGE fonts

2002-04-01 Thread Gary Hennigan
"Tim Dijkstra" <[EMAIL PROTECTED]> writes: > I use xemacs for general purpose editing, but since my last apt-get > upgrade (which upgraded a lot of packages) the menu bar has a really > big font. I can't find a way to change the font it's using, can > anybody help me with this? I bet you installed

Re: XEmacs ignoring .Xresources

2002-03-29 Thread Hanspeter Roth
On Mar 29 at 13:16, Larry Elmore spoke: > I'm using Sid and XEmacs. XEmacs simply ignores all settings. I'm using a > modified copy of the example .Xdefaults file that came with XEmacs, so I'm > baffled as to why XEmacs apparently doesn't recognize any of the settings > I've changed (and load

Re: Xemacs menubar font

2001-10-23 Thread Damon Muller
Quoth Hartmut Figge, > README.Debian says: > > 3) For mule binaries you must use "fontSet" rather than "font" in >Xresources to change the fonts used. For example: > Emacs*font: -*-lucidatypewriter-medium-r-normal-*-10-* > > becomes > Emacs*fontSet: -*-lucidatypewriter-medium-r-normal-*-10-

Re: Xemacs menubar font

2001-10-23 Thread Hartmut Figge
Damon Muller wrote: > A quick question for all the Xemacs gurus out there. by no means. i´m looking at gnu and seems to be condemned to emacs. > The Xemacs FAQ suggests the following lines: > > Emacs.default.attributeFont: -*-*-medium-r-*-*-*-120-*-*-m-*-*-* > Emacs*menubar*font: fix

Re: xemacs 21.4.1-2 forces DNS lookup

2001-06-16 Thread Guy Geens
> "Andreas" == Andreas Kurth <[EMAIL PROTECTED]> writes: Andreas> After upgrading to xemacs 21.4.1-2 on debian woody xemacs Andreas> won't start without network (DNS) any more. This is Andreas> espacially annoying since I have an autodial connection to Andreas> the net. Try changing the line

Re: Xemacs & Debian packaging systems

2001-06-10 Thread Glyn Millington
Bruce Sass <[EMAIL PROTECTED]> writes: > On 10 Jun 2001, Glyn Millington wrote: > <...> > > Well I ran Xemacs as root and did some upgrading with it's packaging > > system and it doesn't appear to have done any harm ;-) Maybe we should > > just have assumed that apt-get is just too damned good to

Re: Xemacs & Debian packaging systems

2001-06-10 Thread Bruce Sass
On 10 Jun 2001, Glyn Millington wrote: <...> > Well I ran Xemacs as root and did some upgrading with it's packaging > system and it doesn't appear to have done any harm ;-) Maybe we should > just have assumed that apt-get is just too damned good to be thrown by > Xemacs' antics! The only time you

Re: Xemacs & Debian packaging systems

2001-06-10 Thread Glyn Millington
Giulio Morgan <[EMAIL PROTECTED]> writes: > Glyn Millington <[EMAIL PROTECTED]> writes: > > > Xemacs has it's own packaging system for upgrading component packages. > > Does using it compromise the debian system and foul up any future > > apt-gettery I might wish to try? > > > > I feel sure ther

Re: Xemacs & Debian packaging systems

2001-06-09 Thread Giulio Morgan
Glyn Millington <[EMAIL PROTECTED]> writes: > Xemacs has it's own packaging system for upgrading component packages. > Does using it compromise the debian system and foul up any future > apt-gettery I might wish to try? > > I feel sure there must be a "Debian way" on this - any suggestions? > >

Re: XEmacs broken in testing since yesterday?

2001-05-29 Thread Henrik Grotjahn
[EMAIL PROTECTED] (Colin Watson) writes: Hello, > >| Sorry, but the following packages have unmet dependencies: > >| xemacs21-bin: Depends: xemacs21-support (= 21.4.1-2) but 21.1.10-4 > >| is to be installed > >| Depends: xemacs21 (= 21.4.1-2) > >| E: Sorry, broken packages > >

Re: XEmacs broken in testing since yesterday?

2001-05-29 Thread Colin Watson
Henrik Grotjahn <[EMAIL PROTECTED]> wrote: >I am running "testing" and I do "apt-get update && apt-get >dist-upgrade" once in a while. So I did yesterday. Some packages were >downloaded and upgraded, on of them was XEmacs. But I got >this message: [...] >| Sorry, but the following packages have unm

Re: xemacs and html

2001-02-13 Thread Robert Cymbala
This is meant for Windows NT, but this is a good reference. It goes step-by-step, and deals with the sgml-open catalog. And it includes emacs LISP syntax. "SGML for Windows NT" http://ourworld.compuserve.com/homepages/hoenicka_markus/book1.html --- Adam Read <[EMAIL PROTECTED]> wrote: > When

Re: xemacs alt-del kiss of death

2001-01-08 Thread Johann Spies
On Sat, Jan 06, 2001 at 04:49:09PM -0800, [EMAIL PROTECTED] wrote: > does anyone else see this problem? > > within an 'xterm', run 'emacs -nw', then type meta-. it > always suspends my xterm and gives me the command prompt: > > > [1]+ Stopped xemacs -nw > % I don't get this beh

Re: Xemacs won't run

2000-12-30 Thread MH
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Cameron Matheson" <[EMAIL PROTECTED]> writes: > For some reason Xemacs won't run.  It used to, but for some (uknown) reason > it has > stopped.  When I try to run the mule binary (or any other binary for that > matter), it > runs my hard-drive for

Re: Xemacs won't run

2000-12-30 Thread Aaron Brashears
On Sat, Dec 30, 2000 at 05:18:01PM -0700, Cameron Matheson wrote: > For some reason Xemacs won't run. It used to, but for some (unkown) reason > it has stopped. When I try to run the mule binary (or any other binary for > that matter), it runs my hard-drive for a second, and then nothing happen

Re: Xemacs 21.1 and Gnus 5.8.3

2000-12-07 Thread Willy Lee
"Gary" == Gary Hennigan <[EMAIL PROTECTED]> writes: > "Willy Lee" <[EMAIL PROTECTED]> writes: >> >> Hm, this doesn't seem right. Should be #.newsrc-dribble#, and that >> should be deleted after quitting Gnus. Gnus should save the groups >> and read articles to the .newsrc and .newrc.eld files a

Re: Xemacs 21.1 and Gnus 5.8.3

2000-12-06 Thread Bud Rogers
On Wednesday 06 December 2000 09:14, Nate Bargmann wrote: > Yesterday I updated to 2.2r2 and decided to give Xemacs and Gnus a > try (I had been playing with Emacs 20.7 and Gnus 5.7 and it worked > fine). The problem seems to be that Gnus is ignoring the > .newsrc-dribble file and is reading the en

Re: Xemacs 21.1 and Gnus 5.8.3

2000-12-06 Thread Nate Bargmann
Well, I finally arrived at a work-around of sorts. I removed the Gnus 5.8.3 package and then ran the gnus included with Xemacs 21 package which happened to be Gnus 5.6.45. I found it worked just fine, so after getting the groups I wanted I used it to kill the nndoc+gnus-help:gnus-help group it in

Re: Xemacs 21.1 and Gnus 5.8.3

2000-12-06 Thread Chris Gray
> Nate Bargmann writes: nb> On Wed, Dec 06, 2000 at 07:50:53PM +0100, Veit Waltemath nb> wrote: >>> check if tht TM-Mime stuff is installed.If so, remove it, it >>> conflicts with builtin-mime-support of gnus 5.8.x. nb> I don't see a Debian package by that name, so I am re

Re: Xemacs 21.1 and Gnus 5.8.3

2000-12-06 Thread Nate Bargmann
On Wed, Dec 06, 2000 at 07:50:53PM +0100, Veit Waltemath wrote: > check if tht TM-Mime stuff is installed.If so, remove it, it conflicts with > builtin-mime-support of gnus 5.8.x. I don't see a Debian package by that name, so I am reasonably sure it's not installed. FYI, I installed the xemacs21

Re: Xemacs 21.1 and Gnus 5.8.3

2000-12-06 Thread Nate Bargmann
On Wed, Dec 06, 2000 at 09:31:34AM -0800, Willy Lee wrote: > > This is what I would try: > > If you have the ~/.newsrc and ~/.newsrc.eld files, you should delete > the ~/#.newsrc.dribble# file (when Gnus is not running), then start > Gnus again. See if that works. Essentially, that is what I tr

Re: Xemacs 21.1 and Gnus 5.8.3

2000-12-06 Thread Veit Waltemath
check if tht TM-Mime stuff is installed.If so, remove it, it conflicts with builtin-mime-support of gnus 5.8.x.

Re: Xemacs 21.1 and Gnus 5.8.3

2000-12-06 Thread Gary Hennigan
"Willy Lee" <[EMAIL PROTECTED]> writes: > "Nate" == Nate Bargmann <[EMAIL PROTECTED]> writes: > > > Yesterday I updated to 2.2r2 and decided to give Xemacs and Gnus a > > try (I had been playing with Emacs 20.7 and Gnus 5.7 and it worked > > fine). The problem seems to be that Gnus is ignoring th

Re: Xemacs 21.1 and Gnus 5.8.3

2000-12-06 Thread Willy Lee
"Nate" == Nate Bargmann <[EMAIL PROTECTED]> writes: > Yesterday I updated to 2.2r2 and decided to give Xemacs and Gnus a > try (I had been playing with Emacs 20.7 and Gnus 5.7 and it worked > fine). The problem seems to be that Gnus is ignoring the > .newsrc-dribble file and is reading the entire

Re: XEmacs & CPerl: DEL doesn't forward-delete?

2000-11-18 Thread Richard Klinda
> "Ra" == Ralf G R Bergs <[EMAIL PROTECTED]> writes: Ra> I'm having a hard time fighting with XEmacs and/or CPerl. Ra> For whatever reason the DEL key deletes backwords in XEmacs, but ONLY Ra> in CPerl mode. [...] Same here. :-( (Wow, random sig... ;-)) -- ...sutongi tti olleh

Re: XEmacs 21 and updating packages question

2000-09-19 Thread Joachim Trinkwitz
Omen Wild <[EMAIL PROTECTED]> writes: > I have found the pui-package-install-dest-dir variable and set it to > /usr/local/lib/xemacs/xemacs-packages/ and XEmacs happily installs ^ > packages into that directory. But, and here is the question, how do I > get X

Re: XEmacs options file doesn't save options

2000-08-09 Thread Rick Loga
For XEmacs 19.14 and previous: John Mann writes: You have to go to Options->Frame Appearance and unselect `Frame-Local Font Menu'. If this option is selected, font changes are only applied to the current frame and do not get saved when you save options. For XEmacs 19.15 and later: Impleme

Re: Xemacs and cvs problem...

2000-07-24 Thread Brian May
> "Alwyn" == Alwyn Schoeman <[EMAIL PROTECTED]> writes: Alwyn> Hi, I'm using woody and helixgnome. When I want to access Alwyn> a remote cvs repository from within Xemacs over ssh I get Alwyn> the error in emacs that "No controlling tty was found and Alwyn> thus couldn't get p

Re: Xemacs/GNUs and decoding attachments

2000-07-02 Thread Christopher Splinter
* Andre Berger <[EMAIL PROTECTED]> wrote: > Not quite what I wanted though... I would like to get my MIME > right to the Field menu back whenever I write or read a > message. <[EMAIL PROTECTED]>: | from .emacs, but unfortunately I have to "M-x mime/editor-mode" by | hand now. Hm .. isn't that a

Re: Xemacs/GNUs and decoding attachments

2000-07-02 Thread Andre Berger
Christopher Splinter <[EMAIL PROTECTED]> writes: > * Andre Berger <[EMAIL PROTECTED]> wrote: > > > Christopher Splinter <[EMAIL PROTECTED]> writes: > > > * Andre Berger <[EMAIL PROTECTED]> wrote: > > > > Christopher Splinter <[EMAIL PROTECTED]> writes: > > > > > If you use tm, you probably also u

Re: Xemacs/GNUs and decoding attachments

2000-07-02 Thread Christopher Splinter
* Andre Berger <[EMAIL PROTECTED]> wrote: > Christopher Splinter <[EMAIL PROTECTED]> writes: > > * Andre Berger <[EMAIL PROTECTED]> wrote: > > > Christopher Splinter <[EMAIL PROTECTED]> writes: > > > > If you use tm, you probably also use Gnus < 5.8.0, right? You > > > > should upgrade. > > > I di

Re: Xemacs/GNUs and decoding attachments

2000-07-01 Thread Andre Berger
Christopher Splinter <[EMAIL PROTECTED]> writes: > * Andre Berger <[EMAIL PROTECTED]> wrote: > > > Christopher Splinter <[EMAIL PROTECTED]> writes: > > > If you use tm, you probably also use Gnus < 5.8.0, right? You > > > should upgrade. > > I did, and the problem is gone. But I get errors on sta

Re: Xemacs/GNUs and decoding attachments

2000-07-01 Thread Christopher Splinter
* Andre Berger <[EMAIL PROTECTED]> wrote: > Christopher Splinter <[EMAIL PROTECTED]> writes: > > If you use tm, you probably also use Gnus < 5.8.0, right? You > > should upgrade. > I did, and the problem is gone. But I get errors on startup: [...] Have a look at <[EMAIL PROTECTED]>[1]. Does this

Re: Xemacs/GNUs and decoding attachments

2000-07-01 Thread Andre Berger
Christopher Splinter <[EMAIL PROTECTED]> writes: > * Andre Berger <[EMAIL PROTECTED]> wrote: > > > application/x-gzip; base64 -> /tmp/Xautoconfig-0.6.tar.gz > > /usr/share/xemacs21/packages/lib-src/tmdecode: mmencode: command not found > > Try putting "/usr/lib/xemacs-21.1.10/i386-debian-linux/"

Re: Xemacs/GNUs and decoding attachments

2000-07-01 Thread Christopher Splinter
* Andre Berger <[EMAIL PROTECTED]> wrote: > application/x-gzip; base64 -> /tmp/Xautoconfig-0.6.tar.gz > /usr/share/xemacs21/packages/lib-src/tmdecode: mmencode: command not found Try putting "/usr/lib/xemacs-21.1.10/i386-debian-linux/" in your $PATH. > Process tm-file exited abnormally with code

Re: Xemacs/GNUs

2000-06-22 Thread Andre Berger
Christopher Splinter <[EMAIL PROTECTED]> writes: > * Andre Berger <[EMAIL PROTECTED]> wrote: > > > I'm using Xemacs21.1.10(nomule)/GNUs 5.6.45 and I would like to > > filter out all duplicate messages (the ones GNUs warns about). > > See section 6.3.11 in the Gnus manual: Sorry, I have overlook

Re: Xemacs/GNUs

2000-06-22 Thread Christopher Splinter
* Andre Berger <[EMAIL PROTECTED]> wrote: > I'm using Xemacs21.1.10(nomule)/GNUs 5.6.45 and I would like to > filter out all duplicate messages (the ones GNUs warns about). See section 6.3.11 in the Gnus manual: , | 6.3.11 Duplicates | |If you are a member of a couple of mailing

Re: xemacs and the docbook 3.1 dtd's

2000-04-03 Thread John Pearson
On Sat, Apr 01, 2000 at 05:11:00PM -0800, Eric G . Miller wrote > On Sun, Apr 02, 2000 at 09:46:37AM +0930, John Pearson wrote: > > On Sat, Apr 01, 2000 at 11:03:14AM -0800, Aaron Van Couwenberghe wrote > > > Hey people - > > > > > > I'm just trying to edit docbook here, and it's quite obvious t

Re: xemacs and the docbook 3.1 dtd's

2000-04-02 Thread Eric G . Miller
On Sun, Apr 02, 2000 at 09:46:37AM +0930, John Pearson wrote: > On Sat, Apr 01, 2000 at 11:03:14AM -0800, Aaron Van Couwenberghe wrote > > Hey people - > > > > I'm just trying to edit docbook here, and it's quite obvious that > > emacs doesn't know to look for DTDs. I've found that emacs has

Re: xemacs and the docbook 3.1 dtd's

2000-04-02 Thread John Pearson
On Sat, Apr 01, 2000 at 11:03:14AM -0800, Aaron Van Couwenberghe wrote > Hey people - > > I'm just trying to edit docbook here, and it's quite obvious that emacs > doesn't know to look for DTDs. I've found that emacs has a number > of options for setting custom search paths for these kinds of f

Re: xemacs and the docbook 3.1 dtd's

2000-04-01 Thread Eric G . Miller
On Sat, Apr 01, 2000 at 11:03:14AM -0800, Aaron Van Couwenberghe wrote: > Hey people - > > I'm just trying to edit docbook here, and it's quite obvious that > emacs doesn't know to look for DTDs. I've found that emacs has a > number of options for setting custom search paths for these kinds

Re: XEmacs use 'Alt' as 'Meta'

2000-03-19 Thread Brian Lavender
I just use xkeycaps to redefine the keys. Check dselect for it. Am I following this thread correctly? brian On Sat, Mar 18, 2000 at 04:55:23PM -0800, [EMAIL PROTECTED] wrote: > > I've been rather fighting the inconsistancies myself. I might get to > fixing up console someday. > > Oh yeah, there

Re: XEmacs use 'Alt' as 'Meta'

2000-03-19 Thread ferret
I've been rather fighting the inconsistancies myself. I might get to fixing up console someday. Oh yeah, there's something called ICCCM which xemacs follows under X which among other things describes a method (IMO the Right Way) to consistantly read and interpret keypresses. Basically (going f

Re: XEmacs use 'Alt' as 'Meta'

2000-03-18 Thread Frank Barknecht
Brian May hat gesagt: // Brian May wrote: > Is it possible to use the windows key as meta in XEmacs for text mode > sessions? I don't like this inconsistency... Some combinations work, > others don't. Tested: > > text mode console: alt --> meta > gnome-terminal:alt --> meta > xterm: w

Re: XEmacs use 'Alt' as 'Meta'

2000-03-18 Thread Brian May
> "Sean" == Sean 'Shaleh' Perry <[EMAIL PROTECTED]> writes: Sean> On 16-Mar-2000 Joseph A. Martin wrote: >> Hello, I feel like this should be a simple thing to do, but I >> haven't been able to figure it out so far. I want XEmacs to my >> Left Alt key as the Meta key. It works

RE: XEmacs use 'Alt' as 'Meta'

2000-03-16 Thread Sean 'Shaleh' Perry
On 16-Mar-2000 Joseph A. Martin wrote: > Hello, > I feel like this should be a simple thing to do, but I haven't > been able to figure it out so far. I want XEmacs to my Left Alt key as > the Meta key. It works like that when I am running XEmacs from the > console. However, if I run XEmacs f

Re: XEmacs use 'Alt' as 'Meta'

2000-03-16 Thread Rick Macdonald
On Thu, 16 Mar 2000, Joseph A. Martin wrote: > Hello, > I feel like this should be a simple thing to do, but I haven't > been able to figure it out so far. I want XEmacs to my Left Alt key as > the Meta key. It works like that when I am running XEmacs from the > console. However, if I run XE

Re: xemacs problem

2000-02-16 Thread Colin Marquardt
* Micha Feigin <[EMAIL PROTECTED]> writes: > When I change the options in xemacs ( 21 latest ) to enable multiple > windows, and I try to compile or move to errors in the compilation, I get > the folowing error message: > wrong type argument : windowp, nil I'd do a M-x set-variable RET debug-

  1   2   3   >