help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Linux (Red Hat Linux 7.2) Modem Setting


From: Mukesh Verma, Gurgaon
Subject: Linux (Red Hat Linux 7.2) Modem Setting
Date: Tue, 26 Nov 2002 17:53:04 +0530

Hi,

I'm facing problem in configuring my modem in my linux m/c.

This is in Red Hat Linux 7.0. While going by the steps as per "wvdial" pkg, 
i finally find that the n/w files are not at all updated.The question of
recognizing 
the modem by the m/c is far ahead then.

My modem is D-Link.

Pls look into the problem & let me know the exact steps.

Regds,
Mukesh Verma

-----Original Message-----
From: help-gnu-emacs-request@gnu.org
[mailto:help-gnu-emacs-request@gnu.org]
Sent: Tuesday, November 26, 2002 5:10 PM
To: help-gnu-emacs@gnu.org
Subject: Help-gnu-emacs digest, Vol 1 #1013 - 14 msgs


Send Help-gnu-emacs mailing list submissions to
        help-gnu-emacs@gnu.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
or, via email, send a message with subject or body 'help' to
        help-gnu-emacs-request@gnu.org

You can reach the person managing the list at
        help-gnu-emacs-admin@gnu.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Help-gnu-emacs digest..."


Today's Topics:

   1. Re: To: help-gnu-emacs as a Spammer (Barry Margolin)
   2. Re: GNU emacs 21.3.50 carbon with csharp-mode on TiBook (Christopher
Brown)
   3. How set font for *all* buffers... not just first one?
(seberino@spawar.navy.mil)
   4. Re: How set font for *all* buffers... not just first one? (Jesper
Harder)
   5. Re: Cygwin Emacs (Leo)
   6. unc paths with cmd.exe on ntemacs (Leo)
   7. Re: Font Smooting on Mac OS X (Edward Dodge)
   8. Re: How set font for *all* buffers... not just first one? (Tim Cross)
   9. Re: unc paths with cmd.exe on ntemacs (Eli Zaretskii)
  10. How to see the value of each char in a string? (David Combs)
  11. Re: unc paths with cmd.exe on ntemacs (Michael Albinus)
  12. Re: Cygwin Emacs (borch)
  13. unexpected Del behaviour after C-d binding (Dani Barral)
  14. Emacs bug? (Zinosat)

--__--__--

Message: 1
From: Barry Margolin <barmar@genuity.net>
Subject: Re: To: help-gnu-emacs as a Spammer
Organization: Genuity, Woburn, MA
Date: Mon, 25 Nov 2002 23:58:28 GMT
To: help-gnu-emacs@gnu.org

In article <1fm6jgo.1pjq4xi1lzryu0N%timvanhoof@gmx.net>,
Tim Vanhoof <timvanhoof@gmx.net> wrote:
>Dr. Carter, Chief Spammer <Spammer@address.com> wrote:
>
>> The complete useful conduct principles cover not only what we should do,
>> but also what we should not do
>
>You shouldn't steal people's bandwidth by sending advertising to people
>who didn't ask for it in newsgroups where it is off-topic. 

You shouldn't waste your time and our bandwidth posting replies to
spammers.

-- 
Barry Margolin, barmar@genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the
group.

--__--__--

Message: 2
Subject: Re: GNU emacs 21.3.50 carbon with csharp-mode on TiBook
From: Christopher Brown <cbrown@atbash.net>
Organization: AT&T Broadband
Date: Tue, 26 Nov 2002 00:49:06 GMT
To: help-gnu-emacs@gnu.org

Stellar!  That works.  I'll send mail to the maintainer to see that this
gets updated.

Cheers,
Chris

On 11/25/02 10:37 AM, in article slrnau4rfn.5op.smullerin@esb.bbn.com,
"Schone Mullerin" <smullerin@deutsches.lieder.net> wrote:

