vm team mailing list archive
-
vm team
-
Mailing list archive
-
Message #00519
[Bug 374170] Re: cannot attach files with + in their names
mere user writes:
> Debugger entered--Lisp error: (error "No matching files!")
signal(error ("No matching files!")) error("No matching files!") vm-
mime-attach-files-in-directory("~/Desktop/" "Agenda-for-
visiting+student.pdf") call-interactively(vm-mime-attach-files-in-
directory nil nil)
The doc string for vm-mime-attach-files-in-directory says that the
second argument is a regexp. So, the + is getting interpreted as a
regular expression operator. It should have still found a match. But
I leave it to you figure it out from here on.
Cheers,
Uday
PS Somehow, you managed to send this message with all the lines
squished into one!
** Changed in: vm
Status: Incomplete => Invalid
** Changed in: viewmail
Status: Confirmed => Invalid
--
cannot attach files with + in their names
https://bugs.launchpad.net/bugs/374170
You received this bug notification because you are a member of VM
development team, which is the registrant for VM (defunct).
Status in VM - Goto http://launchpad.net/vm for active development: Invalid
Status in VM (View Mail) for Emacs: Invalid
Bug description:
summary says it all: when trying to attach a file with a + in its name, vm complains that no such file exists. when I quote the + as \+ within the file name, attaching works fine
Follow ups
References