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 +++

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

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

2013-12-27 Thread Vincent Belaïche
2013 20:48:39 -0600 From: wink...@gnu.org To: vincent@hotmail.fr CC: bbdb-info@lists.sourceforge.net Subject: Re: Compile warning on bbdb-com.el byte-compilation On Thu Dec 26 2013 Vincent Belaïche wrote: When I byte-compile bbdb-com.el there comes some warning message. I cannot

RE: notes field edition

2013-12-27 Thread Vincent Belaïche
The context is being in the *BBDB* buffer in BBDB mode. From this info node: http://bbdb.sourceforge.net/bbdb.html#SEC33 I can read: --- ; (bbdb-edit-notes) A shortcut for editing the notes field.

RE: notes field edition

2013-12-29 Thread Vincent Belaïche
It seems that for some reason my answers are blocked somewhere in the pipe... Vincent. Date: Fri, 27 Dec 2013 07:30:32 + Subject: Re: notes field edition From: ba...@cs.nuim.ie To: wink...@gnu.org CC: bbdb-info@lists.sourceforge.net; vincent@hotmail.fr On 27 Dec 2013 03:49,

RE: notes field edition

2014-01-02 Thread Vincent Belaïche
edition On Fri Dec 27 2013 Vincent Belaïche wrote: From this info node: http://bbdb.sourceforge.net/bbdb.html#SEC33 I can read: --- ; (bbdb-edit-notes) A shortcut for editing the notes field

[no subject]

2014-01-04 Thread Vincent Belaïche
Date: Fri, 3 Jan 2014 23:44:00 -0600 From: wink...@gnu.org To: bbdb-info@lists.sourceforge.net Subject: [BBDB] ChangeLog 2014-01-03 The ChangeLog attached below describes several unrelated changes, some of which have previously been discussed on this

RE: [BBDB] ChangeLog 2014-01-03