> In article <BA06B4B1.1F35%cbrown@atbash.net>, Christopher Brown wrote:
>> Hey, I'm successfully running 21.3.50 (Carbon) GNU Emacs on my Powerbook,
>> but the csharp-mode.el from http://www.davh.dk/script/ now fails to load.
> 
> Probably line 459:
> 
> (c-common-init)
> 
> In newer versions of cc-mode, this function takes an argument, the
> name of a mode.  The sensible value would be 'csharp-mode, but that
> doesn't seem to work, since the mode isn't defined yet (or something).
> Otoh, 'c-mode seems to work...
> 
> 
> 


--__--__--

Message: 3
Date: Mon, 25 Nov 2002 17:17:42 -0800
From: seberino@spawar.navy.mil
To: help-gnu-emacs@gnu.org
Subject: How set font for *all* buffers... not just first one?

This line in .emacs set font for first buffer only...

(set-frame-font "-b&h-luxi mono-medium-r-normal-*-*-160-*-*-m-*-iso8859-15")

So my question is....where do I set font so that all buffers
use that font???....

(Right now find-file-other-frame gives a new buffer with
wrong font.)

thanks,

Chris

-- 
_______________________________________

Dr. Christian Seberino
SPAWAR Systems Center San Diego
Code 2363
49590 Lassing Road, Room A339
San Diego, CA 92152-6147
U.S.A.

Phone: (619) 553-7940
Fax:   (619) 553-1269
Email: seberino@spawar.navy.mil
_______________________________________



--__--__--

Message: 4
Subject: Re: How set font for *all* buffers... not just first one?
From: Jesper Harder <harder@myrealbox.com>
Organization: http://purl.org/harder/
Date: Tue, 26 Nov 2002 02:26:54 +0100
To: help-gnu-emacs@gnu.org

seberino@spawar.navy.mil writes:

