From faccccb13654e73099b889168aadb5f5f5aed416 Mon Sep 17 00:00:00 2001 From: Detlef Groth <75636+mittelmark@users.noreply.github.com> Date: Sun, 22 Dec 2024 08:56:22 +0100 Subject: [PATCH 1/2] updating package version for msys2 --- .github/workflows/build-pacman-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pacman-package.yml b/.github/workflows/build-pacman-package.yml index ab5626fc..98966057 100644 --- a/.github/workflows/build-pacman-package.yml +++ b/.github/workflows/build-pacman-package.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: branches: [ master ] env: - VERSION: "20240902" + VERSION: "20241101" jobs: msys2-ucrt64: From 9d2e38fc39908d49d370ed9db9c3eec96b4762cd Mon Sep 17 00:00:00 2001 From: Detlef Groth <75636+mittelmark@users.noreply.github.com> Date: Sun, 22 Dec 2024 08:57:22 +0100 Subject: [PATCH 2/2] fixing typos in pyttols documentation --- microemacs/contribs/pytools.emf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/microemacs/contribs/pytools.emf b/microemacs/contribs/pytools.emf index 005a47df..1e25ee4a 100644 --- a/microemacs/contribs/pytools.emf +++ b/microemacs/contribs/pytools.emf @@ -3,7 +3,7 @@ ; Created By : Detlef Groth, University of Potsdam ; Author : Detlef Groth, University of Potsdam ; Created : Wed Sep 25 15:42:35 2024 -; Last Modified : <241220.1804> +; Last Modified : <241221.1254> ; ; Description : Documentation viewer within MicroEmacs for ; Python supporting section folding item-list navigation @@ -266,7 +266,7 @@ $a ## SYNOPSIS __py-lint__ -__set-variable__ _.py-lint.lint_ "string" +set-variable _.py-lint.lint_ "_string_" ## DESCRIPTION @@ -285,7 +285,7 @@ Setting the variable _.py-lint.lint_ allows you to customize the linter settings ## EXAMPLE -Here an example to lint the currently edited R script file. +Here an example to lint the currently edited Python script. ```{emf} ; by modifying the macro variable .py-lint.lint