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
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
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.
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
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
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
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
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
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
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
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
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
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
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.
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
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
something?
--
Martin
___
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
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
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
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
>> `
>>
&
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
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
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
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
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
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
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
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
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
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
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
issue?
--
Martin
___
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
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
33 matches
Mail list logo