Opened 11 years ago
Closed 11 years ago
#425 closed defect (fixed)
Macros use wrong directory
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | global | Version: | SVN |
Keywords: | Cc: |
Description
They should be recorded to and loaded from ~/.arb_prop/macros/.
Currently ~/.arb_prop/ is used.
Affects also:
- default location of ARB_NTREE macro browser
Change History (4)
comment:1 Changed 11 years ago by westram
- Status changed from new to assigned
comment:2 Changed 11 years ago by westram
- ok in [11068]; broken by [11069]
comment:3 follow-up: ↓ 4 Changed 11 years ago by westram
fixed by [11193]
cause of defect was introduced in [6221]:
- getenv_autodirectory() only worked with one caller, may already have caused other problems with envvar 'ARBCONFIG' and 'ARBMACROHOME' - 1st caller succeeds, 2nd fails
- [11069] made 'ARB_PROP' the 1st caller (in any case), i.e. both 'ARBCONFIG' and 'ARBMACROHOME' pointed to 'ARB_PROP'
TODO
- warn if *.amc found in ~/.arb_prop
comment:4 in reply to: ↑ 3 Changed 11 years ago by westram
- Resolution set to fixed
- Status changed from assigned to closed
TODO warn if *.amc found in ~/.arb_prop
implemented by [11194]
Note: See
TracTickets for help on using
tickets.