Re: [fossil-users] warning about unsaved changes with `fossil checkout --keep`

2017-07-17 Thread Natacha Porté
on Friday 07 July 2017 at 22:14, Andy Bradford wrote: > Thus said Natacha Port? on Fri, 07 Jul 2017 09:43:56 -: > > > (3) "fossil checkout --keep", which is advertised as changing the > > "current commit" pointer without touching the working directory, but > > bails out of there are unsaved

Re: [fossil-users] warning about unsaved changes with `fossil checkout --keep`

2017-07-07 Thread Natacha Porté
Hello, I think the thread got a bit derailed because of my fear the "XY problem", which makes me unable to resist detailing my particular instance of the problem when prompted. So I will give a full transcript of the "problem" below, but I'd like to first clarify the whole point of my posting.

Re: [fossil-users] warning about unsaved changes with `fossil checkout --keep`

2017-07-06 Thread Natacha Porté
Hello, on Thursday 06 July 2017 at 14:01, Richard Hipp wrote: > On 7/6/17, Natacha Porté <nata...@instinctive.eu> wrote: > > > > On the other hand, the situation in which I was is the checkout being > > already in the desired state, but fossil having recorded a wrong

Re: [fossil-users] warning about unsaved changes with `fossil checkout --keep`

2017-07-06 Thread Natacha Porté
Hello, on Thursday 06 July 2017 at 10:59, Richard Hipp wrote: > On 7/6/17, Natacha Porté <nata...@instinctive.eu> wrote: > > I was recently in a very uncomfortable situation, with precious > > uncommitted data in the current checkout and the need to change where > > t

[fossil-users] warning about unsaved changes with `fossil checkout --keep`

2017-07-06 Thread Natacha Porté
Hello, I was recently in a very uncomfortable situation, with precious uncommitted data in the current checkout and the need to change where the checkout "current commit" points to. As far as I can tell, that's exactly what `fossil checkout --keep` is for, but my attempts were met with the

Re: [fossil-users] Support for commonmark markdown in fossil

2017-03-14 Thread Natacha Porté
Hello, on Tuesday 14 March 2017 at 15:44, Mark Janssen wrote: > I did notice a (IMO) bug during the conversion: > > $ cat markdown-test2.md > _test\_embedded_ > *test\*embedded* > $ fossil test-markdown-render markdown-test2.md > > > testembedded_ > testembedded* > > > > The escaped

Re: [fossil-users] Support for commonmark markdown in fossil

2017-03-13 Thread Natacha Porté
Hello, on Monday 13 March 2017 at 09:50, Warren Young wrote: > I have found bugs in Fossil’s Markdown implementation. For example, it > doesn’t deal properly with hyperlinks to Wikipedia documents that end in a > parenthesis, as when the Wikipedia topic needs disambiguation: > >I like

Re: [fossil-users] Support for commonmark markdown in fossil

2017-03-11 Thread Natacha Porté
iently. It might even take less time for me to write support for fenced code blocks than both e-mails on this mailing list :-) > On Sat, 11 Mar 2017, 16:22 Natacha Porté, <nata...@instinctive.eu> wrote: > > I never understood the appeal for code blocks, but if it's only that >

Re: [fossil-users] Support for commonmark markdown in fossil

