[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Changes to make in elpa-packages file for nongnu elpa
From: |
Thierry Volpiatto |
Subject: |
Re: Changes to make in elpa-packages file for nongnu elpa |
Date: |
Tue, 08 Aug 2023 06:01:48 +0000 |
Ok I commited your changes with some corrections from my previous post,
see below.
Philip Kaludercic <philipk@posteo.net> writes:
> Thierry Volpiatto <thievol@posteo.net> writes:
>
>> Philip Kaludercic <philipk@posteo.net> writes:
> (let ((beg (line-beginning-position))
> (end (point)))
> + ;; Does it make sense to extend beyond END to allow completing
> + ;; file names mid-string?
> (list beg end #'completion-file-name-table
> :exit-function (lambda (str _status)
> (when (and (stringp str)
> (eq (char-after) ?/))
> (delete-char -1))))))
Yes, we want to complete from bol to point:
START and END delimit the text to complete (which should enclose
point). COLLECTION is a completion table for completing that text,
> - (let ((backup-by-copying t))
> + (let ((backup-by-copying t)) ;why is this bound?
We want to backup by copying, not renaming, so ensure it is done by copying.
--
Thierry
signature.asc
Description: PGP signature
- Re: Adding package and package-vc to ELPA, (continued)
- Re: Proposal for 'package-isolate' command, Thierry Volpiatto, 2023/08/20
- Re: Proposal for 'package-isolate' command, Thierry Volpiatto, 2023/08/20
- Re: Proposal for 'package-isolate' command, Philip Kaludercic, 2023/08/20
- Re: Proposal for 'package-isolate' command, Thierry Volpiatto, 2023/08/20
- Re: Proposal for 'package-isolate' command, Thierry Volpiatto, 2023/08/20
- Re: Proposal for 'package-isolate' command, Philip Kaludercic, 2023/08/20
- Re: Changes to make in elpa-packages file for nongnu elpa, Eli Zaretskii, 2023/08/16
- Re: Changes to make in elpa-packages file for nongnu elpa, Philip Kaludercic, 2023/08/16
- Re: Changes to make in elpa-packages file for nongnu elpa,
Thierry Volpiatto <=
- Re: Changes to make in elpa-packages file for nongnu elpa, Michael Albinus, 2023/08/08
- Re: Changes to make in elpa-packages file for nongnu elpa, Philip Kaludercic, 2023/08/08
- Re: Changes to make in elpa-packages file for nongnu elpa, Michael Albinus, 2023/08/08
- Re: Changes to make in elpa-packages file for nongnu elpa, Philip Kaludercic, 2023/08/09
- Re: Changes to make in elpa-packages file for nongnu elpa, Eli Zaretskii, 2023/08/09
- Re: Changes to make in elpa-packages file for nongnu elpa, Philip Kaludercic, 2023/08/09
- Re: Changes to make in elpa-packages file for nongnu elpa, Eli Zaretskii, 2023/08/09
- Re: Changes to make in elpa-packages file for nongnu elpa, Philip Kaludercic, 2023/08/09
- Re: Changes to make in elpa-packages file for nongnu elpa, Eli Zaretskii, 2023/08/09
Re: Changes to make in elpa-packages file for nongnu elpa, Richard Stallman, 2023/08/08