[PATCH v4 2/3] emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it

2014-04-10 Thread David Bremner
Tomi Ollila writes: > The notmuch cli program and emacs lisp versions may differ (especially > in remote usage). It helps to resolve problems if we can determine > the versions of notmuch cli and notmuch emacs mua separately. > > The build process now creates notmuch-version.el from template file

Re: [PATCH v4 2/3] emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it

2014-04-10 Thread David Bremner
Tomi Ollila writes: > The notmuch cli program and emacs lisp versions may differ (especially > in remote usage). It helps to resolve problems if we can determine > the versions of notmuch cli and notmuch emacs mua separately. > > The build process now creates notmuch-version.el from template file

[PATCH v4 2/3] emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it

2014-04-07 Thread Tomi Ollila
The notmuch cli program and emacs lisp versions may differ (especially in remote usage). It helps to resolve problems if we can determine the versions of notmuch cli and notmuch emacs mua separately. The build process now creates notmuch-version.el from template file by filling the version info to

[PATCH v4 2/3] emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it

2014-04-07 Thread Tomi Ollila
On Sun, Apr 06 2014, David Bremner wrote: > Tomi Ollila writes: > >> +;; You should have received a copy of the GNU General Public License >> +;; along with Notmuch. If not, see . > > Do you think we need a copyright header in a generated file? This is more due to

[PATCH v4 2/3] emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it

2014-04-07 Thread Tomi Ollila
The notmuch cli program and emacs lisp versions may differ (especially in remote usage). It helps to resolve problems if we can determine the versions of notmuch cli and notmuch emacs mua separately. The build process now creates notmuch-version.el from template file by filling the version info to

[PATCH v4 2/3] emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it

2014-04-07 Thread David Bremner
Tomi Ollila writes: > > This is more due to the template-to-file conversion simplicity than need > and I thought there is no harm having the copyright there. At least the > file is consistent with others in that sense. OK, I can live with it. > > All of these are of type string, and the documen

Re: [PATCH v4 2/3] emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it

2014-04-07 Thread David Bremner
Tomi Ollila writes: > > This is more due to the template-to-file conversion simplicity than need > and I thought there is no harm having the copyright there. At least the > file is consistent with others in that sense. OK, I can live with it. > > All of these are of type string, and the documen

Re: [PATCH v4 2/3] emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it

2014-04-07 Thread Tomi Ollila
On Sun, Apr 06 2014, David Bremner wrote: > Tomi Ollila writes: > >> +;; You should have received a copy of the GNU General Public License >> +;; along with Notmuch. If not, see . > > Do you think we need a copyright header in a generated file? This is more due to

[PATCH v4 2/3] emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it

2014-04-06 Thread David Bremner
Tomi Ollila writes: > +;; You should have received a copy of the GNU General Public License > +;; along with Notmuch. If not, see . Do you think we need a copyright header in a generated file? > + > +(defconst notmuch-emacs-version %VERSION% > + "Version string o

Re: [PATCH v4 2/3] emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it

2014-04-06 Thread David Bremner
Tomi Ollila writes: > +;; You should have received a copy of the GNU General Public License > +;; along with Notmuch. If not, see . Do you think we need a copyright header in a generated file? > + > +(defconst notmuch-emacs-version %VERSION% > + "Version string o

[PATCH v4 2/3] emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it

2014-03-19 Thread Tomi Ollila
The notmuch cli program and emacs lisp versions may differ (especially in remote usage). It helps to resolve problems if we can determine the versions of notmuch cli and notmuch emacs mua separately. The build process now creates notmuch-version.el from template file by filling the version info to

[PATCH v4 2/3] emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it

2014-03-19 Thread Tomi Ollila
The notmuch cli program and emacs lisp versions may differ (especially in remote usage). It helps to resolve problems if we can determine the versions of notmuch cli and notmuch emacs mua separately. The build process now creates notmuch-version.el from template file by filling the version info to