I think you could instantly make html-helper-mode easier to use with a few "doc fixes" to http://www.gest.unipd.it/~saint/hth.html, namely * Smiley faces must...
Tom_Roche@...
Oct 2, 2000 2:55 am
13057
Can anyone help John? Thanks, -geoff ... From: "jpwoodruff" <jpwoodruff@...> To: voelker@... Subject: Prompt - response difficulty...
Geoff Voelker
voelker@...
Oct 2, 2000 6:26 am
13058
From the wayward old FAQ maintainer -- Karel, sorry to keep you on hold. Since I've moved down to UCSD, my resources at UW are disappearing one by one. The...
Geoff Voelker
voelker@...
Oct 2, 2000 6:33 am
13059
Hello all, Having looked through the FAQ, various links, and various e-mails from the list, I find myself forced to bring up the issue again. My problem seems...
Aharon Manne
a.manne@...
Oct 2, 2000 7:42 am
13060
I'm sure it's possible, even simple, but after looking at vc.el and running vc-insert-header on a scratch foo.sql file (that I checked in) I only get the...
Allan Peda
apeda@...
Oct 2, 2000 1:42 pm
13061
... It's expanded when you check the file in/out again. Francis...
Dr Francis J. Wright
F.J.Wright@...
Oct 2, 2000 2:29 pm
13062
Dear NT-Emacs, In the past the vc commands have just worked. Now that I need to do this on my own, I can't seem to make it happen. I have a file called...
Jack Shoemaker
JShoemaker@...
Oct 2, 2000 5:48 pm
13063
I have installed the 3.79.1 release of GNU Make. I don't think I have done it successfully because I am not able to "make" anything so far. (But, I could...
Galen Boyer
galenboyer@...
Oct 2, 2000 7:18 pm
13064
... This sort of expansion is usually done by the version control system itself, not by Emacs. You may need a colon in the tag to make it work, i.e. "$Id: $"....
Jason Rumney
jasonr@...
Oct 2, 2000 8:06 pm
13065
Please help. I hava a file under CVS control. I bring it into an buffer, edit it, save the file, and kill the buffer. Then, when I bring it back into a buffer,...
Chuck Irvine
Chuck.Irvine@...
Oct 2, 2000 10:18 pm
13066
I'm doing a paper, in HTML utf-8, on Italian and Japanese fascism, so I suddenly need better handling of Latin-1 :-) I'd like to improve html-helper-mode's...
Tom Roche
tom_roche@...
Oct 3, 2000 4:01 am
13067
... Why use character entities rather than straight encoding in UTF-8 of these Latin-1 characters? I prefer to see "été" than "été". I use iso-insert to...
Georges KO
gko@...
Oct 3, 2000 9:44 am
13068
... Chuck> Please help. I hava a file under CVS control. I bring it into Chuck> an buffer, edit it, save the file, and kill the buffer. Then, Chuck> when I...
Paul Rudin
Paul_Rudin@...
Oct 3, 2000 10:16 am
13069
... If I recall correctly, the RCS that I use requires a timezone and a user to be set. I also set a couple of other environment variables to configure RCS to...
Dr Francis J. Wright
F.J.Wright@...
Oct 3, 2000 10:28 am
13070
I have this problem also. I believe it is the function "vc-find-file-hook " run by "find-file-hook" that causes the problem whenever you open a file under...
Andreas Wieweg
andreas.wieweg1@...
Oct 3, 2000 1:21 pm
13071
My newbie question is related to using keymaps. I get text files where the "'" in the following line is displayed as: \222, or the copywrite symbol is ...
Lmjennings@...
Oct 3, 2000 3:16 pm
13072
Thanks for the tip on toggle-read-only. That works for a workaround. Nope, the file isn't read-only. I just downloaded pcl-cvs, but haven't a chance to sample...
Chuck Irvine
Chuck.Irvine@...
Oct 3, 2000 3:33 pm
13073
Add lines like these to your .emacs (or _emacs) for 8-bit characters you want displayed. ;display some special characters in help files (standard-display-8bit...
Martin Michael J (Wlo...
MartinMichaelJ@...
Oct 3, 2000 4:35 pm
13074
Hello! I have installed the emacs 20.7.1 on a unix workstation(sun solaris). I use telnet(CRT 3.1.1) and VNC to run the emacs from PC. However, every time when...
Yunbiao Wang
yunbiaowang@...
Oct 3, 2000 4:54 pm
13075
... I use the make binary from the GNAT distribution: ftp://cs.nyu.edu/pub/gnat/winnt. It looks for "sh" in the path, and uses that for commands if found. ...
Stephen Leake
stephen.a.leake.1@...
Oct 3, 2000 5:01 pm
13076
... Here's a snippet from my .emacs: (setq joc-F3-keymap (make-sparse-keymap)) (global-set-key [(f3)] joc-F3-keymap) ;; --- revert --- (define-key...
Joe Casadonte
joc@...
Oct 3, 2000 5:35 pm
13077
Lmjennings@... Tue, 3 Oct 2000 10:28:47 -0400 ... Actually, it's not, but how to know without asking ?-) ... They're actually not the same...
Tom_Roche@...
Oct 3, 2000 5:53 pm
13078
... [ .. ] ... Close - command.com eats the CR at the end of the command line (pushed to it by Emacs), but leaves the LF that follows. That is then seen by ...
Andrew Innes
andrewi@...
Oct 3, 2000 5:56 pm
13079
... Thanks, I am downloading gnat-3.13p-nt.exe right now. Does this replace Emacs in some areas for you, or does it replace Cygwin? I am downloading the docs...
Galen Boyer
galenboyer@...
Oct 3, 2000 6:27 pm
13080
... No. Nothing, but _nothing_, can replace Emacs :). ... It replaces make and gcc from Cygwin; I still use the other Cygwin tools. ... Well, GNAT is the Gnu...
Stephen Leake
stephen.a.leake.1@...
Oct 3, 2000 8:32 pm
13081
Tom_Roche@... writes: [...] ... The following line in my .emacs allows for the display of these MS characters: (standard-display-8bit 128 255) This will...
Ron Ross
ronross@...
Oct 3, 2000 9:09 pm
13082
... DOS and Windows codepages are not enabled by default (except on the DOS version of Emacs, which requires them to function correctly). To enable a codepage...
Jason Rumney
jasonr@...
Oct 3, 2000 9:19 pm
13083
SL> Any thing C++ can do, Ada can do better. Except, perhaps, have a large pool of coding talent from which to draw....
Mike Campbell
ug@...
Oct 3, 2000 9:37 pm
13084
... I placed a copy of GNU make at http://www.tardis.ed.ac.uk/~skx/win/Make.zip (This is indexed at GNUSoftware.com), and it works fine on Windows NT/2000....
Steve Kemp
skx@...
Oct 3, 2000 9:48 pm
13085
Hi, When I run shell-command "somecommand" I always get the message "(Shell command succeeced with no output)" on the message line, but no buffer called *shell...