From mboxrd@z Thu Jan 1 00:00:00 1970 From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) Subject: Re: [PATCH] org-passwords.el: Do not insert `org-passwords-generate-password-with-symbols` Date: Thu, 04 Sep 2014 10:31:07 -0400 Message-ID: <87zjef4fv8.fsf@yale.edu> References: Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPY4E-0002Zd-0x for emacs-orgmode@gnu.org; Thu, 04 Sep 2014 10:31:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPY46-0004j7-In for emacs-orgmode@gnu.org; Thu, 04 Sep 2014 10:31:17 -0400 Received: from plane.gmane.org ([80.91.229.3]:39135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPY46-0004j3-DB for emacs-orgmode@gnu.org; Thu, 04 Sep 2014 10:31:10 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XPY45-00021E-GZ for emacs-orgmode@gnu.org; Thu, 04 Sep 2014 16:31:09 +0200 Received: from nat-130-132-173-153.central.yale.edu ([130.132.173.153]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Sep 2014 16:31:09 +0200 Received: from jorge.alfaro-murillo by nat-130-132-173-153.central.yale.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Sep 2014 16:31:09 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Jonathan Leech-Pepin writes: > Patch attached and inlined (to ensure gmail does not mangle) > * org-passwords.el > (org-passwords-generate-password-with-symbols): Do not insert > password, this matches how > `org-passwords-generate-password-without-symbols` behaves. Thanks, I had forgotten to remove that from -with-symbols. Best, -- Jorge.