unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: emacs-devel@gnu.org
Cc: Michael Albinus <michael.albinus@gmx.de>
Subject: Re: master 992908b09a: Make connection-local variables user options
Date: Tue, 08 Feb 2022 11:14:44 +0100	[thread overview]
Message-ID: <87y22l64x7.fsf@gmail.com> (raw)
In-Reply-To: <20220207183252.2C345C0DA36@vcs2.savannah.gnu.org> (Michael Albinus's message of "Mon, 7 Feb 2022 13:32:50 -0500 (EST)")

>>>>> On Mon,  7 Feb 2022 13:32:50 -0500 (EST), Michael Albinus <Michael.Albinus@gmx.de> said:
    Michael> -(defvar connection-local-profile-alist nil
    Michael> +(defcustom connection-local-profile-alist nil
    Michael>    "Alist mapping connection profiles to variable lists.
    Michael>  Each element in this list has the form (PROFILE VARIABLES).
    Michael>  PROFILE is the name of a connection profile (a symbol).
    Michael>  VARIABLES is a list that declares connection-local variables for
    Michael>  PROFILE.  An element in VARIABLES is an alist whose elements are
    Michael> -of the form (VAR . VALUE).")
    Michael> -
    Michael> -(defvar connection-local-criteria-alist nil
    Michael> +of the form (VAR . VALUE)."
    Michael> +  :type '(repeat (cons (symbol :tag "Profile")
    Michael> +                       (repeat :tag "Variables"
    Michael> +                               (cons (symbol :tag "Variable")
    Michael> +                                     (sexp :tag "Value")))))
    Michael> +  :group 'files
    Michael> +  :group 'tramp
    Michael> +  :version "29.1")

If you 'M-x customize-variable RET connection-local-profile-alist',
then customize will complain that this variable has been set outside
customize, which I think is done in tramp-integration.el. If it needs
a default non-nil value, can you not specify it here?

Robert
-- 



       reply	other threads:[~2022-02-08 10:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <164425877032.10364.13250702459970712401@vcs2.savannah.gnu.org>
     [not found] ` <20220207183252.2C345C0DA36@vcs2.savannah.gnu.org>
2022-02-08 10:14   ` Robert Pluim [this message]
2022-02-08 15:26     ` master 992908b09a: Make connection-local variables user options Michael Albinus
2022-02-08 16:17       ` Robert Pluim

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87y22l64x7.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=michael.albinus@gmx.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).