Compile warning on bbdb-com.el byte-compilation

2013-12-26 Thread Vincent Belaïche
Hello,

When I byte-compile bbdb-com.el there comes some warning message. This
warning is removed by the following patch adding some declare-function
statement.

   Vincent.

diff --git a/lisp/bbdb-com.el b/lisp/bbdb-com.el
index 4e8c34d..5c39267 100644
--- a/lisp/bbdb-com.el
+++ b/lisp/bbdb-com.el
@@ -25,6 +25,8 @@
 (require 'bbdb)
 (require 'mailabbrev)
 
+(declare-function bbdb-decompose-bbdb-address bbdb (mail))
+
 (eval-and-compile
   (autoload 'build-mail-aliases mailalias)
   (autoload 'browse-url-url-at-point browse-url))
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

notes field edition

2013-12-26 Thread Vincent Belaïche
Hello,

It seems that the old keybinding `;' does not work any longer, and when
using `i' to insert a field, `notes' is not part of the pre-defined
fields.

Not sure whether that is a bug or not...

  Vincent.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: Compile warning on bbdb-com.el byte-compilation

2013-12-26 Thread Roland Winkler
On Thu Dec 26 2013 Vincent Belaïche wrote:
 When I byte-compile bbdb-com.el there comes some warning message. 

I cannot reproduce this.  Which warning messages are you talking
about?  How are you byte-compiling bbdb-com.el?  Which version of
emacs?

 This warning is removed by the following patch adding some
 declare-function statement.
[snip]
  (require 'bbdb)
  (require 'mailabbrev)
  
 +(declare-function bbdb-decompose-bbdb-address bbdb (mail))

What is this supposed to fix?  If 'bbdb is required, the byte
compiler loads it anyway.  Or the other way round:  If it complains
about bbdb-decompose-bbdb-address, there should be many other
functions from that file it should complain about, too.

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Re: notes field edition

2013-12-26 Thread Roland Winkler
On Thu Dec 26 2013 Vincent Belaïche wrote:
 It seems that the old keybinding `;' does not work any longer, and
 when using `i' to insert a field, `notes' is not part of the
 pre-defined fields.

I am sorry, I can only guess what you are talking about.  In which
context are you missing a binding of `;' to which command?  Is there
a solution you want to propose?

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Re: notes field edition

2013-12-26 Thread Barak A. Pearlmutter
On 27 Dec 2013 03:49, Roland Winkler wink...@gnu.org wrote:
 I am sorry, I can only guess what you are talking about.  In which
 context are you missing a binding of `;' to which command?  Is there
 a solution you want to propose?

I'd assume he means that, in pretty much any context in which bbdb is
active, ';' should edit the notes field of the relevant entry.

Currently this only happens in some contexts, e.g., in a list of
messages in gnus (Summary mode defined in 'gnus-sum.el', or Article
mode defined in 'gnus-art.el', ; runs the command
bbdb-mua-edit-field-sender) but disconcertingly not in the bbdb
window proper (BBDB mode, ; is undefined).
--
Barak A. Pearlmutter ba...@cs.nuim.ie
 Hamilton Institute  Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
 http://www.bcl.hamilton.ie/~barak/

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/