Re: w3

2005-08-26 Thread Sean Sieger
[EMAIL PROTECTED] (Johan Bockgård) writes: Add (require 'mml) to w3.el and recompile it. Sorry for the delay, thank you, Johan. -- Sean Sieger ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-e

Re: w3

2005-08-26 Thread Sean Sieger
David Hansen <[EMAIL PROTECTED]> writes: For a nice emacs web browser I suggest emacs-w3m: http://emacs-w3m.namazu.org/ Thank you for the suggestion. -- Sean Sieger ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/ma

Re: expand/collapse{} in c++

2005-08-26 Thread Kevin Rodgers
Jason Dufair wrote: > Baloff <[EMAIL PROTECTED]> writes: >>in a .emacs-c++ file to be loaded from inside .emacs, I have >>(local-set-key [f4] "\C-c @ \C-c") ;toggles block hide/show >> >>restart emacs, when I open .cpp file, f4 does nothing. > > First, the 2nd argument to 'local-set-key should be

Re: expand/collapse{} in c++

2005-08-26 Thread Jason Dufair
Baloff <[EMAIL PROTECTED]> writes: > in a .emacs-c++ file to be loaded from inside .emacs, I have > (local-set-key [f4] "\C-c @ \C-c") ;toggles block hide/show > > restart emacs, when I open .cpp file, f4 does nothing. First, the 2nd argument to 'local-set-key should be a function definition, not

Re: expand/collapse{} in c++

2005-08-26 Thread Peter Lee
Baloff writes: Baloff> (add-hook 'c++-mode-hook 'hs-minor-mode t) ;for block hide/show Think you want: (add-hook 'c++-mode-hook (lambda () (hs-minor-mode 1))) ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman

Re: linebreak after 78characters

2005-08-26 Thread rgb
> I just wondered where I can set permanently the option, that emacs breaks eac > line after 78characters. I can`t find it on the menu. If you want auto-fill-mode to be on when in a particular mode you need to add this to the mode's hook. (add-hook 'foo-mode-hook 'auto-fill-mode) If you want it

Re: expand/collapse{} in c++

2005-08-26 Thread Baloff
Alan Mackenzie <[EMAIL PROTECTED]> writes: > Baloff <[EMAIL PROTECTED]> wrote on 24 Aug 2005 06:00:22 +1000: > > > 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. > > Oh yes it is! Or, at lea

Re: linebreak after 78characters

2005-08-26 Thread J. David Boyd
Stefan Bienert <[EMAIL PROTECTED]> writes: >> > I just wondered where I can set permanently the option, that emacs >> > breaks eac >> > line after 78characters. I can`t find it on the menu. >> >> (set-fill-column 78) in .emacs. This value can be set in every buffer >> to a different value (buffer-

Re: tramp 2.1.3 compile funkiness

2005-08-26 Thread rgb
FWIW, I use ange-ftp all day every day. Starting about 2 weeks ago I'm unable to connect using the CVS version. But since I've got my own mods for Guardian host support plugged in I can't say if some change requires me to update my mods or if it's just broke. The CVS version as of 7 Aug works fin

Re: linebreak after 78characters

2005-08-26 Thread Stefan Bienert
> > I just wondered where I can set permanently the option, that emacs > > breaks eac > > line after 78characters. I can`t find it on the menu. > > (set-fill-column 78) in .emacs. This value can be set in every buffer > to a different value (buffer-local). Hm, this doesn`t work for me :-( Normally

(no subject)

2005-08-26 Thread SEMINARIOS SIYPMA ESPECIALIZADOS
KANBAN Y MANUFACTURA ESBELTA     Objetivos: Logrando la Competencia Mundial con Manufactura Esbelta Dirigido a: Gerentes, Ingenieros de Manufactura, Ingenieros de Proceso, Ingenieros Industriales y personal clave identificado como agentes de cambio del proceso

Re: how to change file coding system

2005-08-26 Thread Peter Dyballa
Am 26.08.2005 um 20:12 schrieb Kevin Rodgers: > and in csh alikes (csh, tcsh, zsh) ? la: > > set LANG=de_DE.UTF-8 I think you mean: setenv LANG de_DE.UTF-8 Oh yes! You're right -- setenv is the correct syntax. I think I need some holidays ... -- Greetings ~ O Pete

Re: linebreak after 78characters

2005-08-26 Thread Peter Dyballa
Am 26.08.2005 um 20:48 schrieb Stefan Bienert: I just wondered where I can set permanently the option, that emacs breaks eac line after 78characters. I can`t find it on the menu. (set-fill-column 78) in .emacs. This value can be set in every buffer to a different value (buffer-local). --

linebreak after 78characters

2005-08-26 Thread Stefan Bienert
Hello emacsians! I just wondered where I can set permanently the option, that emacs breaks eac line after 78characters. I can`t find it on the menu. greetings, bienchen ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mail

Re: how to change file coding system

2005-08-26 Thread Kevin Rodgers
Peter Dyballa wrote: > and in csh alikes (csh, tcsh, zsh) ? la: > > set LANG=de_DE.UTF-8 I think you mean: setenv LANG de_DE.UTF-8 -- Kevin Rodgers ___ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/hel

Re: how to change file coding system

2005-08-26 Thread Peter Dyballa
Am 26.08.2005 um 11:52 schrieb Martin Monsorno: locale says: I don't know what this command ``locale´´ is doing, what I recommend and what is documented in GNU Emacs is the use of environment variables. Those are set in Bourne Shell alikes (sh, bash, ksh, zsh) à la: LANG=de_DE.UT

Re: tramp 2.1.3 compile funkiness

2005-08-26 Thread ken
Michael Albinus wrote: > zl <[EMAIL PROTECTED]> writes: > > >>Just yesterday compiled tramp. Got a bunch of errors during the >>compile-- see session copy below. And I've tried all kinds of syntax > > As Peter already wrote, this are warnings only. Nasty (we should > decrease the noise in ma

Re: tls question

2005-08-26 Thread Brian P. Flaherty
Jochen Küpper <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] writes: > >> After many days of trying, I have authenticated smtp working with my >> ISP's smtp servers, gnus, and smtpmail by using TLS via starttls.el. >> My question is how can I tell if TLS is actually working? > > Does setting smtp

Re: how to change file coding system

2005-08-26 Thread Reiner Steib
On Fri, Aug 26 2005, Peter Dyballa wrote: > 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´´. But it's a valid language environment in Emacs. > Try it again w

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 and do yourself a favour and > set LC_ALL

Руководителем не рождаются

2005-08-26 Thread Работа Руководителя
Управляющий - не тот, кто управляет, а тот, кто управляется Руководителем не рождаются, руководителем становятся Как получать результаты с теми людьми, кто есть сейчас: Работа Руководителя телефону (095) 514-50-47 Люди не слушаются того, кто их прессует - они организуют тихий саботаж

Продажа коттеджа на Минском шоссе!

2005-08-26 Thread DOM
Продажа коттеджа на Минском шоссе!   КРАТКОЕ ОПИСАНИЕ КОТТЕДЖА     Продается 3-х уровневый элитный коттедж общей площадью 518 кв.м., расположенный на участке 30 соток по адресу: МО, Одинцовский р-н, пос. Голицыно, 30 км. по Минскому ш.     Цоколь 125,8 кв.м.: бильярдная, сауна, купел

Re: buffer-list indexing

2005-08-26 Thread Friedrich Laher
you may use (rename-buffer ) Baloff wrote: Hello say one has 20 buffers in C-x C-b. is there an emacs goody out there which would allow you to choice by just typing a number from 1 to 20, something like the way info pages Menu can be selected with the 5th and 9th item marked differently.

Re: how to change file coding system

2005-08-26 Thread Peter Dyballa
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 and do yourself a favour and set LC_ALL to an UTF-8 value! Then check the multibyte awareness

Re: scroll mouse

2005-08-26 Thread bernhard
Am Thu, 25 Aug 2005 16:37:52 +0200 schrieb Johan Bockgård: > Reiner Steib <[EMAIL PROTECTED]> writes: > >> On Thu, Aug 25 2005, Johan Bockgård wrote: >> >>> "Charles philip Chan" <[EMAIL PROTECTED]> writes: On 25 Aug 2005, [EMAIL PROTECTED] wrote: > (mouse-wheel-mode t) Ge