Only you

2005-09-12 Thread Martin
This is for you http://adsfree.50megs.com ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

strange feature interaction: gnu emacs 21.4/ auc-tex 11.55/listings.el: font-latex-match-textual-keywords-local

2005-03-14 Thread Martin Steffen
ng wrong more deeply. Strangely enough, when I try to load the file a second time, emacs does not complain.?! Any hint, which of the packages could be the culprit, is welcome. Martin ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://l

Re: strange feature interaction: gnu emacs 21.4/ auc-tex 11.55/listings.el: font-latex-match-textual-keywords-local

2005-03-14 Thread Martin Steffen
David> M-x list-load-path-shadows RET Right. That's the problem: /opt/gnu/share/emacs/site-lisp/font-latex hides /opt/gnu/share/emacs/site-lisp/auctex/font-latex Thanks a lot/ Martin ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.

Disable mutli-level buffer menu

2005-04-23 Thread Martin Magnusson
I'm a bit annoyed by the multi-level buffer menu that is displayed when pressing Ctrl-Mouse1 and a lot of buffers are open. I'd rather just have one long list. How can I change this? ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gn

tabs with cperl-mode

2005-06-08 Thread Martin Barth
s - i need the conserve way. any suggestions? thanks Martin Barth ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: tabs with cperl-mode

2005-06-08 Thread Martin Barth
Hi, > C-q TAB ? Would this work? OTOH: couldn't you switch off cperl-mode, > i.e. remove Perl files from auto-mode-alist? well, C-q TAB would be something like a workaround since I am using cperl-mode because I write perl code *g*. and I like the cperl-mode indent function with TAB but i need onl

Re: tabs with cperl-mode

2005-06-08 Thread Martin Barth
he files i saved. maybe I'll try the save hock thing.. if i figure out how it works.. Thanks so far :) Martin Barth ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Solved: Re: tabs with cperl-mode

2005-06-09 Thread Martin Barth
tement-offset 4) (setq cperl-indent-level 4) (setq cperl-tab-always-indent t) (setq default-tab-width 4) thanks a lot for your help Regards Martin Barth ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/he

Re: C-s, then yank / cua-paste

2005-06-15 Thread Martin Steer
es me the expected result. > > Why can I not paste something into the minibuffer? M-y yanks the last killed item onto the end of the search string. Is that what you're looking for? -- Martin ___ Help-gnu-emacs mailing list Help-gnu-emacs

Re: matching parenthesis