> This line in .emacs set font for first buffer only...
>
> (set-frame-font "-b&h-luxi
mono-medium-r-normal-*-*-160-*-*-m-*-iso8859-15")
>
> So my question is....where do I set font so that all buffers
> use that font???....

Use `default-frame-alist' or set the font as an X resources.

--__--__--

Message: 5
From: "Leo" <leo.broska@NOSPAM.isys.com.au>
Subject: Re: Cygwin Emacs
Date: Tue, 26 Nov 2002 13:17:20 +1100
Organization: Netspace Internet
To: help-gnu-emacs@gnu.org

hi

i've had a problem like that years ago on unix machines.

first advice: start the tut by typing ESC x help-with-tutorial or meta-x
help-with-tutorial or so...

second advice: bind the command help to another key i.e. F1.

cu, leooo

"borch" <kdb@ofir.dk> wrote in message
6a2ccde.0211241918.2cb6b904@posting.google.com">news:6a2ccde.0211241918.2cb6b904@posting.google.com...
> Hi,
>
> I (am trying to) use emacs for cygwin running on win2k. Ive used emacs
> before but  long since forgotten the commands. So I just go through
> the tutorial, right? Well thats the problem really. The startup screen
> of this version shows this:
>
> Get help C-h (Hold down CTRL and press h)
> (...)
> Get a tutorial C-h t
> (...)
> GNU Emacs 21.2 (i686-pc-cygwin)
>  of 2002-11-25 on (...)
>
> So naturally the first thing i do is press C-h, but to my confusion
> this seems to work like BACKSPACE, and as such does not allow for any
> arguments to be given. In other words typing C-h t merely results in a
> BACKSPACE followed by the character 't'. Now, if i ever find myself in
> a situation where i need to substitute a given character in the buffer
> with the character 't', i will definitely remember C-h t, but in the
> meantime i just need to get to the tutorial. Please help.



--__--__--

Message: 6
From: "Leo" <leo.broska@NOSPAM.isys.com.au>
Subject: unc paths with cmd.exe on ntemacs
Date: Tue, 26 Nov 2002 15:08:31 +1100
Organization: Netspace Internet
To: help-gnu-emacs@gnu.org

in dired when i execute comands via CMD.exe on filesx at UNC paths i get the
error message:

    CMD.EXE was started with '\\linux\linux\var\oldwww\html\basic'
    as the current directory path.  UNC paths are not supported.
    Defaulting to Windows directory.

i guess that's a cmd.exe problem not an emacs problem, but has somebody a
emacs-workaround for that?

ta, leooo



--__--__--

Message: 7
From: Edward Dodge <someone@g3.com>
Subject: Re: Font Smooting on Mac OS X
Date: 25 Nov 2002 22:27:01 -0600
To: help-gnu-emacs@gnu.org


EMACS is a Carbon app while Textedit is a Cocoa app that uses Quartz
for text-smooting (anti-aliasing).  To get equivalent functionality
for Carbon apps,  I think you need to get "Silk."

Or at least this is something I heard a while ago...

Edward

--__--__--

Message: 8
From: Tim Cross <tcross@pobox.une.edu.au>
Subject: Re: How set font for *all* buffers... not just first one?
Date: 26 Nov 2002 16:50:26 +1100
Organization: University of New England, NSW, Australia
To: help-gnu-emacs@gnu.org

Jesper Harder <harder@myrealbox.com> writes:

> seberino@spawar.navy.mil writes:
> 
> > This line in .emacs set font for first buffer only...
> >
> > (set-frame-font "-b&h-luxi
mono-medium-r-normal-*-*-160-*-*-m-*-iso8859-15")
> >
> > So my question is....where do I set font so that all buffers
> > use that font???....
> 
> Use `default-frame-alist' or set the font as an X resources.

or use M-x customize-face RET default RET

Or, if running emacs 21, you can use set-face-attribute for the
default face. If the 3rd argument to this function is nil, it will
apply to all frames e.g.

(set-face_attribute 'default nil :family "b&h-lucidatypewriter")

or, on the command line use emacs -fn "-b&h-lucidatypewriter-......

Personally, I like to use X resources for setting the font as using
that font is only relevant when your running under X, but your .emacs
runs when you running under tty, X, within xterm, etc etc.

The X setting is

emacs.font: -b&h-..........

in your .Xresources file.

Tim

--__--__--

Message: 9
Date: Tue, 26 Nov 2002 08:23:48 +0200 (IST)
From: Eli Zaretskii <eliz@is.elta.co.il>
To: help-gnu-emacs@gnu.org
Subject: Re: unc paths with cmd.exe on ntemacs


On Tue, 26 Nov 2002, Leo wrote:

> in dired when i execute comands via CMD.exe on filesx at UNC paths i get
the
> error message:
> 
>     CMD.EXE was started with '\\linux\linux\var\oldwww\html\basic'
>     as the current directory path.  UNC paths are not supported.
>     Defaulting to Windows directory.

That's the first time I hear about a Windows system where CMD.EXE doesn't 
support UNCs.  Are you sure that file name is indeed a UNC, i.e. that it 
refers to some remote filesystem?

Anyway, a stab in the dark: try using forward slashes, like this:

   "//linux/linux/var/oldwww/html/basic"

(the double quotes around the file name might or might not be important).



--__--__--

Message: 10
From: dkcombs@panix.com (David Combs)
Subject: How to see the value of each char in a string?
Date: 26 Nov 2002 01:37:39 -0500
Organization: PANIX -- Public Access Networks Corp.
To: help-gnu-emacs@gnu.org


How to see the value of each char in a (long) string?

Here's why I need to do that:

In *shell*, (using csh), I yanked a command onto after the
shell-promt, hit <return>, and got BEEP.

I started hitting C-c's, couldn't kill the command I had
given.

Whenever I hit another <return>, I'd get echoed a ^G.

I opened another window (er, frame, X-window), did a
ps -ef | egrep '\<ls\>', and got nothing.

Any ideas?

(Also, how do you kill a command -- especially if you
can't seem to find it via "ps"?)


Thanks!

David


--__--__--

Message: 11
From: Michael Albinus <Michael.Albinus@alcatel.de>
Subject: Re: unc paths with cmd.exe on ntemacs
Date: 26 Nov 2002 10:25:48 +0100
Organization: Alcatel Telecom Berlin
Reply-To: Michael Albinus <Michael.Albinus@alcatel.de>
To: help-gnu-emacs@gnu.org

Eli Zaretskii <eliz@is.elta.co.il> writes:

> On Tue, 26 Nov 2002, Leo wrote:
> 
> > in dired when i execute comands via CMD.exe on filesx at UNC paths i get
the
> > error message:
> > 
> >     CMD.EXE was started with '\\linux\linux\var\oldwww\html\basic'
> >     as the current directory path.  UNC paths are not supported.
> >     Defaulting to Windows directory.
> 
> That's the first time I hear about a Windows system where CMD.EXE doesn't 
> support UNCs.  Are you sure that file name is indeed a UNC, i.e. that it 
> refers to some remote filesystem?
> 
> Anyway, a stab in the dark: try using forward slashes, like this:
> 
>    "//linux/linux/var/oldwww/html/basic"
> 
> (the double quotes around the file name might or might not be important).

It works at least under Windows XP / Emacs 21.2. Emacs even converts
"\\" to "//" ...

But I don't know a way to provide user name / password to that UNC
access in case it is needed.

--__--__--

Message: 12
From: kdb@ofir.dk (borch)
Subject: Re: Cygwin Emacs
Date: 26 Nov 2002 02:11:12 -0800
Organization: http://groups.google.com/
To: help-gnu-emacs@gnu.org

kai wrote: 

>Does this also happen when you start Emacs as "emacs -q
-no-site-file"?

Yes.

But im kicking myself right now for not trying F1 sooner :) - it
works. However another problem that i forgot to mention in my initial
post is that i cant make a clean exit from emacs. C-x C-c as it says
in the opening screen, doesnt work. After a little investigation it
seems that emacs generally mistakes C-c for C-g. I asked for a key
decription of C-x C-c and it told me that C-x C-g was undefined, i
then asked for a key description of just C-c and it gave me the
description of C-g, so it seems pretty conclusive.

<rant>
This program has obviously not been tested or such a bug would have
quickly been discovered. Note that i havent changed any key bindings
or other configurations - this is the way the program "works" right
after installation.
</rant>

The way ive "exited" emacs lately has been by suspending it (C-x C-z).
It brings me back to the shell, but i suspect it leaves all sorts of
stuff in memory and/or on my harddrive so its not very pretty.

cya

--__--__--

Message: 13
Date: Tue, 26 Nov 2002 11:12:52 +0000
From: Dani Barral <d.barral@staffs.ac.uk>
To: help-gnu-emacs@gnu.org
Subject: unexpected Del behaviour after C-d binding

Hi,

I'm trying to configure the keyboard of my laptop into something more 
confortable for my hands. First I want to rebind some emacs commands and 
after I'll exchange some control,alt,... keys in X.

The problem I having with GNU Emacs 21.2.1 is that the behaviour of the 
Del key changes after this:

(global-unset-key "\C-d")
(global-set-key "\C-d" 'next-line)

Now everytime I press Del next-line is executed. However C-h Del returns:
<delete> runs the command "^D"
    which is a keyboard macro.

Could anybody what's wrong with those two bindings above?

Cheers

Dani





--__--__--

Message: 14
From: Zinosat <davide.viti@icn.siemens.it>
Subject: Emacs bug?
Date: 26 Nov 2002 12:34:29 +0100
Organization: Siemens Business Services
To: help-gnu-emacs@gnu.org

Hi,

I'm using GNU Emacs 21.2.1 on Windows NT and I found a way to trigger
a simple bug using a wheel mouse (sorry if it's already known!):

1) Open a C or C++ source file or a Makefile (when in other modes like
Shell-script mode or dired mode it doesn't happen... haven't tested it
too much though!); the file has to be longer than a
"screenshot"... take a source file which is at least 200 lines!!!

2)  
move the emacs window down so that it is half visible (i.e you
can't see the minibuffer and part of the buffer)

3) 
use the mouse wheel (mmmm. I just tried and seems to happen with the scroll
bar
as well...) and scroll down

On my computer I have to redraw emacs' window via C-l because Windows'
taskbar (is it the right name?!?!) overlaps mi C code...

Sorry for my english... I hope I've been decently clear!

Ciao

Davide


--__--__--

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs


End of Help-gnu-emacs Digest




reply via email to

[Prev in Thread] Current Thread [Next in Thread]