all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: emacs-devel@gnu.org
Cc: "João Távora" <joaotavora@gmail.com>
Subject: Re: master 43fded1: Add lisp-data-mode for editing non-code Lisp data
Date: Fri, 01 May 2020 19:52:12 +0200	[thread overview]
Message-ID: <87zhary243.fsf@gmx.de> (raw)
In-Reply-To: <20200501111128.D311220B5B@vcs0.savannah.gnu.org> ("João	Távora"'s message of "Fri, 1 May 2020 07:11:28 -0400 (EDT)")

João Távora <joaotavora@gmail.com> writes:

Hi João,

> diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el
> index 09e30f0..6d87ce2 100644
> --- a/lisp/net/tramp-cache.el
> +++ b/lisp/net/tramp-cache.el
> @@ -472,7 +472,7 @@ used to cache connection properties of the local machine."
>  	;; Dump it.
>  	(with-temp-file tramp-persistency-file-name
>  	  (insert
> -	   ";; -*- emacs-lisp -*-"
> +	   ";; -*- lisp-data -*-"
>  	   ;; `time-stamp-string' might not exist in all Emacs flavors.
>  	   (condition-case nil
>  	       (progn

That's a problem. Tramp must be backward compatible with Emacs 25 and
later, which doesn't know of lisp-data-mode. Could you, pls, revert this
part of your commit?

Best regards, Michael.



       reply	other threads:[~2020-05-01 17:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200501111127.16683.2701@vcs0.savannah.gnu.org>
     [not found] ` <20200501111128.D311220B5B@vcs0.savannah.gnu.org>
2020-05-01 17:52   ` Michael Albinus [this message]
2020-05-01 18:18     ` master 43fded1: Add lisp-data-mode for editing non-code Lisp data Stefan Monnier
2020-05-02 10:32       ` Michael Albinus
2020-05-02 10:45         ` João Távora
2020-05-02 11:20           ` Michael Albinus
2020-05-02 11:22             ` João Távora
2020-05-02 14:08         ` Stefan Monnier
2020-05-02 14:16           ` Michael Albinus
2020-05-01 18:40     ` João Távora
2020-05-02 10:51       ` Michael Albinus

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=87zhary243.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=joaotavora@gmail.com \
    /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.