Thank you!
so my command line will be
emacs -xrm "Emacs.menu*.font: 12*24" ...
( and it does yield the intended result )
Kevin Rodgers wrote:
Friedrich Laher wrote:
is ther no way to influence the font of menus?
Have you tried customizing the menu face?
how to do it that way ( ?? opt
Why is it that
(setq a (gensym)) ;=> G2007
a ;=> G2007
(equal a 'G2007) ;=> nil
while
(setq a 'foo);=> foo
a;=> foo
(equal a 'foo) ;=> t
?
___
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.g
Sorry about the potential lack of specificity of this question,
but how much memory should I assume Emacs has available to it?
If I'm reading files into buffers or storing them as strings or
something like this, how many characters can I store before I should
expect a crash or other weird behavio
5分でも良いので抱かれたいです・・・今すぐ慰めてくれませんか?
今月も彼との予定でいっぱいだったのですが・・・昨夜、彼から電話があって「別れて
くれ」と言われてしまいました。
彼が浮気していた事を自分から打ち明け、今は浮気相手の方に気があるという事で、
私は振られてしまいました。
よくある話ですけど、自分がまさか振られるなんて思ってもいませんでした。
割り切りでいいので慰めてくれませんか?
>> 返信はこちら <<
http://lovers-god.com/new_m.html?media=pur
_
> From: Baloff <[EMAIL PROTECTED]>
> Date: 24 Aug 2005 06:00:22 +1000
>
> I tried to find out how to do this expand/collapse the code into {...}
> from the info docs but it is not there. could someone help please.
Is "C-x $" what you want? It is described in the node "Selective
Display".
_
Приглашаем генеральных, финансовых, коммерческих директоров, руководителей юридических служб, заинтересованных в постановке эффективной договорной работы компании принять участие в новом актуальном семинаре:
СИСТЕМА ЭФФЕКТИВНОГО СНИЖЕНИЯ РИСКОВ ПРАВОВЫМИ И ФИНАНСОВЫМИ МЕТОДАМИ
13-14 сентябр
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 it suggests (in parentheses on the
> modeline) is "mule-utf-8". After opening i
At 22:08 on aoû 23 2005, Baloff said :
> I tried to find out how to do this expand/collapse the code into {...}
> from the info docs but it is not there. could someone help please.
Look at "FoldingMode" in the wiki :
http://www.emacswiki.org/cgi-bin/wiki/CategoryOutline
FoldingMode does exactly
Baloff <[EMAIL PROTECTED]> writes:
> M-x gnus or even M-x 5 2 gnus, the frame or both frames freeze till it
> finishes downloading the articles, then I can use emacs, is that the
> way it is?
I believe this is indeed the way it is. I understand from previous
newsgroup discussions this is due to
Hello
I tried to find out how to do this expand/collapse the code into {...}
from the info docs but it is not there. could someone help please.
another point:
M-x gnus or even M-x 5 2 gnus, the frame or both frames freeze till it
finishes downloading the articles, then I can use emacs, is that the
Peter Tury wrote:
how can I download calc? Can it be used on Win (XP)?
I have Emacs 21.3.1 (a mingw build). I installed it simply and I can't see
any calc.el(c) etc.?
Start here:
http://www.emacswiki.org/cgi-bin/wiki/AdvancedDeskCalculator
--
Kevin Rodgers
_
Friedrich Laher wrote:
is ther no way to influence the font of menus?
Have you tried customizing the menu face?
See also the Lucid [Menu X] Resources or LessTif [Menu X] Resources
sections of the Emacs manual, depending on which toolkit you're using.
--
Kevin Rodgers
__
Проходимость
в торговом центре – 16-18 тысяч человек в выходные, 6-8 тысяч в будни. В
торговом центре представлены такие сетевые бренды, как М-ВИДЕО, Л’Этуаль,
ПЕРЕКРЕСТОК, KIA
MOTORS, СТАРИК
ХОТТАБЫЧ, Спортмастер, МЕБЕЛЬ-ГРАД, Бель Постель. Детский воздушный городок,
рестораны, бары, огро
Caso não consiga visualizar esta mensagem, clique aqui.
Colega
A próxima turma do
tradicional curso PARADAS DE MANUTENÇÃO do NTT será no Rio, no
período de 17 a 19 de outubro/05
Vale ressaltar o
seguinte:
·
O programa é o mais
abrangente, contemplando todos os aspectos envolvidos em
Hi,
why does
(set-fringe-mode '(1 . 0) )
give me a 4-pixel width of the left fringe, while
(set-fringe-mode 1 )
gives me the right width (1 pixel or so)?
thanks
dave
___
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mail
is ther no way to influence the font of menus?
The
following does not work
(global-font-lock-mode -1)
(setq k "Kategorie")
(set-face-font 'modeline "12*24")
(put-text-property 0 9 'face 'modeline k)
(x-popup-menu t
(list k
'("" ("Computer" . "c")("Warmduscher" . "d")
Anybody experienced recently a problem with the version control in
emacs??
Registering (C-x v i) or checking in (C-x v v) any file with vc
(rcs as a back end) fails with message
vc-back end-admin: Symbol's value as variable is
void:vc-default-back-end
for the registering and fo
Friedrich Laher <[EMAIL PROTECTED]> writes:
> "no new special characters will be defined in the future"
It is the construct "\{" that is special, not the character "{".
The manual says
"The special characters are `.', `*', `+', `?', `[', `]', `^',
`$', and `\'; no new special character
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 stable 21.4.1 version! But I
>> tried out 22.0.50 from cv
At 10:08 on aoû 23 2005, Baloff said :
> I am looking for Options -> Show/Hide -> Tool-bar.
> not here, any body knows where they went
> here is my Options menu.
I don't know where your menu is gone,
but you can toggle the toolbar with M-x tool-bar-mode
HTH.
--
Sébastien Kirche
___
Hello
I am looking for Options -> Show/Hide -> Tool-bar.
not here, any body knows where they went
here is my Options menu.
Emacs 21.4.1
Possible completions are:
s==>Syntax Highlighting (Global Font Lock mode)
a==>Active Region Highlighting (Transient Mark mode)
p==>Paren Match Highlighting (Show
21 matches
Mail list logo