Re: [PATCH] Add make target to ease creating reproducers and testing them

2023-04-22 Thread Max Nikulin
On 22/07/2022 20:37, Ihor Radchenko wrote: Ihor Radchenko writes: I propose a new make target: make repro It will run the commands we already suggest, but without a need to create minimal file, pass all that arguments to emacs, etc Applied onto main via b713b9afa. I have realized that the n

Re: [PATCH] Add make target to ease creating reproducers and testing them

2022-07-22 Thread Ihor Radchenko
Ihor Radchenko writes: > I propose a new make target: make repro > It will run the commands we already suggest, but without a need to > create minimal file, pass all that arguments to emacs, etc Applied onto main via b713b9afa. Best, Ihor

Re: [PATCH] Add make target to ease creating reproducers and testing them

2022-05-01 Thread Christopher M. Miles
I agree this idea, this could unify the reproduce steps and help some user save time and help org-mode maintainer get information they want. Ihor Radchenko writes: > Hi, > > In the Feedback section of the manual, we provide instructions on how to > create reproducers: https://orgmode.org/manua

Re: [PATCH] Add make target to ease creating reproducers and testing them

2022-04-30 Thread Samuel Wales
i took another look. repro args might be enough for most users. > As for accessibility, I doubt that we can provide something that fits all > people. Not to mention that accessibility settings themselves can affect reproducer. i don't think anybody is asking for the first point. if something i

Re: [PATCH] Add make target to ease creating reproducers and testing them

2022-04-30 Thread Samuel Wales
thanks for reply. merely pointing out that: some users, myself included, need settings to make the system work at all. that is, it is impossible to use emacs. this is solved in some cases by .emacs settings and command line args. for example, just today i clicked on a download link --- for your

Re: [PATCH] Add make target to ease creating reproducers and testing them

2022-04-30 Thread Ihor Radchenko
Samuel Wales writes: > coupld of questions. first, is there accommodation for accessibility? > e.g. if a user needs a setting for large fonts, small window size to > not be larger than monitor size, any emacs args, black bg. There is REPRO_ARGS variable. It can be used to pass any extra args t

Re: [PATCH] Add make target to ease creating reproducers and testing them

2022-04-30 Thread Samuel Wales
quicker repro is a great idea. long ago i created a test file that serves a similar purpose and some shell functions for variations. i have to try to reacquaint with all of that each time, which can be enough of a barrier to not repro. coupld of questions. first, is there accommodation for acce

[PATCH] Add make target to ease creating reproducers and testing them

2022-04-30 Thread Ihor Radchenko
Hi, In the Feedback section of the manual, we provide instructions on how to create reproducers: https://orgmode.org/manual/Feedback.html The instructions are nice, but I was thinking to simplify things for the users further. I propose a new make target: make repro It will run the commands we al