Search the web
Sign In
New User? Sign Up
emacs-nxml-mode · New XML Mode for Emacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 496 - 525 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
496
Still waiting for a clean 21.3, I'm receving the following error message, Loading dired...done Reading directory f:/sgml/files/...done Loading nxml-mode...done...
david.pawson@...
dpawson2000
Offline Send Email
Apr 1, 2004
9:01 am
497
Dear Sir / Madam, Here is a Wonderful Part Time Home based Job Opportunity to be executed online, exclusively meant for you to earn income every month to...
smart_ad0662
Offline Send Email
Apr 7, 2004
11:10 am
498
Earn Rs20, 000 Plus/Month By Working Part Time On The Internet!! For more details kindly visit: http://in.geocities.com/smart0662/smartjobsindia.html HOME...
smart_ad0662
Offline Send Email
Apr 7, 2004
11:12 am
499
I thought I'd pass on this fix I've received from our emacs maintainer, which removes the feature where buffers in modes such as perl or python unexpectedly...
sw_paulwarwicker
sw_paulwarwi...
Offline Send Email
Apr 7, 2004
2:20 pm
500
Using Gnu Emacs 21.3.50.1 (powerpc-apple-darwin7.0.0) of 2003-10-05 on darkstar.local, and the latest nxml-mode-20031031, I'm getting constant "Internal nXML...
Chris Ryland
C_Ryland
Offline Send Email
Apr 7, 2004
10:15 pm
501
I have the following in my .emacs: ;; xmlunicode.el uses caddr, but neither it nor Emacs(!) defines it. (defun caddr (x) (car (cdr (cdr x)))) (defun...
jjramsey_6x9eq42
jjramsey_6x9...
Offline Send Email
Apr 15, 2004
11:09 pm
502
... I figured out what was going on. I had a DOCTYPE declaration in the file. xmlunicode.el seems to have mistaken it for the opening of a comment, which will...
jjramsey_6x9eq42
jjramsey_6x9...
Offline Send Email
Apr 16, 2004
1:51 pm
503
... If I change "(setq pcmt (search-backward "<!" slim t))" to "(setq pcmt (search-backward "<!-" slim t))" (that's with *one* hyphen, not two), then I can get...
jjramsey_6x9eq42
jjramsey_6x9...
Offline Send Email
Apr 17, 2004
2:18 pm
504
If so, I'd like to ask your recipe for success. (Repeating my message from a week ago or so, hoping that the subject will make it clearer what I'm using.) I...
Chris Ryland
C_Ryland
Offline Send Email
Apr 17, 2004
7:08 pm
505
... AFAIK, you aren't *exactly* supposed to autoload nxml-mode. I doubt it's a problem with loading nxml-mode, but just in case, post your .emacs file anyway....
jjramsey_6x9eq42
jjramsey_6x9...
Offline Send Email
Apr 18, 2004
12:01 am
506
... James posted a patch for this awhile back to the list (available in the archives). Hey, where the hell is James anyway?? In any case, IIRC, this is it: ...
Bruce D'Arcus
bdarcus@...
Send Email
Apr 18, 2004
12:22 am
507
Earn Rs20, 000 Plus/Month By Working Part Time On The Internet!! For more details kindly visit: http://www.geocities.com/udaya_shre22/smartjobs.html HOME BASED...
smart_ad0662
Offline Send Email
Apr 19, 2004
7:49 am
508
I tried posting this message last week, but it hasn't shown up on the list, I think. I put together a quick utility to ease writing of XHTML with embedded ...
peterjheslin
Offline Send Email
Apr 19, 2004
2:10 pm
509
Bruce-- Thanks a zillion for that--I *did* scan most of the archives manually (to catch up on the list progress), but missed that (nice big fat) set of...
Chris Ryland
C_Ryland
Offline Send Email
Apr 19, 2004
5:51 pm
510
... Please report such bugs to emacs-pretest-bug@... so they get fixed....
Jason Rumney
jprumney
Offline Send Email
Apr 19, 2004
6:39 pm
511
... Well, I sense confusion. The cited text was written by James long ago, apparently about a CVS vintage of about November last year. The Emacs at mindlube...
Carsten Bormann
knurfel
Offline Send Email
Apr 19, 2004
9:04 pm
512
... People are reporting the same problems now, and I don't remember seeing any bug reports to the appropriate address. What is more, it appears that a...
Jason Rumney
jprumney
Offline Send Email
Apr 19, 2004
10:22 pm
513
I've tried to search the archive, but this did not yield much. Were there any new releases of nxml-mode since October last year? Is there a CVS repository...
AndyElf
Offline Send Email
Apr 20, 2004
2:53 pm
514
... AFAIK, no to all the above. Bruce...
Bruce D'Arcus
bdarcus@...
Send Email
Apr 20, 2004
5:59 pm
515
... Oh, well... There does not seem to be much activity on the list either... A....
AndyElf
Offline Send Email
Apr 29, 2004
1:36 pm
516
... Thanks for your extension. Which css-mode do you use (I have found two of them in the net)? Could you please send a link to php-mode and jsp-mode as well? ...
asdfgh2091
Offline Send Email
May 4, 2004
6:53 pm
517
Hello This company really helped me out. I almost lost my home. I am self employed and I was able to refinance. The best interest rates are available, for a...
concetta_nom@...
Concetta_nom
Offline Send Email
May 10, 2004
2:05 am
518
hi all, i discovered nXML only yesterday (on the #emacs irc channel on freenode.net), and now i'm reading the tutorial and the rest. i develop web applications...
giorgian@...
Send Email
May 10, 2004
9:50 am
519
... This is not the best place for schema design questions. I'd suggest here instead: http://relaxng.org/mailman/listinfo/relaxng-user But perhaps a better...
Bruce D'Arcus
bdarcus@...
Send Email
May 10, 2004
7:04 pm
520
... You know, I had it working on an emacs build from the Fall, but with the recently posted OS X binary, I get an error on load. I haven't a clue what to do...
Bruce D'Arcus
bdarcus@...
Send Email
May 10, 2004
8:29 pm
521
Put this in your .emacs before loading xmlunicode.el: (require 'cl) Gruesse, Carsten...
Carsten Bormann
knurfel
Offline Send Email
May 11, 2004
4:30 am
522
... I was able to get Emacs on OSX to change a font (Courier instead of Monaco), but that did not help too much either -- I still get to see only basic ASCII....
AndyElf
Offline Send Email
May 11, 2004
1:52 pm
523
... While this is starting to get a bit off-topic, here's a (slightly edited -- I hope I didn't goof) excerpt from my .emacs. (This assumes that you have...
Carsten Bormann
knurfel
Offline Send Email
May 11, 2004
5:31 pm
524
... Thanks! The error message seems to be getting less verbose, but I still get this. Debugger entered--Lisp error: (file-error "Cannot open load file" ...
Bruce D'Arcus
bdarcus@...
Send Email
May 12, 2004
3:53 pm
525
... Is your .emacs file byte-compiled? Does it work if you don't do that? ... Be seeing you, norm -- Norman Walsh <normyahoo@...> | There are things...
Norman Walsh
normwalsh
Offline Send Email
May 12, 2004
7:09 pm
Messages 496 - 525 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help