2017-03-11 Thread Natacha Porté
Hello, on Saturday 11 March 2017 at 15:07, Mark Janssen wrote: > Recently I have been looking to use fossil as a backend for managing the > Tcl tip collection. > An obvious format for the new tip format would be markdown, but currently > the fossil markdown support is fairly limited (for example

Re: [fossil-users] How to import a few commits from a git mirror?

2016-08-28 Thread Natacha Porté
Hello, on Saturday 27 August 2016 at 19:49, Richard Hipp wrote: > On 8/27/16, Natacha Porté <nata...@instinctive.eu> wrote: > > Short version: I have a git repository built a mirror of a main > > repository, a few changes happened to the git repository, and I would > >

[fossil-users] How to import a few commits from a git mirror?

2016-08-27 Thread Natacha Porté
Hello, Short version: I have a git repository built a mirror of a main repository, a few changes happened to the git repository, and I would like to find a way to bring these changes back to the fossil repository so that the git repository can again be a simple mirror. The long version is that

Re: [fossil-users] How to render a vertical line in a Markdown code snippet?

2016-05-14 Thread Natacha Porté
s aux | grep firefox` zzz.. \ `ps aux | grep firefox` if you really need a code span at the beginning of the paragraph In other words, anything that pushes the vertical bar beyond the first line perevents the paragraph from being interepreted as a table. Hoping this help, Natacha Porté

[fossil-users] How to pull back from a git mirror?

2015-04-21 Thread Natacha Porté
Hello, I have been maintaining git mirrors of the fossil repositories of my personal projects, so that they can be more easily found (on github) and/or cloned. Here is the snipped of shell script I use to build the git mirror repository: cd ${GIT_REPO} git init fossil export --git -R

[fossil-users] Pessimism about CommonMark in fossil

2014-09-28 Thread Natacha Porté
Hello, as you might already know, I'm the primary author of libsoldout and its integration into fossil to perform markdown-to-html conversion. If you followed recent news, you might have heard of CommonMark[1], which is an attempt to unify most implementations and extensions of Markdown, by

Re: [fossil-users] Pessimism about CommonMark in fossil

2014-09-28 Thread Natacha Porté
Hello, on Sunday 28 September 2014 at 17:58, Stephan Beal wrote: - Wiki syntaxes have always been a matter of personal taste, and there are no less than 100 different ones out there in use. To anyone who believes they can convince people to switch to a common dialect... i've got a bridge in

Re: [fossil-users] FYI: doc URLs don't work with filenames that have + in their names

2014-05-27 Thread Natacha Porté
how one could see value in following the most common behavior even when it's technically not the right thing to do. Hoping this helps, Natacha Porté pgpISegVxdCcY.pgp Description: PGP signature ___ fossil-users mailing list fossil-users@lists.fossil

Re: [fossil-users] Markdown

2014-01-05 Thread Natacha Porté
to bring a feature-request to my attention (except for making absolute links not-so-absolute). If anything more is needed, I can probably do it, though it might have to wait a bit until I'm less overwhelmed by stuff that keep my paychecks coming. Hoping this helps, Natacha Porté pgp6oarSBKsuJ.pgp

Re: [fossil-users] self-hosted Fossil for a team

2013-08-13 Thread Natacha Porté
and a long-lived fossil process? Or instead of HTTP between nginx and a inetd-spawned one-shot fossil process? Natacha Porté pgpqOa27f4Y37.pgp Description: PGP signature ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil

[fossil-users] Poll: which markdown extensions in fossil?

2013-02-18 Thread Natacha Porté
for my testing during the integration, since there is much code specific for it. I initially expected such a discussion to happen much sooner than that, but obviously the plan didn't survive contact with reality. Regards, Natacha Porté pgpEsDacINnhC.pgp Description: PGP signature

Re: [fossil-users] How to use the new Markdown support?

2012-12-10 Thread Natacha Porté
feature to fine-tune exactly what gets rendered on a per-repository basis, though that might be more maintenance burden than it's worth. I don't mind providing any feasible feature request, what's really missing here is a policy or a consensus. Hoping this helps, Natacha Porté pgpQIf0kYuMk6.pgp

Re: [fossil-users] The future of markdown-in-fossil

2012-09-03 Thread Natacha Porté
Hello, on Monday 30 July 2012 at 18:53, Stephan Beal wrote: On Mon, Jul 30, 2012 at 10:41 AM, Natacha Porté nata...@instinctive.euwrote: What remains to do: + review my code to ensure it meets fossil level of quality, + format it using fossil code style if needed, + any other

Re: [fossil-users] The future of markdown-in-fossil

2012-08-03 Thread Natacha Porté
Hello, on Monday 30 July 2012 at 18:53, Stephan Beal wrote: On Mon, Jul 30, 2012 at 10:41 AM, Natacha Porté nata...@instinctive.euwrote: What remains to do: + review my code to ensure it meets fossil level of quality, + format it using fossil code style if needed, + any other

Re: [fossil-users] The future of markdown-in-fossil

2012-08-03 Thread Natacha Porté
, if the code is good enough and does not bloat the project, why not accept them? (in the context that assumes markdown has already been let in) Thanks for your criticism, Natacha Porté pgpyROnFPGls6.pgp Description: PGP signature ___ fossil-users

Re: [fossil-users] The future of markdown-in-fossil

2012-08-03 Thread Natacha Porté
Hello, on Friday 03 August 2012 at 13:41, Michal Suchanek wrote: On 3 August 2012 13:04, Natacha Porté nata...@instinctive.eu wrote: As a user, the killer feature I see for markdown is that the implementation exists (assuming my code is considered worthy, which is quite a strong assumption

Re: [fossil-users] The future of markdown-in-fossil

2012-08-03 Thread Natacha Porté
Hello, on Friday 03 August 2012 at 19:11, Stephan Beal wrote: On Mon, Jul 30, 2012 at 10:41 AM, Natacha Porté nata...@instinctive.euwrote: Currently the code is in a new branch off a clone of the official fossil repository, available at http://fossil.instinctive.eu/fossil-scm/timeline?r

[fossil-users] The future of markdown-in-fossil

2012-07-30 Thread Natacha Porté
in the maintenance of that code. Thanks for your interest, Natacha Porté pgpTIxNrHgoYg.pgp Description: PGP signature ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Markdown engine integrated into fossil

2012-06-08 Thread Natacha Porté
Hello, on Thursday 07 June 2012 at 12:14, Richard Hipp wrote: On Thu, Jun 7, 2012 at 12:10 PM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: Is there any status on this? rejected ? still under review ? DRH swamped. But it is on the list of potential changes for the Fossil

Re: [fossil-users] Markdown engine integrated into fossil

2012-05-30 Thread Natacha Porté
within a few weeks too. I there anything else I should do? Thanks for your attention, Natacha Porté pgpYHrEpDb7eo.pgp Description: PGP signature ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

[fossil-users] Markdown engine integrated into fossil

2012-05-23 Thread Natacha Porté
on a particular set of extensions. I would gladly welcome any bug report, code review or otherwise constructive criticism. Hoping this helps, Natacha Porté pgpvys3FUuzZZ.pgp Description: PGP signature ___ fossil-users mailing list fossil-users@lists.fossil

Re: [fossil-users] Markdown engine integrated into fossil

2012-05-23 Thread Natacha Porté
on Wednesday 23 May 2012 at 12:18, Richard Hipp wrote: Note that after reading this far, and observing our choice of library names, I have chosen to read no further in your post. Oblivion was such a nice place for me to be... All by apologies for having dared creep out it. pgp2vbVQ9SlGI.pgp

Re: [fossil-users] Markdown engine integrated into fossil

2012-05-23 Thread Natacha Porté
address all technical issues, to ensure the code itself really has technical merit to be added, before proceeding to the painful renaming. Natacha Porté pgpdu022N7F8a.pgp Description: PGP signature ___ fossil-users mailing list fossil-users

Re: [fossil-users] SSH commands run as user nobody

2012-05-09 Thread Natacha Porté
on Wednesday 09 May 2012 at 12:12, Lluís Batlle i Rossell wrote: On Wed, May 09, 2012 at 11:58:17AM +0200, Natacha Porté wrote: So I admit I was wrong, as far as I can tell `ssh host command` does spawn a shell. I guess I was misled by my own dubious experimentation: `ssh host pstree

Re: [fossil-users] SSH commands run as user nobody

2012-05-08 Thread Natacha Porté
Hello, on Tuesday 08 May 2012 at 10:21, Matt Welland wrote: On Mon, May 7, 2012 at 3:23 PM, Richard Hipp d...@sqlite.org wrote: I tried a number of approaches to implementing ssh:. I finally settled on the following: (1) Run the ssh command using system() to get a shell on the remote

Re: [fossil-users] Supporting markwon syntax for wiki

2012-04-27 Thread Natacha Porté
Hello, on Thursday 26 April 2012 at 00:53, Ivan Vilata i Balaguer wrote: chris (2012-04-22 17:09:45 +0200) wrote: Please check out https://server.ac-drexler.de/fossil/fossil/doc/tip/addons/markdown.md for an integration proposal of the discount library with the build system of

Re: [fossil-users] Supporting markwon syntax for wiki

2012-01-13 Thread Natacha Porté
Hello, on Friday 13 January 2012 at 09:18, tin-pot wrote: Jan Danielsson jan.m.danielsson@... writes: On 05/24/11 08:08, Baptiste Daroussin wrote: [---] Markdown is a really simple format that would imho greatly improve the embed wiki of fossil. Agreed. I'd love to see markdown

Re: [fossil-users] Supporting markwon syntax for wiki

2012-01-13 Thread Natacha Porté
Hello, on Friday 13 January 2012 at 15:42, Martin Hofmann wrote: I would be very interested in hearing how to handle the hard part (the one I have given up on when I was trying to integrate libupskirt): how to make it play nice across the distributed nature of fossil, including nodes with

Re: [fossil-users] Supporting markwon syntax for wiki

2012-01-13 Thread Natacha Porté
Hello, on Friday 13 January 2012 at 16:45, Martin Hofmann wrote: I'm only a bit sad about the duplication of work in including different markdown engines into fossil. However I like to believe I still have a head-start in that I'm already willing to hand over copyright (assuming I can

Re: [fossil-users] Supporting markwon syntax for wiki

2011-07-21 Thread Natacha Porté
. Regards, Natacha Porté pgpjGEOu9AYns.pgp Description: PGP signature ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Supporting markwon syntax for wiki

2011-05-24 Thread Natacha Porté
Hello, on Tuesday 24 May 2011 at 06:08, Baptiste Daroussin wrote: For information there is a fast, simple and easy to use library (license BSD 2 clauses) that maybe used for that: http://fossil.instinctive.eu/libupskirt/home it is easy to bundle if desired. I thought I would chime in on this