2005-07-25 Thread Martin Slouf
not exactly what you ask for, but i know this one: (show-paren-mode 1) ;; define function to match a parenthesis otherwise insert a '~' (defun goto-match-paren (arg) "Go to the matching parenthesis if on parenthesis otherwise insert '~'." (interactive "p") (cond ((looking-at "\\s\(") (forwar

Re: those strange characters

2005-07-25 Thread Martin Slouf
try 'ls --color=never' you have escape sequences (ie. colours) turned on for your 'ls' statement to be true, i do not know, where to switch it off globally. it is set up in some very basic shell scripts to provide colour listening in xterm. m. On Tue, Jul 26, 2005 at 05:50:20AM -0700, Baloff

Re: Need help writing file-visiting macro

2005-07-25 Thread Martin Slouf
Indeed a great thread! I found inforamtion here very usefull and i am surprised how easy it is. thanks. In fact i do a lot of Java editting (jakarta struts) and there is a lot of files whith deterministic filename (thanks to the naming conventions we use). The files are unfortunately in differen

Re: Need help writing file-visiting macro

2005-07-26 Thread Martin Slouf
thanks a lot for the hint, Kevin. i spend some time watching those functions and a finally read some basic chapters from elisp manual to understand it a bit more. It is not so bad as I thought it would be. martin On Tue, Jul 26, 2005 at 09:52:13AM -0600, Kevin Rodgers wrote: > Martin Sl

refactoring

2005-08-10 Thread Martin Slouf
hello, i just wanted to ask you, if anyone has some tips for a refactoring tool in Emacs (which is free software). i am quite happy with etags and search and replace in all tagged files, but it is not so long i was playing with Eclipse IDE and i was really amazed by its refactoring capabilities.

Re: Email in emacs

2005-08-10 Thread Martin Slouf
i use mutt and edit mail in emacs using post-mode.el and mutt-alias.el though there is a lot of thinks in one's emacs and the start can be slow, emacs start is indeed fast thanks to 'emacs server' / 'emacsclient' (which i use in X) or by using special startup script for emacs when no X display is

Re: Email in emacs

2005-08-10 Thread Martin Slouf
ok, more info on mutt & emacs, as you requested: the model situation is like this -- you turn on the emacs in X (and it stays so for the rest of the day) and whenever you edit your mail message in mutt, new emacs frame is created, you type your message, close the emacs's frame (using 'C-x #') and

how to change file coding system

2005-08-12 Thread Martin Monsorno
something? -- Martin ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: how to change file coding system

2005-08-12 Thread Martin Monsorno
Eli Zaretskii <[EMAIL PROTECTED]> writes: >> From: Martin Monsorno <[EMAIL PROTECTED]> >> Date: Fri, 12 Aug 2005 10:34:31 +0200 >> >> I have a c-file which file (the command) claims to be a "UTF-8 Unicode >> C program text". Now I want to mak

Re: how to change file coding system

2005-08-16 Thread Martin Monsorno
with emacs, shows me the string "�berfall". Changing the file encoding with "C-x f iso-latin-1-unix" and saving leads to: , | [EMAIL PROTECTED] ~/work/workspace.c/gmx $ file bla* | bla.eclipse: UTF-8 Unicode text | bla.emacs: ISO-8859 text ` Somewhere

Re: how to change file coding system

2005-08-17 Thread Martin Monsorno
Peter Dyballa <[EMAIL PROTECTED]> writes: > Am 16.08.2005 um 11:22 schrieb Martin Monsorno: > >> , >> | [EMAIL PROTECTED] ~/work/workspace.c/gmx $ file bla* >> | bla.eclipse: UTF-8 Unicode text >> | bla.emacs: ISO-8859 text >> ` >> &

Re: how to change file coding system

2005-08-17 Thread Martin Monsorno
I'm guessing that > Emacs thought it was an ISO-8859 encoded file (because it cannot > easily distinguish between these 2 encodings), and thus your > subsequent C-x RET f had no effect at all. I tried many ways of opening the file, with no noticable difference. Some details ar

Re: how to change file coding system

2005-08-17 Thread Martin Monsorno
Martin Monsorno <[EMAIL PROTECTED]> writes: > Emacs can only display "bla.created-by-emacs" correctly, eclipse can > only display "bla.created-by-eclipse" correctly. What hurts even more is, that vi can handle both fil

Re: how to change file coding system

2005-08-18 Thread Martin Monsorno
t clue will help you solve the > problem (you can use hexl-find-file to see the raw bytes in the file). Hmm, this only shows me, that file (the command) seems to be correct with it's suggestions. So it seems, emacs is not. -- Martin ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: how to change file coding system

2005-08-18 Thread Martin Monsorno
g), which leads to correctly encoded files (latin1 and utf-8). What remains is the problem with emacs and UTF-8 files. -- Martin ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: how to change file coding system

2005-08-19 Thread Martin Monsorno
eed to change the encoding Emacs uses by > default. C-h k C-x RET r is undefined --> C-x RET r is undefined -- Martin ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

intlfonts and quote marks

2005-08-21 Thread Martin Steer
appear, and is independent of the buffer encoding. I don't particularly need smart quotes, although having them as an option would be nice. I'm using emacs 22.0.50.1 on a Mac (but in X11). Any help would be greatly appreciated. -- Martin ___ He

Re: intlfonts and quote marks

2005-08-21 Thread Martin Steer
Peter Dyballa <[EMAIL PROTECTED]> writes: > Am 21.08.2005 um 19:31 schrieb Martin Steer: > >> I have a problem with quotation marks and the intlfonts, which I've >> just installed. These fonts have 'smart quotes' which seem not to be >> so sm

Re: how to change file coding system

2005-08-23 Thread Martin Monsorno
Peter Dyballa <[EMAIL PROTECTED]> writes: > Am 19.08.2005 um 12:20 schrieb Martin Monsorno: > >> Peter Dyballa <[EMAIL PROTECTED]> writes: >> >>> I have GNU Emacs 21.3.50 from CVS in rare use too. >> >> You have 21.3.50 from CVS? I have a stab

Re: how to change file coding system

2005-08-25 Thread Martin Monsorno
jasonr (Jason Rumney) @ f2s.com writes: > Martin Monsorno <[EMAIL PROTECTED]> writes: > >> Sure! I should have said that I tried many ways /including/ the one >> suggested by you. When emacs asks me what coding system to use after >> pressing C-x c, the default

Re: how to change file coding system

2005-08-26 Thread Martin Monsorno
Peter Dyballa <[EMAIL PROTECTED]> writes: > Am 25.08.2005 um 09:52 schrieb Martin Monsorno: > >> | Current language environment: UTF-8 >> > > There is nowhere in this world a language ``UTF-8´´, even Esperanto is > ``Esperanto´´. Try it again with German an

Re: how to change file coding system

2005-08-31 Thread Martin Monsorno
jasonr (Jason Rumney) @ f2s.com writes: > Martin Monsorno <[EMAIL PROTECTED]> writes: > >> it says: >> >> , >> | Multibyte characters awareness: >> | default: nil >> | current-buffer: nil > > There's your problem. Check your envi

Re: how to change file coding system

2005-08-31 Thread Martin Monsorno
issue? -- Martin ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Re: how to change file coding system

2005-09-08 Thread Martin Monsorno
Reiner Steib <[EMAIL PROTECTED]> writes: > Please report the problem (with more details) to [EMAIL PROTECTED] Done. Hope it helps. Thank you. -- Martin ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman