all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: Loading local .emacs from remote machine
Date: Wed, 05 Feb 2003 13:51:58 +0100	[thread overview]
Message-ID: <841y2mvqj5.fsf@lucy.is.informatik.uni-duisburg.de> (raw)
In-Reply-To: mailman.1406.1044395706.21513.help-gnu-emacs@gnu.org

gebser@ameritech.net writes:

> Kai Großjohann at 18:30 (UTC+0100) on Tue, 4 Feb 2003 said:
>
> I was following the documentation.  What would be the way to load a 
> *.texi file?

It doesn't make sense to "load" a *.texi file.  You can convert it to
info format with M-x texinfo-format-buffer RET or with the external
makeinfo program.  (Though the latter doesn't work in this case, of
course...)

After this, you'll have *.info files which you can look at with C-u
C-h i.

Where in the documentation did you find instructions to load the
*.texi files?  I couldn't see it.  I want to correct it...

> = > Subsequently doing "M-x makeinfo-buffer" yeilds "[No match]".
> = 
> = I think it's M-x texinfo-format-buffer RET...
>
> Again, the command I used was directly from the docs.

Got to look at the docs again, to correct them.  [time passes]  Ah,
found it, and corrected it.

> = Yes, I also guess that the shell prompt wasn't recognized.  Lessee
> = now, what is the default value of tramp-shell-prompt-pattern?  Hm.
> = It should have matched this prompt.
> = 
> = So I'm somewhat confused.
>
> I don't know enough about this even to be confused....  8\
>
>
> = 
> = Could you put (setq tramp-verbose 10) and (setq tramp-debug-buffer t)
> = in ~/.emacs and try again and show me the *tramp/foo* buffer in
> = addition to the *debug tramp/foo* buffer?
> = 
> = Also, it would be good to do M-x toggle-debug-on-quit RET before
> = trying, then C-g will give you a backtrace.  Please send it, too.
> = 
> = Oh, and removing tramp.elc before starting Emacs will give a prettier
> = backtrace.
>
> Did all this.  Then tried to open a file on the same machine as before.

> $ # Setting shell prompt
> $ PS1='
> ///»¢ò ;YÖv­ 	éü­
> '; PS2=''; PS3=''

Now we're talking!  It's the bogus md5 invocation.  Whee.  I believe
this is fixed in the development sources already, so let me put out a
new version.

You could fetch the CVS version to test it, if you like.

> A string in elisp must be some really strange thing.
>
> (add-to-list 'tramp-shell-prompt-pattern "abc")
>
> also gives the same error.  It seems that everything and anything I put into
> the third arg is a listp.  It's a shame elisp is so obtuse.  I'd like to learn
> it so's to do some helpful work on emacs.  Several times I've tried to do
> simple things in elisp, following books and tutorials, but never had any
> progress with it.  Maybe I need to be dyslexic.  :)

In Lisp, a general type is sequence.  Lists are one subtype of
sequence, and vectors are another.  Strings are vectors of characters.

add-to-list can only add to lists, not to arbitrary sequences.

Does this make sense?

-- 
A turnip curses Elvis

  parent reply	other threads:[~2003-02-05 12:51 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1406.1044395706.21513.help-gnu-emacs@gnu.org>
2003-02-04 23:30 ` Loading local .emacs from remote machine Kevin Rodgers
2003-02-05  0:38   ` gebser
2003-02-05  0:50     ` David Kastrup
2003-02-05 12:45       ` gebser
2003-02-05 12:37     ` gebser
2003-02-05 12:51 ` Kai Großjohann [this message]
2003-02-05 15:17   ` gebser
2003-02-05 16:04     ` David Kastrup
2003-02-05 17:06     ` Kevin Rodgers
     [not found] <mailman.1346.1044295047.21513.help-gnu-emacs@gnu.org>
2003-02-03 23:45 ` Kevin Rodgers
2003-02-04  1:08   ` gebser
2003-02-05 16:33     ` bigfaceworm
2003-02-05 19:09       ` gebser
2003-02-07 22:12       ` Brian Palmer
2003-02-04  6:39 ` Kai Großjohann
2003-02-04 16:35   ` gebser
2003-02-04 17:30     ` Kai Großjohann
2003-02-04 21:51       ` gebser
2003-02-06  7:44   ` Mac
2003-02-06 13:42     ` Kai Großjohann
2003-02-06 14:06       ` Glenn Morris
2003-02-06 15:12         ` Kai Großjohann
2003-02-06 15:42           ` Glenn Morris
2003-02-03 17:56 gebser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=841y2mvqj5.fsf@lucy.is.informatik.uni-duisburg.de \
    --to=kai.grossjohann@uni-duisburg.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.