2014-01-04 Thread Vincent Belaïche
By the way, there is still some issue that for installation on MSWindows makefile-temp generate some scanty bbdb-loaddefs.el file, and I have to do `M-x update-directory-autoloads' manually to get the full content. I think that the problem is that the makefile command line is: $(emacs)

RE: [BBDB] ChangeLog 2014-01-03

2014-01-04 Thread Vincent Belaïche
@hotmail.fr CC: bbdb-info@lists.sourceforge.net Subject: RE: [BBDB] ChangeLog 2014-01-03 On Sat Jan 4 2014 Vincent Belaïche wrote: Since this is some temporary makefile, a work-around is attached hereinafter: How reliably does this patch work on other systems? I am hesitant to use

bbdb-clean-address-components: Symbol's function definition is void: bbdb-message-clean-name-default

2014-01-08 Thread Vincent Belaïche
Hello, When I write an email with Message, and I type TAB for completion of address, it works, but I get some error message as follows: bbdb-clean-address-components: Symbol's function definition is void: bbdb-message-clean-name-default Shall I file some bug report ? VBR, Vincent.

RE: bbdb-clean-address-components: Symbol's function definition is void: bbdb-message-clean-name-default

2014-01-09 Thread Vincent Belaïche
:10 -0600 From: wink...@gnu.org To: vincent@hotmail.fr CC: bbdb-info@lists.sourceforge.net Subject: Re: bbdb-clean-address-components: Symbol's function definition is void: bbdb-message-clean-name-default On Wed Jan 8 2014 Vincent Belaïche wrote: When I write an email with Message

Patch to makefile-temp

2014-06-01 Thread Vincent Belaïche
Hello, Not sure whether I have ever submitted this. This patch is supposed to smooth installation from repo with Windows + MSYS, without any border effect when MSYS is not there. Backward compatility is ensured by testing environment variable OSTYPE to be msys --- which is supposed to be the case

Re: Patch to makefile-temp

2014-06-02 Thread Vincent Belaïche
Sorry for the mistake, my intention was to send the diff file, not the modified makefile-temp. Hello, Not sure whether I have ever submitted this. This patch is supposed to smooth installation from repo with Windows + MSYS, without any border effect when MSYS is not there. Backward

Re: Patch to makefile-temp

2014-06-03 Thread Vincent Belaïche
: On Mon Jun 2 2014 Vincent Belaïche wrote: ---eval '(setq generated-autoload-file '`pwd`/$@')' \ +--eval '(setq generated-autoload-file $(cur_dir)\\$@)' \ How is the backslash supposed to work on unix-like systems? Am I missing something? diff --git a/lisp/makefile-temp b

RE: Patch to makefile-temp

2014-06-04 Thread Vincent Belaïche
That has not to do with autoload tools, but with not using them. The makefile-temp is not automatically generated by autoload tools, it is a plain makefile that does not work in all cases --- at least it does not work on MSWindows XP as far as I can say. I was proposing a fix which I had done

RE: Patch to makefile-temp

2014-06-04 Thread Vincent Belaïche
Just to say that replacing `pwd` by $(CURDIR) and using mingw32-make does not make it either, I still have that: LC_ALL=C c:/Programme/GNU/Emacs_build20130408/bin/emacs.exe --batch --directory=./  -l autoload \     --eval '(setq generated-autoload-file

RE: Patch to makefile-temp

2014-07-04 Thread Vincent Belaïche
FYI I have made a trial with a close to latest version of EMACS and that does not change what I get.   Vincent. From: vincent@hotmail.fr To: ba...@cs.nuim.ie Subject: RE: Patch to makefile-temp Date: Wed, 4 Jun 2014 17:07:54 +0200 CC:

RE: [AUCTeX] AUCTeX support in lettre

2015-11-14 Thread Vincent Belaïche
alternative. VBR, Vincent Belaïche PS: CC to BBDB list. > From: m...@gnu.org > Date: Fri, 13 Nov 2015 12:23:13 +0100 > Subject: Re: [AUCTeX] AUCTeX support in lettre > To: vincent@hotmail.fr > CC: auc...@gnu.org > > Hi Vincent, > >

RE: [AUCTeX] AUCTeX support in lettre

2015-12-02 Thread Vincent Belaïche
@ericabrahamsen.net; bbdb-info@lists.sourceforge.net; auc...@gnu.org > > Hi Vincent, > > 2015-12-01 0:30 GMT+01:00 Vincent Belaïche <vincent@hotmail.fr>: >> This would be easilly analysed with some expression like >> >> (with-temp-buffer >> (insert "

RE: [AUCTeX] AUCTeX support in lettre

2015-11-30 Thread Vincent Belaïche
    (xml-parse-region (point-min) (point-max))) VBR,     Vincent > To: bbdb-info@lists.sourceforge.net > From: e...@ericabrahamsen.net > Subject: Re: [AUCTeX] AUCTeX support in lettre > Date: Sun, 15 Nov 2015 16:37:14 +0800 > > Vincent Belaïche <vincent

RE: Patch to support printout internationalization

2016-06-08 Thread Vincent Belaïche
redi 8 juin 2016 13:55:32 À : Vincent Belaïche Cc : BBDB info list Objet : Re: Patch to support printout internationalization On Tue Jun 7 2016 Vincent Belaïche wrote: > Here is attached a patch for printout to be in another language > than English. > > BTW, the 'P' keymap is no long

Patch to support printout internationalization

2016-06-07 Thread Vincent Belaïche
. %%% Authors: Vincent Belaïche <incen...@users.sourceforge.net> %%% Copyright (C) 2016 Vincent Belaïche %%% Version: %%% English Locale for printing address list. %%% For instructions on using this format file with BBDB, see bbdb-print.el %%% which should have come bundled with this file. The co

RE: Patch to support printout internationalization

2016-06-08 Thread Vincent Belaïche
Dear Roland, Answering to myself, in order to note two limitations in the current code w.r.t. to the possibility to replace the current tex code by XeLaTeX or LaTeX code: 1) Lisp makes some direct code generation in bbdb-print.el like this (dolist (dim '(hsize vsize hoffset voffset))

RE: bbdb-print.el lexical binding breaks bbdb-print-record

2017-07-11 Thread Vincent Belaïche
Hello, Just to mention that the code based on cl-progv which I have supplied does not work. I don't have any time to investigate why, so if you want to take my patch, please take the 1st one (that based on lambda). Vincent. De : Vincent Belaïche <vinc

RE: bbdb-print.el lexical binding breaks bbdb-print-record

2017-06-29 Thread Vincent Belaïche
I can't find this suggest-v3.x branch which you refer to here: https://github.com/barak/BBDB/branches/all V. De : Barak A. Pearlmutter <ba...@pearlmutter.net> Envoyé : jeudi 29 juin 2017 15:16 À : Roland Winkler Cc : Vincent Belaïche; BBDB info list Objet : Re: bbdb-print.el lexical b

RE: bbdb-print.el lexical binding breaks bbdb-print-record

2017-06-30 Thread Vincent Belaïche
Hello Bob, I did not have any problem with the Bbdb Print Tex Path. Certainly because on my machine it was already customized with the usual customization interface (M-x cutomize-variable...) to an existing path. Problably, if not, bbdb-print.el should be robust to that and test if the

bbdb-print.el lexical binding breaks bbdb-print-record

2017-06-29 Thread Vincent Belaïche
Hello Roland, With lexical binding bbdb-print-record makes a void variable error on address variable. Attached is a fix. I use a lambda expression to make the binding dynmical so that bbdb-print-require can be evalled in the correct context. An alternative fix would have been to use :

RE: bbdb-print.el lexical binding breaks bbdb-print-record

2017-06-29 Thread Vincent Belaïche
Ooops... there was some mistake in the code based on cl-progv which I supplied. Just to be 100% clear about this alternative solution, it would be as in the attached patch bug-1.diff. V. De : Vincent Belaïche <vincent@hotmail.fr> Envoyé : jeudi 2