all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thomas Fitzsimmons <fitzsim@fitzsim.org>
To: Danie Roux <lists@danieroux.com>
Cc: John Wiegley <johnw@newartisans.com>, emacs-devel@gnu.org
Subject: Re: Updated eudcb-mab.el
Date: Sat, 21 Feb 2015 19:40:59 -0500	[thread overview]
Message-ID: <m34mqeixr8.fsf@fitzsim.org> (raw)
In-Reply-To: <m2wq3bl0jy.fsf@danieroux.com> (Danie Roux's message of "Sat, 21 Feb 2015 17:57:37 +0200")

Danie Roux <lists@danieroux.com> writes:

> Thomas Fitzsimmons <fitzsim@fitzsim.org> writes:
>
>> Danie Roux <lists@danieroux.com> writes:
>>
>> [...]
>>
>>> Please find attached a new version and a sql file.
>>
>> Thanks.  A few more comments:
>>
>> - `eudc-mab-sqlite3-dump-mac-addressbook' should not be interactive: in
>>   general I'd like to reduce, or at least not grow, the number of
>>   interactive entry points into EUDC
>
> Removed.
>
>> - there are some blank line additions that don't need to be there
>
> I'm unsure what you are referring to?

When I diff the file you provided with eudcb-mab.el from Emacs master
(1cb34285463d2b9050a031a7f9a53d376de5b489), I see these unnecessary
whitespace changes:

[...]
 ;;; Code:
 
 (require 'eudc)
+
 (require 'executable)
[...]
@@ -124,9 +150,7 @@
 
 ;;}}}
 
-
 (eudc-register-protocol 'mab)
 
 (provide 'eudcb-mab)
-
 ;;; eudcb-mab.el ends here

>>> Thomas Fitzsimmons <fitzsim@fitzsim.org> writes:
>>>> Danie Roux <lists@danieroux.com> writes:
>>>>> I've updated eudcb-mab.el to directly query the contacts database,
>>>>> instead of using an external application.
>>>>
>>>> It looks like you're still relying on an external application, sqlite3,
>>>> instead of "contacts", right?
>>>
>>> Yes, thank you for picking that up. By external I meant "no additional
>>> software".
>>
>> OK, I was thinking in terms of "external to Emacs".
>>
>> It's probably best not to mention OS X in the commentary, just leave it
>> at:
>>
>> ;;    This library provides an interface to use the Mac's AddressBook,
>> ;;    by querying a database file using the external program `sqlite3'.
>
> Changed it, thank you for the suggestion.

OK, this is good to go in.

After your copyright assignment is done, there are a few more steps:

- rebase the patch onto Emacs master

- write a ChangeLog entry

- commit locally

- send the new patch, formatted by git format-patch

Thanks,
Thomas



      reply	other threads:[~2015-02-22  0:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-17 13:50 Updated eudcb-mab.el Danie Roux
2015-02-17 14:52 ` Thomas Fitzsimmons
2015-02-18 19:56   ` Danie Roux
2015-02-20  2:52     ` Thomas Fitzsimmons
2015-02-21 15:57       ` Danie Roux
2015-02-22  0:40         ` Thomas Fitzsimmons [this message]

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=m34mqeixr8.fsf@fitzsim.org \
    --to=fitzsim@fitzsim.org \
    --cc=emacs-devel@gnu.org \
    --cc=johnw@newartisans.com \
    --cc=lists@danieroux.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.